资源列表
List
- 链表,用于学生成绩的管理,包好对成绩单的各种操作
radon_ambiguity
- %radon transform clear all % N=800 n=1:N fs=200 t=n/fs x1=exp(j*2*pi*(5*t+0.5*5*t.^2)) x2=exp(j*2*pi*(5*t+0.5*15*t.^2)) x=x1+x2 %N=length(x) % ambifunb(x ) %*****************************************RAT na
Tm-doped.rar
- 计算一定功率抽运光作用下单掺Tm光纤激光器稳态时沿光纤方向粒子数分布,Calculation of a certain pump power under a single Tm-doped fiber laser at steady state along the fiber direction of particle number distribution
improvedGA
- 改进遗传算法(GA)部分代码,仅供学习者参考-Improved genetic algorithm (GA) part of code, for learner reference
BinTree.c.tar
- 二叉树的学习代码~~实现二叉树基本操作~~适合初学者-Binary tree binary tree learning code to achieve the basic operation ~ ~ ~ ~ for beginners
knn2
- k-nearest neighborhood is a one method that select k number of units in such as cluster that this k units are nearest from the cluster center-k-nearest neighborhood is a one method that select k number of units in such as cluster that this k units ar
cPP
- 请求分配分区(首次适应算法、最坏适应算法、最佳适应算法)-Request allocation district (first-fit algorithm, the worst fit algorithm, the best-fit algorithm)
Car_Rvaluation2
- 利用梯度下降法训练一个神经网络,确定合适的权值,并且进行验证-Neural network
LinkQueue_CPP
- C++算法的实现,编程者可以跟C语言的实现进行对比,充分理解链表的真实含义-Implementation of the C++ algorithm, programming can be compared to the C language implementation, fully understand the real meaning of the list
neural-network-classification
- 使用分类算法中的神经网络算法进行数据分类,实验表明算法可以得到较好的分类效果。-Classification algorithm using neural network algorithm for data classification, experiments show that the algorithm can get better classification results.
myhuff
- 数据结构之霍夫曼树,采用霍夫曼树 (1)根据输入的字符和相应的权值建立哈夫曼树,并输出已建的相应内容作为检查; (2)用哈夫曼树实现前缀编码,并输出各字符的编码串; (3)输入一组二进制报文,进行译码,并输出译文。 -Huffman tree data structures, using Huffman tree (1) according to the input character and the corresponding weights build the Huffm
Ensemble-Learning
- 集成学习将若干基分类器的预测结果进行综合,具体包括Bagging算法和AdaBoost算法;还有随机森林算法,利用多棵树对样本进行训练并预测的一种分类器-Integrated learning integrates the prediction results of several base classifiers, including Bagging algorithm and AdaBoost algorithm and random forest algorithm, using a t
