CHAPT13\AnsiWinTerm.cpp Class used in Win32 terminal emulation CHAPT13\AnsiWinTerm.h Header file for the AnsiWinTerm class CHAPT13\Chapt13.cpp 32-bit test program of terminal emulation CHAPT13\Chapt13.dsp Visual C++ project file CHAPT13\Chapt13.dsw Visual C++ workspace file CHAPT13\Chapt13.rc The resource file used in the test program CHAPT13\resource.h IDs defined in the resource file CHAPT13\Win32Term.cpp The Win32 general purpose terminal class CHAPT13\Win32Term.h Definition of the class CHAPT13\Debug\Chapt13.exe 32-bit executable of the test program.
標簽: AnsiWinTerm CHAPT emulation terminal
上傳時間: 2016-02-03
上傳用戶:秦莞爾w
CHAPT14\MODEM.CPP Implementation of the Modem class CHAPT14\MODEM.H Declarations of the Modem class CHAPT14\TSTMODEM.CPP 16-bit test program for the Modem class CHAPT14\TSTMODEM.EXE 16-bit executable of the test program CHAPT14\TSTMODEM.MAK Make file for use with Borland or Microsoft C
上傳時間: 2013-12-24
上傳用戶:壞天使kk
G729編碼和解碼的Matlab源程序 調用方法: 1.需要編碼時,在 Matlab命令行下輸入"G729code(speech)"(請務必保證 speech是已經存在在 Matlab工作區的一個行向量,其中是語音數據),然后你會在你的文件夾下看到一個"coding.bit"的文件。 2.需要解碼時,把"coding.bit"的文件復制到"G729 decoder"的目錄下,在Matlab命令行下輸入"G729decodermain",然后你會在文件夾下看到"syn_speech.wav",那就是重構語音。 enjoy it!
上傳時間: 2013-12-22
上傳用戶:GavinNeko
These Simulink blocks contain transfer functions that model the pressure and flow transients for axisymmetric 2D viscous flow of a compressible fluid in a straight rigid circular cross section pipelines. Three models are available: (1) pressures at the ends (2) flow rates at the ends (3) pressure at one end and flow rate at the other Filtering is incorporated to reduce numerical oscillation (Gibbs phenomenon). See J. Dyn. Systems, Meas. & Control vol 122 (2000) pp. 153-162.
標簽: transients functions Simulink transfer
上傳時間: 2014-01-22
上傳用戶:Shaikh
/*SPI規范:Data is always clocked into the device on the rising edge of SCK a-*/ /* nd clocked out of the device on the falling edge of SCK.All instruction-*/ /* s,addresses and data are transferred with the most significant bit(MSB) */ /* first.
上傳時間: 2016-02-19
上傳用戶:遠遠ssad
des加密的數據一般要是56bit的整數倍,本程序通過把后面不足56bit的bit反向加密得到完整的加密,而不增加加密后的長度
上傳時間: 2014-01-08
上傳用戶:2404
Status StrAssign(SString T,char *chars) { // 生成一個其值等于chars的串T int i if(strlen(chars)>MAXSTRLEN) return ERROR else { T[0]=strlen(chars) for(i=1 i<=T[0] i++) T[i]=*(chars+i-1) return OK } }
標簽: chars StrAssign SString Status
上傳時間: 2014-01-10
上傳用戶:lwwhust
Summary Many control applications require converting some analog input to a digital format. The ADCINC12 User Module is a general-purpose, 12-bit analog to digital converter (ADC) that does just that. This Application Note is meant to be a simple introduction into its operation. The steps required to define, place, and write software are presented. Examples are developed in both assembly and C.
標簽: applications converting Summary control
上傳時間: 2013-12-01
上傳用戶:WMC_geophy
在兩臺機器運行serealcom.exe, 但必須保證用串口線連接, 選擇串口時如出現error, 表明此串口正被其它設備使用。
上傳時間: 2016-03-05
上傳用戶:invtnewer
可變分數抽取器設計。用matlab里的sg實現,可轉化為bit文件下載到fpga 。
上傳時間: 2013-12-15
上傳用戶:txfyddz