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

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

Key-value

  • This is the machine-generated representation of a Handle Graphics object and its children. Note that

    This is the machine-generated representation of a Handle Graphics object and its children. Note that handle values may change when these objects are re-created. This may cause problems with any callbacks written to depend on the value of the handle at the time the object was saved.

    標簽: machine-generated representation Graphics children

    上傳時間: 2013-12-18

    上傳用戶:miaochun888

  • 壓縮包里包含有JX44B0教學實驗系統用戶手冊及該系統的全套試驗例程

    壓縮包里包含有JX44B0教學實驗系統用戶手冊及該系統的全套試驗例程,用c編寫,在ADT環境下編譯后下載到 實驗板即可執行,是學習arm開發的有用例程 源文件說明 Leddemo LED顯示實驗 Led LED 顯示實驗 Serial 串口實驗 Interrupt 外部中斷實驗 Dma DMA實驗 Pwm PWM實驗 Rtc 實時時鐘實驗 Watchdog 看門狗實驗 Ad AD 采樣實驗 Stepper 步進電機驅動實驗實驗 Key 鍵盤驅動實驗 Dispchar 漢字字符顯示實驗 Dispgraph 圖形顯示實驗 Iic IIC 總線實驗 Tftp TFTP 文件傳輸實驗 Usb USB 數據傳輸實驗 Iis 立體聲錄放音實驗 Touch 觸摸屏驅動實驗 cf CF卡實驗 ide IDE硬盤接口驅動實驗 parallel 并行打印機接口通訊實驗 Ucos-ii UCOS-II實驗:Eg1, Eg2, Eg3, Eg4 gprs GPRS相關實驗(主叫實驗,被叫實驗,收短信實驗和發短信實驗) gps GPS實驗

    標簽: 44B JX 44 B0

    上傳時間: 2013-12-05

    上傳用戶:han_zh

  • 英文版,pdf格式。 詳細說明: Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Templa

    英文版,pdf格式。 詳細說明: Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edition) URL: http://www.amazon.com/exec/obidos/tg/detail/-/0201379236/ ISBN: 0201379236 Author: David R. Musser / Gillmer J. Derge / Atul Saini / Gilmer J. Derge Publisher: Addison-Wesley Page: 560 Edition: 2nd edition (March 27, 2001) Catalog: C++ Format: PDF Size: 3.8M Supplier: December Summary: The Standard Template Library was created as the first library of genetic algorithms and data structures, with four ideas in mind: generic programming, abstractness without loss of efficiency, the Von Neumann computation model, and value semantics. This guide provides a tutorial, a description of each element of the library, and sample applications. The expanded second edition includes new code examples and demonstrations of the use of STL in real-world C++ software development it reflects changes made to STL for the final ANSI/ISO C++ language standard.

    標簽: Programming Reference Standard Tutorial

    上傳時間: 2015-09-02

    上傳用戶:Breathe0125

  • 利用Hash技術統計單詞的頻度。掃描一個C源程序

    利用Hash技術統計單詞的頻度。掃描一個C源程序,用Hash表存儲該程序中出現的關鍵字,并統計該程序中的關鍵字出現的頻度。用線性探測法解決Hash沖突。設Hash函數為:Hash(Key)=[(Key的首字母序號)*100+(Key的尾字母序號)] Mod 41

    標簽: Hash 源程序

    上傳時間: 2015-09-02

    上傳用戶:haohaoxuexi

  • Secure Programming Cookbook for C and C++ is an important new resource for developers serious about

    Secure Programming Cookbook for C and C++ is an important new resource for developers serious about writing secure code for Unix(including Linux) and Windows environments. This essential code companion covers a wide range of topics, including safe initialization, access control, input validation, symmetric and public key cryptography, cryptographic hashes and MACs, authentication and key exchange, PKI, random numbers, and anti-tampering.

    標簽: Programming developers for important

    上傳時間: 2015-09-03

    上傳用戶:gundan

  • * CONSTRAINTS * This module does not handle data which is considered out of range by the * appli

    * CONSTRAINTS * This module does not handle data which is considered out of range by the * application(i.e. fixed constants which represent error condition) * * Maximum weight value must be limited to 128 to prevent an overflow * condition during the calculation. * * The internal data type must be large enough to handle the calculations. * The maximum possible internal value * = Max Input Value * (weight - 1) + Max Input Value * If a maximum weight of 128 is used, the internal data type should be 2 * times the size of the input data type.

    標簽: CONSTRAINTS considered module handle

    上傳時間: 2015-09-07

    上傳用戶:qunquan

  • * DEFINITION * This is the header file for a library module used to calculate the median * of a

    * DEFINITION * This is the header file for a library module used to calculate the median * of a list of values. It finds the value that would be in the center if * the list were sorted. If the list contains an even number of values, the * lower of the two center values is reported. The values themselves are not * sorted or modified in any way. This algorithm can be used as a filtering * tool for rejecting noisy data.

    標簽: DEFINITION calculate the library

    上傳時間: 2015-09-07

    上傳用戶:refent

  • AES decoder aes_dec.vhdl AES encoder aes_enc.vhdl Package used by rest of design aes_pkg.vhdl

    AES decoder aes_dec.vhdl AES encoder aes_enc.vhdl Package used by rest of design aes_pkg.vhdl Key Expansion component for AES encoder and decoder key_expansion.vhdl

    標簽: vhdl AES decoder aes_dec

    上傳時間: 2015-09-07

    上傳用戶:許小華

  • Hard-decision decoding scheme Codeword length (n) : 31 symbols. Message length (k) : 19 symbols.

    Hard-decision decoding scheme Codeword length (n) : 31 symbols. Message length (k) : 19 symbols. Error correction capability (t) : 6 symbols One symbol represents 5 bit. Uses GF(2^5) with primitive polynomial p(x) = X^5 X^2 + 1 Generator polynomial, g(x) = a^15 a^21*X + a^6*X^2 + a^15*X^3 + a^25*X^4 + a^17*X^5 + a^18*X^6 + a^30*X^7 + a^20*X^8 + a^23*X^9 + a^27*X^10 + a^24*X^11 + X^12. Note: a = alpha, primitive element in GF(2^5) and a^i is root of g(x) for i = 19, 20, ..., 30. Uses Verilog description with synthesizable RTL modelling. Consists of 5 main blocks: SC (Syndrome Computation), KES (Key Equation Solver), CSEE (Chien Search and Error Evaluator), Controller and FIFO Register.

    標簽: symbols length Hard-decision Codeword

    上傳時間: 2014-07-08

    上傳用戶:曹云鵬

  • 忘不了密碼小管家(分類管理各種密碼的小工具[包括上網密碼

    忘不了密碼小管家(分類管理各種密碼的小工具[包括上網密碼,CD-KEY及游戲密技等])

    標簽: 密碼 分類

    上傳時間: 2013-11-29

    上傳用戶:frank1234

主站蜘蛛池模板: 大城县| 五华县| 西华县| 昭觉县| 化州市| 莱西市| 陈巴尔虎旗| 宁都县| 吴江市| 铜山县| 长垣县| 乡城县| 革吉县| 蒲江县| 乌什县| 太白县| 岱山县| 武陟县| 新龙县| 当涂县| 六安市| 南澳县| 铁岭县| 鄢陵县| 民丰县| 会泽县| 兴义市| 松滋市| 涪陵区| 东丽区| 自治县| 乳源| 江西省| 天津市| 财经| 兴宁市| 尼玛县| 临西县| 宕昌县| 衢州市| 临汾市|