资源列表
bucket
- 桶排序:A[1...n]是一个在合理的范围内的n个数的序列,例如1...m中所有的数,这里m是一个与n相比 不太大的数,这些数被放到k个桶中,第一个桶放1到[m/k]间的数,第2个桶放[m/k]+1到[2m/k]间的数,如此等等。之后将每个桶里的数用insertsort排序即可得到排好序的数组。-Bucket sort: A [1 ... n] is a reasonable range of the sequence of n numbers, for example, 1 ... m all
kalmanRLSLMS
- 给出了kalman、RLS、LMS三种自适应滤波器的仿真程序,三种滤波器都采用了80次迭代,将仿真值与理论值进行了比较-Given kalman, RLS, LMS adaptive filter simulation program of three, three types of filters are used 80 iterations, the simulated values were compared with the theoretical value
cir
- 图形的扫描填充 bresssen 算法实现-Graphic scanning fill algorithm bresssen
ad9851
- DDS芯片ad9851的程序,编译环境ICC6.1-Ad9851 procedures DDS chip, the compiler environment ICC6.1
linklist
- 建立了一个单链表之后,如果要进行一些如插入、删除等操作该怎么办?所以还须掌握一些单链表的基本算法,来实现这些操作。单链表的基本运算包括:查找、插入和删除。下面我们就一一介绍这三种基本运算的算法,并结合我们建立单链表的例子写出相应的程序。 -After the establishment of a single linked list, if you want some, such as insert, delete files how to do? Therefore, a single l
main
- 主机和从机之间采用总线模式的拓扑结构来通信,本程序主要说明了主机方面的编程方法。-Between master and slave mode bus topology uses to communicate, the host of this program illustrates the major aspects of programming.
java
- 这是一个关于移动臂调度算法的代码 第一次上传试试 谢谢合作-good boy。good job
Erlang_pi
- Erlang实现蒙特卡洛方法求圆周率,试用不同的运算规模,观察计算出的结果与真实π值的差异。-Monte Carlo methods seek to achieve Erlang pi, try different computing scale, observed differences in the results calculated with the true value of π.
test2d3
- This a 3D FDTD simulation with pulse .It displays a "movie" of the signal Size of the FDTD space-This is a 3D FDTD simulation with pulse .It displays a "movie" of the signal Size of the FDTD space
1SAPSO
- 简单SAPSO matlab源程序 可实现简单函数优化-Simple SAPSO matlab source code can be optimized to achieve a simple function
6.16-虚继承
- 此程序展示了C++得虚继承特性 源代码是老师所推荐 规范高效的代码-display in a virtual C source code inherited characteristics recommended by teachers norms efficient code
py
- 自动获得所如入中文字符串的拼音首字母,对于一些程序中需要快速筛选时非常方便。-By automatic means, such as the Chinese alphabet the first letter of the string, for some the need for rapid screening process very convenient.