资源列表
index-tree
- 排序二叉树的改进,在每个节点上加一个值来统计该节点左边的结点个数,方便插入、删除和查找-Binary sort tree improvement, at each node with a value to the statistics of the node on the left side of the node number, convenient to insert, delete and search
matlab
- 通讯原理实验,MATLAB演示。 通讯原理实验,MATLAB演示。 -Communication principle experiment, MATLAB demo. Communication principle experiment, MATLAB demo. Communication principle experiment, MATLAB demo. Communication principle experiment, MATLAB demo.
MSCluster
- MS-Clustering is designed to rapidly cluster large MS/MS datasets. The program merges similar spectra (having similar m/z values ?within a given tolerance), and creates a single consensus spectrum as a representative. The input formats accepted are:
1
- 基于FCM的数据聚类分析及Matlab 实现 戈国华, 肖海波, 张敏 ( 江西理工大学信息工程学院江西赣州341000 ) 【摘要】: 聚类是数据挖掘中常用的数据分析技术。本文详细介绍了FCM聚类算法的理论和实现步骤。并用Matlab 演 示了FCM用于数据聚类。结果表明FCM算法是一种高效的数据聚类算法, 有很广泛的应用。-FCM clustering analysis based on the data and Matlab implementation Ge Guohua
number-plat-extraction
- number plat extraction code
The-Questions-of-Queues
- N皇后问题,介绍N皇后问题的工作原理,以及如何利用回溯法的工作思想来解决问题。-The Question Of Queues
hafumangshu
- 哈夫曼树的一个程序,实现了基本的功能,而且程序比较标准性,一看就明了,给人比较舒服的感觉。-Huffman tree of a program that implements the basic functions, and the program standard of comparison, a look to understand, people feel more comfortable.
datastructureinDNAcomputer
- 介绍了DNA 计算机中队列数据结构的设计方法,该方法利用两种不同的限制性内切酶完成队列的入队和出队操作,并给出了队列的DNA 编码和仿真实例.
WCDMAMATLAB
- WCDMA物理层matlab仿真程序,包含信道编码,交织,速率匹配,调制,扩频,信道模型,RACK接收机和相应的解码程序。-A simulation of the 3GPP FDD proposal for 3G wireless. The simulation can run on Simulink or as a stand alone C-coded program. It includes the channel encoding, interleaving, rate matching
WUDUIJIAOZHUIGAN
- 五对角矩阵追赶法求解矩阵,有调用方法,并且经过我优化,一次性将矩阵处理成五对角数列,减少循环次数-Pentadiagonal matrix chase method for solving the matrix, there is a method call, and after I optimized one-time matrix processing into PENTADIAGONAL series, reducing the number of cycles
SparseMatrix
- 大学课程数据结构用稀疏矩阵及其实现,这个是win32控制台程序 -University courses with a sparse matrix data structure and its implementation, this is a win32 console application
GA(c++)
- 该代码是用C++编写的遗传算法,可在C++或 matlab环境下都可运行.