亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

D類<b>放大器</b>

  • 89S51 與數碼管顯示器以及鍵盤SW 對應引腳的聯機為: P0.0-------------------------數碼管顯示器的a腳 P0.1-------------------------

    89S51 與數碼管顯示器以及鍵盤SW 對應引腳的聯機為: P0.0-------------------------數碼管顯示器的a腳 P0.1-------------------------數碼管顯示器的b腳 P0.2-------------------------數碼管顯示器的c腳 P0.3-------------------------數碼管顯示器的d腳 P0.4-------------------------數碼管顯示器的e腳 P0.5-------------------------數碼管顯示器的f腳 P0.6-------------------------數碼管顯示器的g腳 P0.7-------------------------數碼管顯示器的dp腳 ; P2.2-------------------------數碼管顯示器1的驅動腳 P2.3-------------------------數碼管顯示器2的驅動腳 P2.4-------------------------數碼管顯示器3的驅動腳 P2.5-------------------------數碼管顯示器4的驅動腳 P2.6-------------------------數碼管顯示器5的驅動腳 P2.7-------------------------數碼管顯示器6的驅動腳 ; P2.2-------------------------鍵盤SW1 P2.3-------------------------鍵盤SW2 P2.4-------------------------鍵盤SW3 P2.5-------------------------鍵盤SW4 P2.6-------------------------鍵盤SW5 P2.7-------------------------鍵盤SW6

    標簽: 89S51 0.0 0.1 數碼管

    上傳時間: 2013-12-29

    上傳用戶:1583060504

  • 本書第二部分講述的是在Wi n 3 2平臺上的Wi n s o c k編程。對于眾多的基層網絡協議

    本書第二部分講述的是在Wi n 3 2平臺上的Wi n s o c k編程。對于眾多的基層網絡協議, Wi n s o c k是訪問它們的首選接口。而且在每個Wi n 3 2平臺上,Wi n s o c k都以不同的形式存在著。 Wi n s o c k是網絡編程接口,而不是協議。它從U n i x平臺的B e r k e l e y(B S D)套接字方案借鑒了 許多東西,后者能訪問多種網絡協議。在Wi n 3 2環境中,Wi n s o c k接口最終成為一個真正的 “與協議無關”接口,尤其是在Winsock 2發布之后。

    標簽: 編程 網絡協議

    上傳時間: 2015-07-08

    上傳用戶:thinode

  • 本附錄按錯誤編號列出了所有Wi n s o c k錯誤代碼。但要注意的是

    本附錄按錯誤編號列出了所有Wi n s o c k錯誤代碼。但要注意的是,該列表沒有包括標記為 “B S D特有”的Wi n s o c k錯誤,也沒有包括那些尚未正式列入規范的錯誤。此外,與Wi n 3 2錯 誤有著直接對應關系的Wi n s o c k錯誤列在本附錄末尾。

    標簽: 錯誤 錯誤代碼

    上傳時間: 2014-01-11

    上傳用戶:ghostparker

  • 加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an

    加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an RSA key cryptest g - To encrypt and decrypt a string using RSA cryptest r - To calculate MD5, SHS, and RIPEMD-160 message digests: cryptest m file - To encrypt and decrypt a string using DES-EDE in CBC mode: cryptest t - To encrypt or decrypt a file cryptest e|d input output - To share a file into shadows: cryptest s <pieces> <pieces-needed> file (make sure file has no extension, if you re running this under DOS) - To reconstruct a file from shadows: cryptest j output file1 file2 [....] - To gzip a file: cryptest z <compression-level> input output - To gunzip a file: cryptest u input output - To run validation tests: cryptest v - To run benchmarks: cryptest b [time for each benchmark in seconds]

    標簽: Cryptographic Primitives generate Library

    上傳時間: 2015-07-16

    上傳用戶:wqxstar

  • 歷年大學生建模試題:2005年

    歷年大學生建模試題:2005年,包括a,b, c,d四題

    標簽: 2005 大學生 建模 試題

    上傳時間: 2014-01-17

    上傳用戶:qb1993225

  • 假近鄰法(False Nearest Neighbor, FNN)計算嵌入維的Matlab程序 文件夾說明: Main_FNN.m - 程序主函數

    假近鄰法(False Nearest Neighbor, FNN)計算嵌入維的Matlab程序 文件夾說明: Main_FNN.m - 程序主函數,直接運行此文件即可 LorenzData.dll - 產生Lorenz時間序列 PhaSpaRecon.m - 相空間重構 fnn_luzhenbo.dll - 假近鄰計算主函數 SearchNN.dll - 近鄰點搜索 buffer_SearchNN_1.dll - 近鄰點搜索緩存1 buffer_SearchNN_2.dll - 近鄰點搜索緩存2 參考文獻: M.B.Kennel, R.Brown, H.D.I.Abarbanel. Determining embedding dimension for phase-space reconstruction using a geometrical construction[J]. Phys. Rev. A 1992,45:3403.

    標簽: Main_FNN Neighbor Nearest Matlab

    上傳時間: 2013-12-10

    上傳用戶:songnanhua

  • This section contains a brief introduction to the C language. It is intended as a tutorial on the la

    This section contains a brief introduction to the C language. It is intended as a tutorial on the language, and aims at getting a reader new to C started as quickly as possible. It is certainly not intended as a substitute for any of the numerous textbooks on C. 2. write a recursive function FIB (n) to find out the nth element in theFibanocci sequence number which is 1,1,2,3,5,8,13,21,34,55,…3. write the prefix and postfix form of the following infix expressiona + b – c / d + e * f – g * h / i ^ j4. write a function to count the number of nodes in a binary tr

    標簽: introduction the contains intended

    上傳時間: 2013-12-23

    上傳用戶:liansi

  • 摘 要: 本文件是C8051單片機DA測試實驗程序;使用外部22.1184MHz晶振. 功能:定義 A ~ F 為功能鍵。 按"A" 鍵

    摘 要: 本文件是C8051單片機DA測試實驗程序;使用外部22.1184MHz晶振. 功能:定義 A ~ F 為功能鍵。 按"A" 鍵,輸出250HZ的方波,按"B" 鍵,輸出250HZ的正弦波形,按"C" 鍵,輸出250HZ的三角波, 按"D" 鍵,輸出250HZ的鋸齒波。用示波器在J6(DAC0)觀測結果,使用串口觀測按鍵信息。

    標簽: 22.1184 C8051 MHz 單片機

    上傳時間: 2014-01-17

    上傳用戶:zxc23456789

  • 摘 要: 本文件是C8051單片機LCD測試程序

    摘 要: 本文件是C8051單片機LCD測試程序,功能:定義 A ~ F 為功能鍵。按"A"顯示畫點圖形,按"B" 顯示畫直線圖形, 按"C"顯示畫矩型圖形,按"D"顯示畫矩型圖形,按"E"顯示畫圓形圖形, "F"顯示待機界面. 將跳線器J8短接J16斷開,R44閑置。使用外部22.1184MHz晶振。

    標簽: C8051 LCD 單片機 測試程序

    上傳時間: 2013-12-02

    上傳用戶:xyipie

  • 功能:使用CCU的4個模塊

    功能:使用CCU的4個模塊,實現非對稱PWM輸出。 說明:將跳線器J5、J6、J27取出,J3短接到OCD端,在JP6的PWM1、PWM2、PWM3 分別測試模塊A、B、C的輸出,DAOUT是模塊D輸出經漏波后的電壓。 通過跳線器J8、J9選擇高頻晶振6MHz。

    標簽: CCU 模塊

    上傳時間: 2014-01-04

    上傳用戶:CHENKAI

主站蜘蛛池模板: 义马市| 惠来县| 镇平县| 昭通市| 海宁市| 永修县| 香河县| 甘谷县| 疏附县| 清原| 嘉善县| 西乌| 松滋市| 云安县| 乌恰县| 呼图壁县| 裕民县| 平山县| 抚宁县| 平罗县| 扬中市| 白银市| 南和县| 柳江县| 鄂温| 涞源县| 台北县| 咸阳市| 武义县| 镇雄县| 扶沟县| 基隆市| 湟中县| 东乡| 扎兰屯市| 鄂托克前旗| 临江市| 邹平县| 合肥市| 涟水县| 德惠市|