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

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

溫度檢測(cè)系統(tǒng)(tǒng)

  • Program main BIOS image | | /B - Program Boot Block | | /N - Program NVRAM | | /C - Destroy CM

    Program main BIOS image | | /B - Program Boot Block | | /N - Program NVRAM | | /C - Destroy CMOS checksum | | /E - Program Embedded Controller Block | | /K - Program all non-critical blocks | | /Kn - Program n th non-critical block only(n=0-7) | | /Q - Silent execution | | /REBOOT - Reboot after programming | | /X - Don t Check ROM ID | | /S - Display current system s ROMID | | /Ln - Load CMOS defaults

    標(biāo)簽: Program Destroy Block NVRAM

    上傳時間: 2016-07-26

    上傳用戶:wfl_yy

  • C++沉思錄的完整版

    C++沉思錄的完整版,作者是AT&T網(wǎng)絡(luò)體系結(jié)構(gòu)部門的負(fù)責(zé)人,從事C++已十年之久。此書很值得一看

    標(biāo)簽:

    上傳時間: 2013-12-10

    上傳用戶:lifangyuan12

  • C語言代碼

    C語言代碼,生成3路有120度相位差的125Hz方波信號。可簡單改編為多路、有均勻相位差、占空比可調(diào)的方波信號。 CPU是PIC16F73,8MHz晶振,開發(fā)環(huán)境MPLAB IDE 7.6或更高版本,需安裝有PICC8編譯器。

    標(biāo)簽: C語言代碼

    上傳時間: 2013-12-02

    上傳用戶:agent

  • C++ Footprint and Performance Optimization contains case studies and sample code to give readers con

    C++ Footprint and Performance Optimization contains case studies and sample code to give readers concrete examples and proven solutions to problems that don t have cut and paste solutions. The market for miniature computer programming is exploding. C++ Footprint and Performance Optimization supplies programmers the knowledge they need to write code for the increasing number of hand-held devices, wearable computers, and intelligent appliances. This book gives readers valuable knowledge and programming techniques that are not currently part of traditional programming training.

    標(biāo)簽: Optimization Performance Footprint and

    上傳時間: 2014-01-06

    上傳用戶:杜瑩12345

  • 認(rèn)真上傳c語言

    認(rèn)真上傳c語言,其中程序均系本人調(diào)試通過,其中fft程序是本人的力作

    標(biāo)簽: c語言

    上傳時間: 2013-12-17

    上傳用戶:tuilp1a

  • Visual C++實(shí)現(xiàn)的基因遺傳算法庫源代碼以演示程序Free Source Code for Genetic algorithm 2008年05月21日 C++, Windows, Win32

    Visual C++實(shí)現(xiàn)的基因遺傳算法庫源代碼以演示程序Free Source Code for Genetic algorithm 2008年05月21日 C++, Windows, Win32, Visual Studio, MFC, STL, Arch, Dev, Design 基因遺傳算法都是針對概率的,所以因為其隨機(jī)的本質(zhì),導(dǎo)致其結(jié)果可能是好的,也可能是壞的,于是我們就需要一個方法確認(rèn)這個解到底有多大的可用性。這是通過計算相似擬合度進(jìn)行衡量的。染色體Chromosomes代表了基因遺傳算法的結(jié)果。每次迭代,算法生成一個染色體,這些子孫染色體又會產(chǎn)生新的迭代……關(guān)鍵內(nèi)容 這個基因算法庫是用 Visual Studio 2005 編寫的程序,第一個使用 Microsoft C/C++ 編譯器,第二個使用Intel C++ 編譯器。 如果你希望在你的程序你使用它,有兩個辦法,1是直接引用 Genetic Algorithm Library 項目,然后編譯;2是添加GeneticAlgorithm.lib 靜態(tài)鏈接庫到項目中

    標(biāo)簽: algorithm Genetic Windows Visual

    上傳時間: 2016-09-22

    上傳用戶:silenthink

  • 工廠採購管理系統(tǒng)

    工廠採購管理系統(tǒng),採用delphi+sqlserver開發(fā),完全C/S架設(shè),所有數(shù)據(jù)全部通過存儲過程活觸發(fā)器完成

    標(biāo)簽: 系統(tǒng)

    上傳時間: 2013-12-14

    上傳用戶:zhoujunzhen

  • 上載/下載日志 實(shí)現(xiàn)小車的自動尋跡小車,且速度較快并且很穩(wěn)定 2. XUNJI.C.rar,1KB,下載 3 次,小車的尋跡程序,根據(jù)車兩邊的燈的亮滅判斷來執(zhí)行電機(jī)的動作 3. Programm.z

    上載/下載日志 實(shí)現(xiàn)小車的自動尋跡小車,且速度較快并且很穩(wěn)定 2. XUNJI.C.rar,1KB,下載 3 次,小車的尋跡程序,根據(jù)車兩邊的燈的亮滅判斷來執(zhí)行電機(jī)的動作 3. Programm.zip,23KB,下載 6 次,控制智能車尋黑線運(yùn)動,可以轉(zhuǎn)向和前進(jìn),能夠采集前方信息... www.programsalon.com/upload_log.asp?e=ani ... 5K 2008-9-30 - 百度快照

    標(biāo)簽: Programm XUNJI

    上傳時間: 2016-11-18

    上傳用戶:許小華

  • Modern C++ Design is an important book. Fundamentally, it demonstrates generic patterns or pattern t

    Modern C++ Design is an important book. Fundamentally, it demonstrates generic patterns or pattern templates as a powerful new way of creating extensible designs in C++--a new way to combine templates and patterns that you may never have dreamt was possible, but is. If your work involves C++ design and coding, you should read this book. Highly recommended.-Herb Sutter。好書!

    標(biāo)簽: Fundamentally demonstrates important patterns

    上傳時間: 2013-11-29

    上傳用戶:PresidentHuang

  • Imperfect C++ Practical Solutions for Real-Life Programming C++, although a marvelous language, isn

    Imperfect C++ Practical Solutions for Real-Life Programming C++, although a marvelous language, isn t perfect. Matthew Wilson has been working with it for over a decade, and during that time he has found inherent limitations that require skillful workarounds. In this book, he doesn t just tell you what s wrong with C++, but offers practical techniques and tools for writing code that s more robust, flexible, efficient, and maintainable. He shows you how to tame C++ s complexity, cut through its vast array of paradigms, take back control over your code--and get far better results.

    標(biāo)簽: Programming Imperfect Practical Solutions

    上傳時間: 2014-03-02

    上傳用戶:songrui

主站蜘蛛池模板: 交口县| 延边| 鹤山市| 威宁| 建瓯市| 垣曲县| 巫山县| 海伦市| 密山市| 东阿县| 仁寿县| 玛纳斯县| 辽宁省| 正宁县| 武鸣县| 小金县| 苍南县| 容城县| 梁平县| 富裕县| 安仁县| 昔阳县| 永丰县| 山东| 葫芦岛市| 班玛县| 施甸县| 拉萨市| 且末县| 石景山区| 梁平县| 金华市| 德令哈市| 建始县| 中阳县| 五指山市| 莱州市| 班玛县| 基隆市| 监利县| 读书|