资源列表
vrproblem.rar
- 解决vrp问题用蚁群算法,其中有出错误,还没找出来。,ant colony vrp
xunhuanpuguji
- 基于matlab实现的循环谱估计算法,可以对具有循环平稳特点的信号进行参数估计-Matlab-based spectral estimation algorithm to achieve the cycle, you can have the characteristics of the signal cyclostationary parameter estimation
matlab_matched_filter
- 利用matlab程序设计的匹配滤波器的功能源码-matched filter using matlab tools
unIPROGV_VHDL
- Universal LPT programmer source code
human-management
- visual c++ 实现的人员管理,因本人知识有限,可能功能不够完全,望大家多多支持!-visual c++ implementation of personnel management, because I have limited knowledge, it may not fully functional, hope everyone can support!
wcog
- tribon 抽取重量中心的python代码-tribon wcog sources
eight
- 用的普通的回溯法的方法解决C语言的八皇后问题-Ordinary backtracking method to solve the eight queens problem of C language
NR_PowerFlow
- Newton-Raphson Power Flow Algorithm
aaa
- 常用排序和查找算法的源程序,包括冒泡排序,选择排序,插入排序,折半查找,c++实现-Sorting and searching algorithms commonly used source, including bubble sort, selection sort, insertion sort, binary search, c++ achieve
ldn
- 局部方向数模式,以一种压缩的方式,编码人脸的纹理信息和强度变换,识别率高于目前的任何代码,这就是LDN编码-Local directional pattern in a compressed manner, texture and intensity transform encoding human face recognition rate in any of the current code, which is encoded LDN
SVV
- System verilog questions
Huffman_code
- Huffman编码 1、将信号源的符号按照出现概率递减的顺序排列。 2、将两个最小出现概率进行合并相加,得到的结果作为新符号的出现概率。 3、重复进行步骤1和2直到概率相加的结果等于1为止。 4、在合并运算时,概率大的符号用编码0表示,概率小的符号用编码1表示。 5、记录下概率为1处到当前信号源符号之间的0,l序列,从而得到每个符号的编码。-Huffman coding 1. Source symbols are arranged in order of decreasing