CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 二进制编码

搜索资源列表

  1. 汉字转换为二进制编码.rar

    0下载:
  2. 汉字转换为二进制编码 C语言源代码
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-03-17
    • 文件大小:840byte
    • 提供者:
  1. 哈夫曼编码

    0下载:
  2. 这是用matlab编写的一个程序,用来对一维概率向量进行二进制哈夫曼编码。 程序倒不难编,自我感觉思路还是比较清晰。主要是为了和大家多交流。恳请大家的宝贵意见! 这是第一次上传。请多指教! 上次设置收费并不是我认为我的程序有多好,只是第一次上传,看看这里的消费水平怎么样。特此说明!
  3. 所属分类:密码/编码算法

    • 发布日期:2008-04-01
    • 文件大小:1.07kb
    • 提供者:413769361
  1. 遗传算法matlab

    1下载:
  2. matlab编写的遗传算法,采用二进制编码,有说明文档。-Matlab prepared by the genetic algorithm, using the binary coding, documentation.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:103.78kb
    • 提供者:张露
  1. binary

    0下载:
  2. 利用遗传算法求最小值,程序中求得是表达式x1*x1+x2*x2+x3*x3再-2~2上的最小值,以及对应的x值,算法中使用二进制编码,交叉采用不同交叉和优势交叉,变异也分两种,不用变异和优势变异-using genetic algorithms for the minimum, procedures to seek expressions x1 x1 x2 * * * x2 x3 x3 another 2 ~ 2 on the minimum, and the corresponding val
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:11.41kb
    • 提供者:陈仕林
  1. Myga_1.0

    0下载:
  2. 遗传算法的fortran77语言编程,中间有法语介绍,用的是二进制编码-GA FORTRAN77 programming language, intermediate French, using the binary coding
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:9.79kb
    • 提供者:rongerhou
  1. gafmax

    0下载:
  2. % [BestPop,Trace]=fmaxga(FUN,LB,UB,eranum,popsize,pcross,pmutation) % Finds a maximum of a function of several variables. % fmaxga solves problems of the form: % max F(X) subject to: LB <= X <= UB % BestPop--------最优的群体即为最优的染色体群 %
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2.96kb
    • 提供者:mmcc
  1. Real-codedGA

    0下载:
  2. 用MATLAB分别采用浮点编码和二进制编码方法,求函数最大值的程序。-were used with MATLAB floating-point code and binary coding method, the maximum function for the procedure.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:16.48kb
    • 提供者:ls1
  1. improved-immune-algorithm

    0下载:
  2. 改进的二进制编码免疫算法,主要改进的是免疫记忆库-improved immune binary coding algorithm, the main improvement is immune memory bank
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2.33kb
    • 提供者:He Hong
  1. chap5_3

    1下载:
  2. 基于二进制编码遗传算法的PID整定,二进制编码串的长度为10-based on the binary-coded genetic algorithm PID tuning, the strings of binary coding length of 10
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2.05kb
    • 提供者:liaihua
  1. GAp0

    0下载:
  2. 本源码提供二进制编码的遗传算法对多层膜的优化,已经通过编译。-source for the binary coding of the genetic algorithm optimization of multilayer has passed compiler.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2.01mb
    • 提供者:pdg
  1. 多值自适应算术编码

    0下载:
  2. 多值自适应算数编码,改进了传统算术编码硬件实现上的局限,将输出结果由小数改进为二进制比特流。能够实现对文本的压缩,若对图像进行压缩需要少许改变,或者将图像数据写入文本即可。
  3. 所属分类:压缩解压

    • 发布日期:2009-03-14
    • 文件大小:61.77kb
    • 提供者:china_jiji
  1. 二进制遗传算法Fortran

    1下载:
  2. 这是一个Fortran77编写的标准遗传算法,采用了二进制编码方式,小生境技术等,含有源代码,设置参数比较多,但是解释的比较详细。
  3. 所属分类:人工智能/神经网络/遗传算法

  1. chap5_2

    0下载:
  2. 利用二进制编码和实数编码遗传算法求函数极大值仿真程序-The use of binary encoding and real-coded genetic algorithm for maximum function simulation program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:1.13kb
    • 提供者: huangyinrong
  1. CLONOLGbinarycode

    0下载:
  2. 本人自己毕设实现的一个克隆选择算法的最优化程序,二进制的编码实现,其中已经有几个函数内嵌,可以观测到最优值和很好的效果,毕设做的辛苦的-I have set themselves to achieve a complete clone selection algorithm optimization process, the binary coding to achieve, which already has several functions built-in, you can observ
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:13.67kb
    • 提供者:gou jingxiang
  1. Source_coding

    1下载:
  2. 对通信中的信源的二进制编码的实现,有香农编码,费诺编码以及霍夫曼编码-Source of communication in the realization of the binary code, there is the Shannon coding, coding, and Huffman coding Fenno
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:2.07kb
    • 提供者:小影
  1. SimpleGA

    0下载:
  2. 简单的进化算法(SGA),C语言实现。提供实数编码和二进制编码两种编码方式-Simple GA ,C descr iption
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:13.94kb
    • 提供者:cxx
  1. zero_tree

    0下载:
  2. 该文提出的改进的算法是针对图像压缩编码的,针对四叉树,提出的方案产生了客观和特殊结构的二进制编码。-This paper presents an improved algorithm for image coding, quadtree for the proposed programs have the objective and the special structure of the binary encoding.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:520.87kb
    • 提供者:周倩倩
  1. 二进制编码遗传算法

    0下载:
  2. 新的二进制编码遗传算法,编码新颖,可以得到启发,利于优化遗传算法学习,初学者可以借鉴。
  3. 所属分类:matlab例程

    • 发布日期:2014-01-08
    • 文件大小:4.76kb
    • 提供者:hqw1987
  1. PCM编码&解码

    1下载:
  2. 脉冲编码调制是数字通信的编码方式之一。主要过程是将话音、图像等模拟信号每隔一定时间进行取样,使其离散化,同时将抽样值按分层单位四舍五入取整量化,同时将抽样值按一组二进制码来表示抽样脉冲的幅值。(PCM pulse code modulation is one of the encoding methods of digital communication. The main process is to voice, image and other analog signal at a certa
  3. 所属分类:matlab例程

    • 发布日期:2017-12-20
    • 文件大小:1kb
    • 提供者:天天死人
  1. 算术编码matlab

    0下载:
  2. 从整个符号序列出发,根据各信源序列的概率将信源序列映射到[0,1) 区间上,然后选取区间内的一点(也就是一个二进制的小数)来表示信源序列。(From the entire sequence of symbols, the source sequence is mapped to the interval [0,1] according to the probability of each source sequence, and then a point (that is, a binary f
  3. 所属分类:压缩解压

    • 发布日期:2017-12-29
    • 文件大小:9kb
    • 提供者:花零。
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com