资源列表
55ggg
- 发送电子邮件附件,很不错的VB源码,VB爱好者可以下载使用-Send e-mail attachments, it is a good source VB, VB enthusiasts can download and use
SaberCosim2010b
- Saber-Simulink协同仿真文件 协同仿真 官方自带-Saber-Simulink co-simulation simulation official document collaboration comes
senpou
- 各种资源分配算法实现,D-S证据理论数据融合,实现典型相关分析。- Various resource allocation algorithm, D-S evidence theory data fusion, Achieve canonical correlation analysis.
fensai_v81
- 包含CV、CA、Single、当前、恒转弯速率、转弯模型,是学习PCA特征提取的很好的学习资料,对信号进行频谱分析及滤波。- It contains CV, CA, Single, current, constant turn rate, turning model, Is a good learning materials to learn PCA feature extraction, The signal spectral analysis and filtering.
uwb_pam
- IEEEuwb信道模型下采用pam调整的超宽带通信仿真程序。-simulation program of ultra widebandth communicaiton using pam modulation,the channel model adopt is IEEE uwb channel model.
nj272
- 包括最小二乘法、SVM、神经网络、1_k近邻法,本程序的性能已经达到较高水平,这是一个好用的频偏估计算法的matlab仿真程序。- Including the least squares method, the SVM, neural networks, 1 _k neighbor method, The performance of the program has reached a high level, This is a useful frequency estimation algor
世界编程大赛第一名作品
- 世界编程大赛第一名作品,简短有效的展现了图像
meinun_v39
- 快速扩展随机生成树算法,对于初学者具有参考意义,IMC-PID是利用内模控制原理来对PID参数进行计算。- Rapid expansion of random spanning tree algorithm, For beginners with a reference value, The IMC- PID is using the internal model control principle for PID parameters is calculated.
huffman
- 哈夫曼编码的实现与解析 基于二叉树技术的搜索 遍历-Huffman coding with the analytical technique based on the binary tree search traversal
Hanoi
- 一个Hanoi的小游戏 void Hanoi(int n, char x,char y,char z) { if (n==1) { printf("%c %d %c\n",x,n,z) return } Hanoi(n-1,x,z,y) printf("%c %d %c\n",x,n,z) Hanoi(n-1,y,x,z) }-Hanoi in a game void Hanoi (int n, char x, char
cdt-modbus
- 基于CDT规约下的CDT转modbus通讯协议转换装置-Under the Statute of the CDT-based CDT turn modbus communication protocol conversion device
ga-tiaoshi
- 遗传算法调试过的程序 适合初学者 加了很多注解 方便理解-GA debugged program for beginners plus a lot of comments to facilitate understanding