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
標簽: Program Destroy Block NVRAM
上傳時間: 2016-07-26
上傳用戶:wfl_yy
C++沉思錄的完整版,作者是AT&T網絡體系結構部門的負責人,從事C++已十年之久。此書很值得一看
標簽:
上傳時間: 2013-12-10
上傳用戶:lifangyuan12
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.
標簽: Optimization Performance Footprint and
上傳時間: 2014-01-06
上傳用戶:杜瑩12345
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。好書!
標簽: Fundamentally demonstrates important patterns
上傳時間: 2013-11-29
上傳用戶:PresidentHuang
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.
標簽: Programming Imperfect Practical Solutions
上傳時間: 2014-03-02
上傳用戶:songrui
C# ArrayList C++模仿版,只支持最簡單的動態隊列操作,采用雙層鏈表,支持16兆以上個對象的隊列管理。 效率:查找上界O(988+N/976144),插入及刪除上界O(988+N/976144+N*T(create/delete
上傳時間: 2013-12-11
上傳用戶:tianjinfan
最小二乘擬合算法C程序,N為擬合點數,T為擬合階數。
上傳時間: 2016-12-30
上傳用戶:頂得柱
I2C程序函數是采用軟件延時的方法產生SCL脈沖,對高晶振頻率要作一定的修改 C%NG\#A1e0(本例是3us機器周期,如果系統對時間要求不是很重要的話,最好在每個單元讀寫結束時加個延時, $`Z(Un+b0Tm0測試有子地址器件函數,未測試無地址的器件,適合器件地址和子地址小于256的器件, 大于256的單元的器件可以自己改寫)。 td`U4A!~,L C0
上傳時間: 2017-01-01
上傳用戶:wmwai1314
*** **增量式PID控制算法程序*********** T、TD、TI、KP依次從30H,33H,36H,39H開始。 A,B,C的值依次存在BLOCK1,BLOCK2,BLOCK3的地址里 這里R(k)給的是定值
上傳時間: 2017-01-16
上傳用戶:cursor
c語言編程寶典,C 語言是1972年由美國的Dennis Ritchie設計發明的, 并首次在UNIX操作系統 的 DEC PDP-11 計算機上使用。 它由早期的編程語言 BCPL( Basic Combind Programming Language) 發展演變而來。在1970年, AT&T 貝爾實驗室的 Ken Thompson根據BCPL語言設計出較先進的并取名為 B的語言, 最后導了C 語言的問世。 隨著微型計算機的日益普及, 出現了許多C 語言版本。由于沒有統一的標準, 使得這些C 語言之間出現了一些不一致的地方。為了改變這種情況, 美國國家標準 研究所(ANSI)為C 語言制定了一套ANSI標準, 成為現行的C語言標準。
上傳時間: 2017-02-27
上傳用戶:dongbaobao