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

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

電子音樂(lè)

  • C++Primer中文版 第三版 深入系列 Primer 第三版 著 中中文文版版潘愛民張麗譯 Addison-Wesley 中國電力出版社 www.infopower.com.cn S

    C++Primer中文版 第三版 深入系列 Primer 第三版 著 中中文文版版潘愛民張麗譯 Addison-Wesley 中國電力出版社 www.infopower.com.cn Stanley B Lippman J o s é e L a j o i e

    標(biāo)簽: Primer Addison-Wesley infopower www

    上傳時(shí)間: 2014-01-14

    上傳用戶:myworkpost

  • This application report describes the use of Timer_A3 to decode RC5 and SIRC TV IR remote control si

    This application report describes the use of Timer_A3 to decode RC5 and SIRC TV IR remote control signals. The decoder described in this report is interrupt-driven and operates a background function using specific features the Timer_A3. Only a small portion of the MSP430 CPU?s nonreal-time resources is used. Specific hardware bit-latching capabilities of the Timer_A3 module are used for real-time decoding of the IR data signal, independent and asynchronous to the CPU. CPU activity and power consumption are kept to an absolute minimum level. The Timer_A3 decoder implementation also allows other tasks to occur simultaneously if required. The solutions provided are written specifically for MSP430x11x(1) and MSP430x12x derivatives, but can be adapted to any other MSP430 incorporating Timer_A3. 電視遙控器設(shè)計(jì)基於MSP430

    標(biāo)簽: application describes Timer_A control

    上傳時(shí)間: 2014-01-01

    上傳用戶:qq21508895

  • UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, wh

    UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, which is a reasonably faithful subset. This documentation describes those UnderC functions and classes which are not part of the C++ standard. UC Library Builtin functions: Most of these are standard C functions, but there are a few unique to the UnderC system which give you runtime access to the compiler. You may evaluate expressions, execute commands, compile code, etc. * Expands the text in expr using the UnderC preprocessor, putting the result into buff. void uc_macro_subst(const char* expr, char* buff, int buffsize) * Executes a UC #-command, like #l or #help. uc_cmd() expects the name of the command, _without_ the hash, e.g. uc_cmd("l fred.cpp") or uc_cmd("help"). void uc_cmd(const char* cmd) * Evaluates any C++ expression or statement will return non-zero if unsuccessful.

    標(biāo)簽: implementation Extensions libraries standard

    上傳時(shí)間: 2013-12-14

    上傳用戶:leehom61

  • 數(shù)據(jù)結(jié)構(gòu)實(shí)驗(yàn)4報(bào)告

    數(shù)據(jù)結(jié)構(gòu)實(shí)驗(yàn)4報(bào)告,實(shí)驗(yàn)內(nèi)容或題目 l、隨機(jī)產(chǎn)生n=100,200,300,1000,2000個(gè)整數(shù)并存于數(shù)組r[1..n]中。對(duì)主要查找算法(順序查找、插入排序、冒泡排序、堆排序、快速排序)進(jìn)行實(shí)驗(yàn)比較,計(jì)算出平均比較次數(shù)、平均移動(dòng)次數(shù)及執(zhí)行時(shí)間。由程序自動(dòng)計(jì)算,由手工計(jì)時(shí)。 2、對(duì)實(shí)驗(yàn)結(jié)果數(shù)據(jù)進(jìn)行對(duì)比分析。 主要內(nèi)容是

    標(biāo)簽: 數(shù)據(jù)結(jié)構(gòu) 實(shí)驗(yàn) 報(bào)告

    上傳時(shí)間: 2013-12-23

    上傳用戶:liansi

  • 給定一個(gè)集裝箱

    給定一個(gè)集裝箱,其長為L,寬為W和高為H,現(xiàn)有一批圓柱形木材,每根木材的長均為L,但是半徑不同,設(shè)第i根木材半徑為ri。問如何裝箱,使得集裝箱的空間利用率最高?

    標(biāo)簽: 集裝箱

    上傳時(shí)間: 2014-01-20

    上傳用戶:ljt101007

  • Hidden_Markov_model_for_automatic_speech_recognition This code implements in C++ a basic left-right

    Hidden_Markov_model_for_automatic_speech_recognition This code implements in C++ a basic left-right hidden Markov model and corresponding Baum-Welch (ML) training algorithm. It is meant as an example of the HMM algorithms described by L.Rabiner (1) and others. Serious students are directed to the sources listed below for a theoretical description of the algorithm. KF Lee (2) offers an especially good tutorial of how to build a speech recognition system using hidden Markov models.

    標(biāo)簽: Hidden_Markov_model_for_automatic speech_recognition implements left-right

    上傳時(shí)間: 2016-01-23

    上傳用戶:569342831

  • 一維信號(hào)的計(jì)盒分形維數(shù)

    一維信號(hào)的計(jì)盒分形維數(shù),用 m a t l a b編輯的

    標(biāo)簽: 信號(hào) 分形

    上傳時(shí)間: 2013-12-14

    上傳用戶:685

  • RSA公開密鑰密碼系統(tǒng)是由R.Rivest

    RSA公開密鑰密碼系統(tǒng)是由R.Rivest,A.Shamir,L.Adleman提出的,不僅僅可用于數(shù)據(jù)的加密,也可用于數(shù)字簽名。本程序提供了RSA加密和解密過程實(shí)現(xiàn)的源代碼。

    標(biāo)簽: Rivest RSA 密鑰密碼

    上傳時(shí)間: 2014-11-29

    上傳用戶:aix008

  • 本書特色 全面覆蓋了RHCT(Red Hat Certified Technician)、Comp TlA’s Linux+和LPl(Linux Professional Institute)Leve

    本書特色 全面覆蓋了RHCT(Red Hat Certified Technician)、Comp TlA’s Linux+和LPl(Linux Professional Institute)Level l 三大Linux人證考試的內(nèi)容和要點(diǎn)。   講解了重要的命令行工具(包括shell腳本與文本處理命令)以及最新的圖形界面管理工具和應(yīng)用程序。   “理論與實(shí)踐密切相結(jié)合”,每章都附有復(fù)習(xí)題與可操作性強(qiáng)的實(shí)踐項(xiàng)目項(xiàng),使得讀者可以在牢固掌握基礎(chǔ)知識(shí)的同時(shí),在動(dòng)手實(shí)踐能力上也能獲得較大的提高。   本書致力于Linux系統(tǒng)管理這一主題,為有志于在Lmux領(lǐng)域有所發(fā)展的讀者提供了一份不可多得的參考教材。

    標(biāo)簽: Linux Professional Technician Certified

    上傳時(shí)間: 2013-12-26

    上傳用戶:fxf126@126.com

  • ABBYY FineReader 8.0專業(yè)版是最新、最準(zhǔn)確的ABBYY OCR軟體版本。它可以為用戶提供 最高級(jí)別識(shí)字精確率

    ABBYY FineReader 8.0專業(yè)版是最新、最準(zhǔn)確的ABBYY OCR軟體版本。它可以為用戶提供 最高級(jí)別識(shí)字精確率,是一個(gè)非常節(jié)省時(shí)間的好方案。FineReader允許你將各種紙張和 電子文件轉(zhuǎn)換、編輯以及重新使用,包括:雜誌、報(bào)紙、傳真、複製和PDF文件。

    標(biāo)簽: ABBYY FineReader 8.0 OCR

    上傳時(shí)間: 2016-02-11

    上傳用戶:q123321

主站蜘蛛池模板: 外汇| 林芝县| 阳东县| 祁东县| 锦州市| 瑞丽市| 新化县| 台湾省| 潼关县| 那曲县| 东光县| 满洲里市| 古丈县| 延长县| 宝鸡市| 永顺县| 荥阳市| 揭西县| 南木林县| 闽侯县| 涪陵区| 前郭尔| 怀仁县| 普兰县| 车险| 阿坝| 霍城县| 定兴县| 嘉义县| 河津市| 开鲁县| 巩留县| 靖宇县| 密云县| 南平市| 聊城市| 晋州市| 武强县| 虞城县| 射洪县| 霍林郭勒市|