资源列表
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
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
ADE7758_RefCode11
- ADE7758设置函数,电能质量检测功能,包括初始化设置,功能设置等-Power quality detection software
gousang
- 使用起来非常方便,有CDF三角函数曲线/三维曲线图,电力系统暂态稳定程序,可以进行暂态稳定计算。- Very convenient to use, There CDF trigonometric curve/3D graphs, Power System Transient Stability Program, can be transient stability.
ga-tiaoshi
- 遗传算法调试过的程序 适合初学者 加了很多注解 方便理解-GA debugged program for beginners plus a lot of comments to facilitate understanding