资源列表
list3
- 用单链表作存储结构,编写一个实现线性表中元素逆置的算法。-Single linked list storage structure, to write a the element inverse set of algorithms in linear form.
fet410_1
- msp430 410程序 以上两个文件中的程序分别为接收端和发送端程序: 发送接收过程如下: 1、发送端发送一个60字节的数据给接收方并闪一下红灯,然后进入接收状态; 2、接收端收到数据后回发一个60个字节数据并闪一次红灯; 3、发送端收到接收端回发的数据,判断正确后闪一次绿灯; 4、间隔1S时间重复执行1到3步骤。-msp430 has a lot of things
seimic-graph
- 产生一个三分量地震图,有助于理解近场和远场的波场形态-Helps to understand the the wavefield morphology of the near-field and far-field to generate a three-component seismograms,
Tquxian
- 关于固高运动控制卡T曲线运动模式程序的例子-About Googol motion control card T curves sport program
SVD-VS-NMF
- svd和nmf的对比,在时间和效果对比,各个算法的特点-svd VS nmf
INT_re_SCI
- 简单中断方式实现DSP的SCI通讯,主要是给那些不懂SCI寄存器配置的人适合看的。-interrupt realize SCI recive
random
- 测试随机数。程序生成一个随机数,与用户输入的一个整数比较是否相等-Random number test. Program generates a random number, and a user input is equal to the integer comparison
xingli
- 利用此matlab程序,可以读取gps文件-using matlab for read text of gps
push
- 完整地描述了数据结构中的进栈过程:在堆栈中,用户只能在指定的一端插入和删除元素,因此具有后进先出(LIFO)的特性;在队列中,用户只能在一端插入元素而在另一端删除元素,因此呈现先进先出(FIFO)的特性。从数据结构角度看,它们都是线性结构。 -A complete descr iption of the data structure into the stack process: in the stack, users can insert and delete elements at on
seimic-processing
- 地震资料处理是非常重要的地震处理流程,本代码包括滤波和正反问题。-Seismic data processing ,including filting and forward and inverse problem,it is very useful !
BPNN
- 自己琢磨的,matlab新手,不太会,和大家一起交流交流-Of her own, matlab novice, less likely, and everyone share exchange
filtcheb
- this code is about Band pass filter.