本程序直接摘自文獻: % S. K. Mitra. Digital Signal Processing: A Computer-Based Approach. Second Edition, % McGraw-Hill,2001 清華大學出版社,2001
標簽: S. K. Computer-Based Processing
上傳時間: 2014-12-02
上傳用戶:佳期如夢
Real-Time Digital Signal Processing Implementations and Applications Second Edition。實時數字信號處理,非常好。
標簽: Implementations Applications Processing Real-Time
上傳時間: 2015-07-14
上傳用戶:jjj0202
Thinking in C++ 2nd edition source code which are all the cores of the book Thinking in C++ second edition.that s the best thing to learn C
標簽: Thinking the edition source
上傳時間: 2013-12-17
上傳用戶:fandeshun
clock 源程序c lock 源程序 clock 源程序c lock 源程序
上傳時間: 2013-12-18
上傳用戶:lgnf
Digital Clock in Assembly 我的一個大學滿分VHDL作品,數字石英鐘的模擬程序。
標簽: Assembly Digital Clock VHDL
上傳時間: 2014-01-25
上傳用戶:hullow
芯片為EM78P153 P64,P65接晶振,振蕩模式為4MHz晶振 看門狗關,指令周期為2個CLOCK,P63為復位腳
上傳時間: 2015-08-24
上傳用戶:1966640071
My thesis entitled "fpga digital clock," immature, to enlighten
標簽: enlighten entitled immature digital
上傳時間: 2014-01-02
上傳用戶:hxy200501
時鐘萬年歷代碼 Clock.java放在了一個名叫 Clock的包里
上傳時間: 2014-01-10
上傳用戶:zq70996813
* This a software code module for a time-of-day clock object. * The clock may be fixed 12-hour, fixed 24-hour, or dynamically * configurable between these two types. Clock data can be accessed * as a binary number representing the number of minutes since midnight * or a BCD number formatted according to the time-of-day description * in the TIME module 0404x. The functions work with time-of-day values * which conform to normally accepted clock values of 1:00 to * 12:59 BCD / 0 to 719 binary for a 12-hour clock or clock values * 00:00 to 23:59 BCD / 0 to 1439 binary for a 24-hour clock. On power-up * the clock is 12:00 BCD / 0 binary for a 12-hour or dynamically * configurable clock, or 00:00 BCD / 0 binary for a 24-hour clock.
標簽: clock time-of-day software module
上傳時間: 2013-12-07
上傳用戶:llandlu
* DEFINITION * This a set of math functions that deal with time. The functions accept * 4-digit time values and 4-digit time of day values. Time values are * interpreted as hours-minutes and are valid if all digits are numeric and * 9 or less, except the second-to-last digit must be 5 or less. Time of day * values are valid if they conform to normally accepted clock values of * 1:00 to 12:59 for a 12-hour clock or 00:00 to 23:59 for a 24-hour clock.
標簽: functions DEFINITION accept digit
上傳時間: 2014-01-15
上傳用戶:Divine