搜索资源列表
ga_model
- 关于遗传算法的一个二进制编码的计算函数最大值的实例-on Genetic Algorithms a binary encoding function of the maximum calculated examples
HuffmanCodec
- 这是本人编写的一个Huffman压缩算法,压缩效率最好能达到%20左右,已将所有的编码串转换成为二进制码-This is the one I prepared Huffman compression algorithm, the best compression efficiency can reach about 20%, All the coding has become a string of binary code
xiaobohezixiangguan
- 本文提出了一种利用二进制小波变换和短时自相关函数相结合的算法来检测语音信号的基音周期。它克服了单纯的短时自相关函数法对含噪语音检测时阈值难以确定的缺陷。-This paper proposes the use of a binary wavelet transform and short-time auto-correlation function of combining voice algorithm to detect letter Pitch No. cycle. It overcome
Count1
- 一个算法,实现如下功能:输入一个整数,输出该整数的二进制表示形式中1的个数。
DMShowDiff
- 采用二进制算法进行两个文件的比较。可以在VC2003下编译通过。可能存在不完善的地方。希望大家与我交流QQ3084852
用动态规划思想压缩位图
- 此程序使用动态规划的方法压缩位图,用MFC实现。可以压缩8位、16位、24位的位图。用进度条显示压缩、解压进度。 算法思想: (1)对8、16、24位位图数据的读功能 有一个参数为输入位图文件名(*.bmp),它能解析8、16、24位位图文件格式,获取位图BITMAPINFOHEADER信息和每个像素的数据信息,放入内存中。 (2)对8、16、24位位图数据的写功能 有一个参数为输出位图文件名(*.bmp),它能将内存中的位图文件信息,按照位图格式,写到位图文件中保存。
RFID标签二进制搜索
- RFID防碰撞算法的改进的二进制算法实现,调试已经通过。
binsearch
- 附件里的程序是二进制搜索算法的演示程序,比较土,是没有界面的 通过config.h里的三个配置项来达到文本框输入的目的,不过这个只能重新编译后运行 CONFIG_MAX_FRAMES /* 配置标签id的位数 */ CONFIG_MAX_TAGS /* 配置标签数 */ CONFIG_MAN_INVERSE /* 配置曼彻斯特编码的特征,决定是01代表0还是10代表0 */ CONFIG_MAN_DIRECT /* 与CONFIG_MAN_INVERSE相同,同一时刻只能有一
PID-GAs
- 遗传算法的PID调节 题目:已知 ,利用GA 寻优PID参数,其中K=1,T=2, ,二进制/实数编码,位数不限,M,Pc,Pm自选,性能指标 ,Q=100为仿真计算步长。-PID regulation of genetic algorithms Title: known, the use of PID parameters of GA optimization, in which K = 1, T = 2,, binary/real-coded, not limited to the me
shitfSec
- 移位加密。算法描述:将字符俺ASCII码对应的二进制惊醒高底位的移位不足的补充零,具体参见源码。-Shift encryption
ParityBitAdder
- 二进制算法的java程序,不超过7位。The binary algorithm java program, no more than 7.-The binary algorithm java program, no more than 7.
2
- 配电网采用二进制粒子群算法进行重构,同时使用普通粒子群算法对接入的DG注入功率进行优化(The distribution network adopts binary particle swarm algorithm to refactor, and the DG injection power is optimized by using the general particle swarm algorithm)
jenkins
- jenkins实现二进制hash算法,基于字符串通用Hash算法。(Jenkins binary hash algorithm, based on string generic Hash algorithm.)
第八章
- 程序设计基础用c++编写的哈希算法读取二进制文件。(The hash algorithm reads the binary file)
OCH-master
- 有序约束二进制代码 学习最近邻搜索 算法源码,使用window操作系统,MATLAB作为语言工具,文件附有MATLAB源码(Ordinal Constrained Binary Code Learning for Nearest Neighbor Search)
二进制的FPA算法
- 这几篇是当前花授粉算法的二进制代表性论文,让研究花授粉算法的学者参考(These are the binary representative papers of the current pollination algorithm, which makes a reference to scholars who study pollination algorithms)
yuan - 副本
- 输入十进制数转换成二进制数输出,核心算法只有三行(Input decimal number to binary number output,The core algorithm has only three lines)
BPSO for feature selection
- 二进制粒子群算法(Binary particle swarm optimization algorithm,BPSO)解决特征选择问题。(Binary particle swarm optimization algorithm for feature selection problem)
matlab仿真RFID标签防碰撞算法 包括二进制和ALOHA
- 实现防碰撞算法仿真,RFID射频技术的防碰撞算法仿真,基于matlab(Realization of Anti-collision Algorithms Simulation)
二进制搜索
- RFID防碰撞算法,二进制搜索树使用matlab仿真,(Simulation of binary search tree using MATLAB)