編程精粹 ─── Microsoft 編寫優(yōu)質無錯C 程序秘訣 Writing Clean Code ─── Microsoft Techniques for Developing Bug-Free C Programs Steve Maguire 著 姜靜波 佟金榮 譯 麥中凡 校 電子工業(yè)出版社 編寫優(yōu)化、高效、無錯地代碼 2 這份電子書籍由PC Home 俱樂部、C++ Bulider 討論區(qū)數(shù)位網(wǎng)友分別整理完成,基本 上完全按照所據(jù)譯本原貌,極少數(shù)文字為通順起見稍作修改。由于并非一人整理完成,書 中例程各章節(jié)代碼書寫風格可能稍有不同,如指針聲明,以下兩種寫法都存在: void* pv // ‘*’號與類型說明符相連 void *pv // ‘*’號與變量名相連
標簽: Microsoft Developing Techniques Writing
上傳時間: 2014-01-23
上傳用戶:啊颯颯大師的
說明: pr[n]——輸入的實部 pi[n]——數(shù)入的虛部 n,k——滿足n=2^k Fr[n]——輸出的實部 fi[n]——輸出的虛部 l——0 FFT,1 IFFT il——0 輸出按實部/虛部;1 輸出按模/幅角
上傳時間: 2014-01-01
上傳用戶:牛布牛
c語言實現(xiàn)DEC加密-源碼,要的就下啊,完全Fr
上傳時間: 2013-12-19
上傳用戶:haohaoxuexi
ArcEngine開發(fā)地圖提示條控件,Fr
上傳時間: 2013-12-15
上傳用戶:zl5712176
arcEngine開發(fā)globe動畫控件,Fr
上傳時間: 2016-02-21
上傳用戶:問題問題
Linux常用命令 1 文件列表 – ls : ls #以默認方式顯示當前目錄文件列表; ls –a #顯示所有文件包括隱藏文件; ls –l #顯示文件屬性,包括大小,日期,符號連接,是否可讀寫及是否可執(zhí)行。 2 目錄切換 – cd : cd dir #切換到當前目錄下的dir 目錄; cd / #切換到根目錄; cd .. #切換到到上一級目錄。 3 復制 – cp : cp source target #將文件source 復制為 target; cp /root/source . #將/root 下的文件source 復制到當前目錄; cp –av soure_dir target_dir #將整個目錄復制,兩目錄完全一樣; cp –Fr source_dir target_dir #將整個目錄復制,并且是以非鏈接方式復制,當source 目 錄帶有符號鏈接時,兩個目錄不相同。 4 刪除 – rm :
上傳時間: 2014-01-18
上傳用戶:TF2015
This program simulates the bit-error-rate (BER) performance of OSTBC with L=4 antennas over the Frequency flat Rayleigh block fading channel The code is developed for real orthogonal design, code rate 1/2 modulation- 16 QAM with gray coding resulting in 2 bits/sec/Hz.
標簽: bit-error-rate performance simulates the
上傳時間: 2014-01-13
上傳用戶:whenfly
Using LabVIEW 8.5 Language to control Tektronix AWG3102. This program can select output waveform, Frequency and amplitude.
標簽: Tektronix Language waveform LabVIEW
上傳時間: 2016-05-17
上傳用戶:xlcky
The goal of our final project was to design an efficient elevator simulator that can accept input From a user and mechanically operate (on a small scale) a system of 4 floors and 3 elevators using pulleys and stepper motors. Users enter input using physical pushbuttons or the computer. This input is then processed by the MCU and orders are given to the elevators. We attempted to devise an algorithm that can optimally handle any number of floors. This project seemed like a fun challenge and something that had practical applications. Both of us have been Frustrated at times by the inefficiency of some of the elevators here at Cornell, and we wanted to see if we could do a better job.
標簽: efficient simulator elevator project
上傳時間: 2013-11-25
上傳用戶:cjf0304
虛擬串口程序源代碼 使用Vc開發(fā)的,open source!!Fr
上傳時間: 2013-12-10
上傳用戶:13681659100