资源列表
FIR2
- fir2.asm基于线性缓冲区的FIR滤波器的设计,采样率为10KHz-fir2.asm buffer based on the linear FIR filter design, sampling rate of 10KHz
1
- 插入排序法,运用C++程序编写的,包括从小到大和从大到小两种方法-Insertion Sort
cOI
- oj里面的题目,简单的排序,讲究算法和简单实现功能-oj inside the subject, simple sorting, and a simple algorithm to achieve functional stress
frequency
- 这是用VHDL 语言实现的频率调制代码,可以自己改周期实现频率的调制-this is the frenquency decode,and its function is strong
42S
- 串行口通讯,实现由校验位的发送和接收,查询发送,中断接收-serial port communications, make the check-sending and receiving inquiries sending, receiving suspended
FUZA
- 这是用汇编语言写的一个求算术表达式值的程序,该程序中将我们常用的运算包括了进去
basmul
- bamul for z80 simulator new
kendali
- this asm is serial comm programming of AT89S51-this asm is serial comm programming of AT89S51
paixu
- 用分治法,实现对n个元素进行排序的算法,并进行时间复杂性分析。-With the Method, to achieve the sort n elements in the algorithm, and the time complexity analysis.
protect-equipment-51
- 汇编语言 51单片机 保护装置控制系统 主程序-Assembly language protection device control system the main program
best
- 进退法找求单峰区间,黄金分割法找最优解的matlab程序。-The advance and retreat method to find requirements unimodal interval, golden section method matlab program to find the optimal solution.
TI
- (1)为IntArray 加上析构函数并编译运行程序,体会类的构造函数和析构函数的 作用。 (2)程序中,类IntArray 的三个构造函数都是以相似的方式来实现的。一般来说 ,当两个或多个函数重复相同的代码时,可将这部分代码抽取出来,形成独立的函数 ,以便共享。以后如果需要改变这些实现,则只需改变一次,而且这种实现的共享本 质更容易为大家所理解。怎样把构造函数中的代码抽取出来形成独立的共享函数呢? 请给出一种可能的实现。按你给出的实现方法修改程序并重新编译运行。-程序中