资源列表
FL1EDID
- 在DOS系统下读取机器的EDID,本机示范为AMD平台-In the DOS system to read the machine under the EDID, the machine model for the AMD platform
DiskUsage
- Disk usage program to check disk usage of special part of your hardware. seample you give a specified place on your disck and if gous.
114
- these are some of my sgu codes
sms
- Sending temperature with sms . AVR Micro
fractal-dimzip
- 一维曲线的分维计算matlab程序,将一维曲线的y坐标保存为txt,命民为“y.txt”即可得到分维。-One-dimensional curve fractal dimension calculation matlab program
smooth_spectrum
- 通过平滑频率图来估算能量谱的MATLAB程序,希望对大家有帮助-Power spectrum estimate by smoothing the periodogram
paleto
- fortran语言实现的,计算帕雷托模型的小程序,只需要准备好数据,修改文件名,即可得出不同门限值下的模型结果-fortran language, computing Pareto model of small programs, only need to prepare the data, modify the file name can be derived under different threshold model results
OKFUZZYPIDMH
- 模糊PID控制MATLAB经典实例,望采纳交流,互相学习-MATLAB classic example of fuzzy PID control, hope to adopt exchanges, learn from each other
12_Gauss_Jordan
- 本程序主要用途是线性方程的矩阵解法,很好,很强大-The main purpose of this procedure is the matrix solution of linear equations, very good, very strong
KMP
- 数据结构中的字符串匹配中,KMP经典算法的实现,根据严蔚敏老师的伪代码实现的-String matching in data structure, realize the classical algorithm KMP, according to the pseudo code Yan Yumin teacher realized
traffic-light
- 简易的红绿交通灯变化程序,基于FPGA的vhdl代码-Simple red and green traffic lights change program, based on FPGA vhdl codes
12
- Q270.(10分)编程用链表方法实现堆栈数据结构。堆栈(Strack)是指这样一段内存,它可以理解为一个筒结构,先放进筒中的数据被后放进筒中的数据“压住”,只有后放进筒中的数据都取出后,先放进去的数据才能被取出,称为“后进先出”。堆栈的长度可随意增加。堆栈结构可用链表实现。设计一个链表结构需包含两个成员:一个存放数据,一个为指向下一个节点的指针。当每次有一个新数据要放入堆栈时,称为“压入堆栈”,这时动态建立一个链表的节点,并连接到链表的结尾;当每次从堆栈中取出一个数据时,称为“弹出堆栈”,这意
