AVR單片機入門及C語言高效設計實踐(六) ATMEAG16L的定時/計數器 ATMEAG16L有兩個8位定時/計數器(T/C0、T,C2)和一個16位定時/計數器T/C1)。每一個計數器都支持PWM(脈沖寬度調制)輸出功能。PWM輸出在電機控制、開關電源、信號發生等領域有著廣泛的應用。[第一段]
上傳時間: 2015-11-16
上傳用戶:集美慧
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
標簽: marvelous although language Matthew
上傳時間: 2014-01-22
上傳用戶:妄想演繹師
文件名 :test3.c * 文件描述:預測分析法實現的語法分析器。分析如下文法: * E->E+T | E-T | T * T->T*F | T/F |F * F->(E) | i * 輸入:每行含一個表達式的文本文件(#號結束)。 * 輸出:分析成功或不成功信息。 * 創建人:余洪周 <nick19842000.cublog.cn> 2006-12-16 * 版本號:1.0 * 說明 :為了表示的方便采用了如下的所示表示方法: * A=E B=T * 非終結符:0=E 1=E 2=T 3=T 4=F * 終結符 :0=i 1=+ 2=- 3=* 4=/ 5=( 6=) 7=#
上傳時間: 2013-12-21
上傳用戶:cylnpy
itu-t g729A 語音編解碼 標準的c代碼。是從ITU標準中下載的代碼
上傳時間: 2013-12-17
上傳用戶:拔絲土豆
C語言陷阱和缺陷 原著:Andrew Koenig - AT&T Bell Laboratories Murray Hill, New Jersey 07094 (翻譯:lover_P) 那些自認為已經“學完”C語言的人,請你們仔細讀閱讀這篇文章吧。路還長,很多東西要學。我也是
標簽: Laboratories lover_P Andrew Koenig
上傳時間: 2013-12-26
上傳用戶:奇奇奔奔
目前最流行的C語言有以下幾種: ·Microsoft C 或稱 MS C ·Borland Turbo C 或稱 Turbo C ·AT&T C 這些C語言版本不僅實現了ANSI C標準,而且在此基礎上各自作了一些擴充,使之更加方便、完美。
標簽: Turbo Microsoft Borland 語言
上傳時間: 2016-06-13
上傳用戶:1101055045
T M 3 2 0 C 6 0 0 0 詳細介紹
標簽: 詳細介紹
上傳時間: 2013-12-20
上傳用戶:liglechongchong
求標準偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) > t=t+x(i)*x(i) > end > c=sqrt(t/(m*n-1)) function c=myfunction(x) [m,n]=size(x) t=0 for i=1:m for j=1:n t=t+x(i,j)*x(i,j) end end c=sqrt(t/(m*n-1
標簽: gt myfunction function numel
上傳時間: 2014-01-15
上傳用戶:hongmo
求標準偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) > t=t+x(i)*x(i) > end > c=sqrt(t/(m*n-1)) function c=myfunction(x) [m,n]=size(x) t=0 for i=1:m for j=1:n t=t+x(i,j)*x(i,j) end end c=sqrt(t/(m*n-1
標簽: gt myfunction function numel
上傳時間: 2013-12-26
上傳用戶:dreamboy36
求標準偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) > t=t+x(i)*x(i) > end > c=sqrt(t/(m*n-1)) function c=myfunction(x) [m,n]=size(x) t=0 for i=1:m for j=1:n t=t+x(i,j)*x(i,j) end end c=sqrt(t/(m*n-1
標簽: gt myfunction function numel
上傳時間: 2016-06-28
上傳用戶:change0329