资源列表
stockdatadsIF300
- 获取通达信软件IF300系列股指期货数据,如果matlab安装了与c的编译,并能与matlab连接画出K线走势图-For Mastery letter software stock data, if matlab is installed and c compiler, and the connection with the matlab draw a stock K-Line Chart
MSNWF
- 以多级维纳滤波MSNWF算法为基础,讲述信号检测-About signal detection the multi stage Wiener filtering MSNWF of algorithm based
FS4--Li-Zhi-Ling
- 一些基础的C语言题目和解答,供C语言新手使用-Questions and answers, some based on the C language for the C language novice
LinkedList-
- 模拟单链表的所有操作,用C语言写的,里面包含1个.C文件,把那个.C加载进去就可以编译运行了-Simulate a single linked list of all operations, written in C language, which contains a C file, that C is loaded into the can compile and run
S7_200_timer_start_reset
- 这是基于西门子公司的STEP7—200的一个定时器自启动,复位的举例。-This is based the Siemens device works well on the machine Step7-200 a timer from the start, reset example.
ZF
- Zero forcing Eq. other one
Threaded-binary
- 显示输出二叉树,按照先序、中序、后续的方式线索化二叉树,返回中序遍历左子树最后一个结点-print out the binary tree,inorder threaded the binary tree
jack_immune
- 一个基于Matlab的人工免疫算法解决多峰函数优化-An artificial immune algorithm based on Matlab
1
- 用c语言写的高斯,瑞利,泊松分布,通过随机函数调用,结果保存在文本文件中-Write Gaussian, Rayleigh, Poisson distribution with c language, through the random function call, the result is stored in a text file
RTS
- 一个用于测试电力系统可靠性的系统数据,RTS系统-System data for testing the reliability of the power system, RTS system
Q4A
- This program calculates the discrete fourier transform of values in a 1d array
kjinlin
- K最近邻(k-Nearest Neighbour,KNN)分类算法,是一个理论上比较成熟的方法,也是最简单的机器学习算法之一。该方法的思路是:如果一个样本在特征空间中的k个最相似(即特征空间中最邻近)的样本中的大多数属于某一个类别,则该样本也属于这个类别。-K neighbor algorithm