资源列表
1-DFT
- discrete fourier transform
mystring
- 自编string库,包含各类构造函数和析构函数,以及很多字符串操作函数-it s a string.h
pso-ppt
- 很好的粒子群算法介绍幻灯片资料,欢迎大家下载学习-PSO good introduction slide information, welcome to download the study
c15
- 实现多项式运算 利用C语言 实现 简单的程序设计-Polynomial operations to achieve
GetTimeSpan
- 使用系统函数求得两个时间点,并且调用系统函数求得这两个点的时间间隔。-Obtained using the system function obtained by the two points in time and the time interval between two points in time.
sdfsa
- 银行家算法 java编写的一个,一般,希望能够给大家参考吧-Banker' s algorithm
queue-up
- 排队系统,要求顾客来窗口空闲则接受服务,忙则等待。-Queuing system, ask the customer to receive service window is idle, busy while waiting.
K-means-althogrim
- K-Means算法的并行化研究,划分聚类的算法,K-Means算法及改进算法。并行策略,PVM系统简介。-Parallel K-Means algorithm research, by clustering algorithm, K-Means algorithm and improved algorithm. Parallel strategy, PVM Introduction.
e4k-means-althogrim
- 基于K—Means的中文文本聚类算法的研究和实现。中文文本聚类的主要技术,特征选择,共享最近邻的K-Means的改进算法。基于k-Means的实现和实验。-Based on the Chinese version of K-Means clustering algorithm and implementation. The main technology of Chinese Text Clustering, feature selection, shared nearest neighbor
link
- 实现了双向链表的创建(头插法和尾插法)、插入结点,删除结点,双向链表的排序,可以动态的在链表的头尾插入结点。-To achieve the creation of a two-way linked list (end of the first interpolation and interpolation), insert node, delete node, doubly linked list of the sort, can be dynamically inserted in the l
yinhangjiasuanfa
- 用VC++编写的银行家算法源代码,复函实验报告-Written by VC++ source code for banker' s algorithm, Experimental Report Reply
Redraimen
- 主算法就是费波纳西数列,即Fib[j]=Fib[j-1]+Fib[j-2] 由于从地第0阶到第N阶的总共方法就是服从费波纳西数列的,故可以用该算法求出总共的方法数。用一个数组Redr[]接收输入数据,即用while循环实现数据输入,用for循环实现费波纳西数列即Fib[]数组,用Fib[]数组对Redr[]数组中的每个数据成员进行求总的方法数,然后用remember[]数组存储每组输入数据的总方法数,最后用for循环输出-Main algorithm is Feibonaxi series th