搜索资源列表

  1. 模拟退火c++的算法程序

    0下载:
  2. 模拟退火c++的算法程序,广泛应用于最优化、运筹学、人工智能、遗传算法等领域,具有很好的学习价值-simulated annealing algorithm procedures, the most widely used optimization, operations research, artificial intelligence, genetic algorithms and other areas of learning i
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:43008
    • 提供者:hu
  1. 遗传基因算法源代码(资料)

    0下载:
  2. 遗传基因算法源代码(资料),C++源代码,是研究遗传算法的入门程序。-genetic algorithm source code (information), C source code, is to study the genetic algorithm entry procedures.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:17408
    • 提供者:hu
  1. 改进遗传算法-郭涛算法做最优化问题很管用

    0下载:
  2. 改进遗传算法-郭涛算法做最优化问题很管用,算法的基本思想是 先任意产生n个随机数,然后从n个数里随机选择m个数,再有这m个 数合成一个新数,将这个新数同n个数中间适应值函数值的最差的比较, 如果好的话就取代最差的那个,如果它比最好的还要好的话,则把最好的 也取代。如果比最差的坏,则重新合成一个新数。依次循环下去。 程序的奇妙之处是GA_crossover()函数,产生的新数确实比较好,看看 那位大侠能改进一下,产
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:龚文引
  1. 2407 PID 算法项目文件

    0下载:
  2. 一个TSM320C2407的PID控制算法 很管用,可以在C中嵌套使用.-a TSM320C2407 PID control algorithm is very effective, and the C nested.
  3. 所属分类:DSP编程

    • 发布日期:2024-05-21
    • 文件大小:17408
    • 提供者:欧阳明星
  1. 已知两点求第三点的双字节无符号定点插值算法

    0下载:
  2. 两个点的线性插值定点数算法 说明:1、基本公式 y=( y2-y1 ) ( x-x1 ) / ( x2-x1 ) + y1 2、根据直线斜率的正负、内插外插的不同,分为6种情况。 3.参见文件夹中的“插值算法的6种情况”一图。-two points of linear interpolation algorithm for determining points : one, the basic formula y = (y2
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-21
    • 文件大小:16384
    • 提供者:马良
  1. 编制迷宫程序(用A算法来实现)

    0下载:
  2. 通过编制迷宫程序来熟练掌握A*算法。充分理解A*算法和启发函数的关系-through the preparation of the maze procedure to skillfully master A* algorithm.* A full understanding of algorithms and heuristic function of
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:陶钊
  1. h.264搜索算法相关IEEE论文

    0下载:
  2. 介绍h.264搜索算法的IEEE论文20篇-recommend 20 books of discourse h.264 grabble arithmetic IEEE.
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2024-05-21
    • 文件大小:5428224
    • 提供者:马骏
  1. 科学与工程数值算法(Visual C++版)中的Source

    0下载:
  2. 科学与工程数值算法(Visual C++版)是一本很好的矩阵类图书。里面有好多源代码可以参考。-science and engineering numerical algorithm (Visual C version) is a matrix of good books. There are a lot of source code for reference.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-21
    • 文件大小:1192960
    • 提供者:刘扬
  1. 用C++描述的各种数据结构算法

    0下载:
  2. 包含几十个有关数据结构算法的源代码 包括栈 队列 树图等 是初学者的最佳选择-contains dozens of the data structure of the algorithm source code stacks include Queue tree map is the best choice for beginners
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:68608
    • 提供者:往往
  1. Rijndael算法VC使用实例

    0下载:
  2. 在Visual C++ 6.0下利用Rijndael算法进行任意文件加密,一个rijndael加密算法的使用实例,虽然图形界面做得比较粗糙,但是程序本身有很多值得参考和学习的地方- 6.0 carries on the free document encryption in Visual C using the Rijndael algorithm, a rijndael encryption algorithm use exampl
  3. 所属分类:加密解密

    • 发布日期:2024-05-21
    • 文件大小:59392
    • 提供者:云中龙
  1. 密码算法源代码

    0下载:
  2. 几个密码算法的源代码,不知道有了没有~~ 下的人多了就继续上传-Some source programs of encryption arithmetic.I don t know whether it is always existed or not.I will upload it if a lot of people have downloaded.
  3. 所属分类:加密解密

    • 发布日期:2024-05-21
    • 文件大小:281600
    • 提供者:王军
  1. 运动估计算法

    0下载:
  2. 运动估计的算法源程序,搜索精度为半精度,方法是对整像素搜索到的匹配位置的领域像素进行内查,然后进一步搜索,找到更精确的匹配位置- In the movement estimate algorithm source program, the search precision is half precision, the method is the match position domain picture element which
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:王宁
  1. c4.5算法数据(VC VERSION)

    1下载:
  2. 数据挖掘c4.5算法(vc语言版本)欢迎大家下载测试!!!! - The data mining c4.5 algorithm (vc language edition) welcome everybody downloading test! ! ! !
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:156672
    • 提供者:万喜
  1. chameleon算法源代码(c语言)

    0下载:
  2. 数据挖掘算法 chameleon算法源代码- Data mining algorithm chameleon calculates the law origin code
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:46080
    • 提供者:万喜
  1. clique算法源代码(c语言)

    0下载:
  2. 数据挖掘算法 clique算法 c语言版本- Data mining algorithm clique algorithm c language edition
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:万喜
  1. 第六章 寻路算法演示

    0下载:
  2. 第六章 寻路算法演示.rar 谢谢大家支持!好书大家要共享- Sixth chapter seeks the road algorithm demonstration rar to thank everybody support! Good book everybody must share
  3. 所属分类:书籍源码

    • 发布日期:2024-05-21
    • 文件大小:1150976
    • 提供者:刘锐涛
  1. 遗传算法工具箱集合

    0下载:
  2. 遗传算法工具箱集合 matlab code-genetic algorithm code Matlab Toolbox Set
  3. 所属分类:电子书籍

    • 发布日期:2024-05-21
    • 文件大小:556032
    • 提供者:黄健康
  1. 文字识别的细化算法

    0下载:
  2. 文字识别的细化算法,看着觉得还可以,有点意思,大家都来下载吧-Character Recognition refinement algorithm, I felt that I could watch, a little bit mean, we have to download it
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:吕冰
  1. 遗传算法解决异或

    1下载:
  2. 这是一个用遗传算法来解决异或问题的小程序。-This is a genetic algorithm to solve the problems or differences of small programs.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:37888
    • 提供者:郝宁
  1. A star算法的实现

    0下载:
  2. 昨天刚刚看到的A star算法类的实现,不知道对大家有没有用,参考一下吧-Yesterday, I saw a star of the algorithm to achieve category, we do not know of any use it for reference
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:吕冰
« 1 2 ... 36 37 38 39 40 4142 43 44 45 46 ... 50 »

源码中国 www.ymcn.org