1. EXT_C.rar, 給初學者(帶中文注釋的C51語言例程), 利用外部中斷實現LED燈的簡單控制。 2. EXT_A.rar, 給初學者(帶中文注釋的51匯編語言例程), 利用外部中斷實現LED燈的簡單控制。
上傳時間: 2015-10-07
上傳用戶:一諾88
SCSI-2也稱為Fast-SCSI,傳輸速率為10MB/s。 后采用擴展總線寬度來增加數據流量的方式,提高整 體傳輸速率,于是SCSI-2規定了16位、32位數據總 線,使傳輸速率進一步提高為20MB/S,也就是Wide -SCSI,或是稱作Fast SCSI-2。 Wide-SCSI采用4 位定址,使可連接的設備達到了15個。在接口電纜上, 為兼容SCSI-l所使用的A電纜,SCSI-2標準在A 電纜的基礎上增加一條68pin的扁平電纜,稱為B電 纜。目前還有不少SCSI的CD-ROM、CD-R、CD- RW還是使用SCSI-2界面。
上傳時間: 2014-12-03
上傳用戶:change0329
假定已經有許多應用采用了程序1 - 1 5中所定義的C u r r e n c y類,現在我們想要對C u r r e n c y類 的描述進行修改,使其應用頻率最高的兩個函數A d d和I n c r e m e n t可以運行得更快,從而提高應 用程序的執行速度。由于用戶僅能通過p u b l i c部分所提供的接口與C u r r e n c y類進行交互,
上傳時間: 2015-10-11
上傳用戶:BIBI
考察例1 4 - 8中的1 4個點。A中的最近點對為(b,h),其距離約為0 . 3 1 6。B中最近點對為 (f, j),其距離為0 . 3,因此= 0 . 3。當考察 是否存在第三類點時,除d, g, i, l, m 以外 的點均被淘汰,因為它們距分割線x= 1的 距離≥ 。RA ={d, i, m},RB= {g, l},由 于d 和m 的比較區中沒有點,只需考察i 即可。i 的比較區中僅含點l。計算i 和l 的距離,發現它小于,因此(i, l) 是最近
標簽:
上傳時間: 2013-12-03
上傳用戶:66666
鄰接矩陣類的根是A d j a c e n c y W D i g r a p h,因此從這個類開始。程序1 2 - 1給出了類的描述。程 序中,先用程序1 - 1 3中函數Make2DArray 為二組數組a 分配空間,然后對數組a 初始化,以描述 一個n 頂點、沒有邊的圖的鄰接矩陣,其復雜性為( n2 )。該代碼沒有捕獲可能由M a k e 2 D A r r a y 引發的異常。在析構函數中調用了程序1 - 1 4中的二維數組釋放函數D e l e t e 2 D
標簽: 矩陣
上傳時間: 2013-12-21
上傳用戶:lanjisu111
第二個搜索函數為私有成員函數S a v e S e a r c h,由插入和刪除操作來調用。S a v e S e a r c h不僅 包含了S e a r c h的功能,而且可把每一級中遇到的最后一個節點存放在數組l a s t之中
上傳時間: 2015-10-11
上傳用戶:zm7516678
C++/CLI in Action is a practical guide that will help you breathe new life into your legacy C++ programs. The book begins with a concise C++/CLI tutorial. It then quickly moves to the key themes of native/managed code interop and mixed-mode programming. You抣l learn to take advantage of GUI frameworks like Windows Forms and WPF while keeping your native C++ business logic. The book also covers methods for accessing C# or VB.NET components and libraries. Written for readers with a working knowledge of C++.
標簽: practical breathe Action legacy
上傳時間: 2015-10-17
上傳用戶:wendy15
E:\VISUAL C++MFC擴展編程實例 實例35 添加幫助菜單項,在本例中將向應用程序中的H e l p菜單中添加C o n t e n t s和S e a r c h 菜單項。
上傳時間: 2014-01-09
上傳用戶:541657925
SPSS是Statistical Product and Service Solutions的英文縮寫,即:統計產品與 服務解決方案。 l它是目前世界上流行的三大統計分析軟 件之一。 l我們現在講授的主要是SPSS for Windows 13.0版。
標簽: Statistical Solutions Product Service
上傳時間: 2013-12-26
上傳用戶:15736969615
acm HDOJ 1051WoodenSticks Description: There is a pile of n wooden sticks. The length and weight of each stick are known in advance. The sticks are to be processed by a woodworking machine in one by one fashion. It needs some time, called setup time, for the machine to prepare processing a stick. The setup times are associated with cleaning operations and changing tools and shapes in the machine. The setup times of the woodworking machine are given as follows: (a) The setup time for the first wooden stick is 1 minute. (b) Right after processing a stick of length l and weight w , the machine will need no setup time for a stick of length l and weight w if l<=l and w<=w . Otherwise, it will need 1 minute for setup.
標簽: WoodenSticks Description length wooden
上傳時間: 2014-03-08
上傳用戶:netwolf