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

搜索资源列表

  1. texture_extract

    1下载:
  2. 纹理提取的matlab 源代码, 研究图像处理算法的可参考-texture extraction of Matlab source code, image processing algorithm research of reference
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:6914
    • 提供者:王波
  1. handwriting-recog

    0下载:
  2. 手写识别是模式识别中研究得一个热点,这是一个手写识别得c程序-pattern recognition research in a hot, which is a handwriting recognition procedure in c
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:6258404
    • 提供者:william
  1. 01LiftDwt97

    0下载:
  2. 可以实现二进9/7小波提升格式的小波变换,希望对大家学习和研究提升小波变换有帮助。-can achieve two into 9 / 7 wavelet upgrade format wavelet transform, we hope to enhance learning and research help wavelet transform.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3067
    • 提供者:王成优
  1. valuable_genetic_code

    0下载:
  2. 难得的遗传算法代码 值得保存、研究,有人改进后请上传-rare genetic algorithm code worthy of preservation, research, improved after it was requested to upload
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:635828
    • 提供者:周徐
  1. parallel_GA

    0下载:
  2. 主从式并行遗传算法,这个项目是关于视野覆盖给导师做的实验,关于这方面国内国外很少有研究。-master-slave parallel genetic algorithm, the project is on the horizon to cover instructors do experiments, In this respect at home and abroad is little research.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:11350
    • 提供者:钱锋
  1. clustalw

    2下载:
  2. 生物序列比对程序clustw的源代码,c++实现,为序列比对研究提供很大帮助-biological sequence of procedures clustw than the source code, c realized, as compared with the sequences of great help research
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:168199
    • 提供者:ok8848
  1. xmath

    0下载:
  2. 一个简单的数学库.但是很实用..大家可以下载过去研究一下.-a simple mathematical library. But it is practical .. you can download past research.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:14449
    • 提供者:xuxiandi
  1. yz

    0下载:
  2. [c语言]分形算法实现树叶的绘制 代码精简明了,是研究分形算法及c语言绘图方法的朋友良好的参考资料-[c Language] fractal algorithm leaves the mapping code to streamline clear, research fractal algorithm and c language drawing of a good reference for a friend
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:32121
    • 提供者:赵宇龙
  1. fxxh11

    0下载:
  2. [c语言]分形算法实现雪花图形绘制 代码精简明了,是研究分形算法的朋友良好的参考资料-[c Language] fractal algorithm snowflakes graphics rendering code to streamline clear, research fractal algorithm good friends reference
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:32259
    • 提供者:赵宇龙
  1. Md5_c_source_files

    0下载:
  2. c实现的MD5算法源程序,对于研究算法的朋友或许有一定价值。-c achieve the MD5 algorithm source code for research algorithm friends may have some value.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:16827
    • 提供者:xiaofeng
  1. shuibosuanfa

    0下载:
  2. 水波算法是一种经典的模式识别技术,对于研究识别的学生有一点的参考价值!-wave algorithm is a classic pattern recognition technology for research to identify students with the point of reference value!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7076
    • 提供者:阿科
  1. 0-1programming

    1下载:
  2. 0-1整数规划有很广泛的应用背景,比如指派问题,背包问题等等,实际上TSP问题也是一个0-1问题,当然这些问题都是NP问题,对于规模较大的问题用穷举法是没有办法在可接受的时间内求得最优解的,本程序只不过是一个练习,得意之处是用递归法把所有解都排列出来。另:胡运权所著的《运筹学基础及应用(第三版)》第97页的例3,我用本程序求解得到的结果是:最优解是x*=(1,0, 0, 0, 0),最优值是f(x*)=8,但书求得最优解是x*=(1,0, 1, 0, 0),最优值是f(x*)=4,是不是书中写错
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1368
    • 提供者:wan
  1. Qsb

    0下载:
  2. operation research
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:333642
    • 提供者:秦宇
  1. QUICKQUEUE

    0下载:
  2. 一个快速排序算法的实现例子,数据结构课程作业,可作研究学习之用。 包含源文件和详细的开发文档,可方便移植到C等语言平台。-a fast algorithm to achieve example, the data structure course work and can be used for research and study purposes. Includes source document and detailed documentation, will facilitate the
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2453
    • 提供者:包包
  1. Fuzzy_Circadian_Patterns

    0下载:
  2. 关于模糊模式识别的最新研究,很有用的资料。-fuzzy pattern recognition on the latest research and useful information.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:405316
    • 提供者:张欣
  1. ppmd_src

    0下载:
  2. 一个压缩算法, 名字叫PPMD,压缩率比较高, 同时, 可以自行修改并编译,请各位研究算法的同僚一同研究.-a compression algorithm, named PPMD, higher compression ratio, and can make its own decisions and build, please algorithm research colleagues to study together.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:12686
    • 提供者:丁国银
  1. lnxcls

    0下载:
  2. 希望和更多研究空间聚类的朋友认识并探讨相关的理论!!这些算法都是我在研究过程中从别的网站找到的,也许能为朋友们提供一些帮助。希望如此。-hope more research space and clustering friends understand and explore the theory! ! These algorithms are in the process to find alternative sites, may be able to provide some friend
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:426493
    • 提供者:snow
  1. 2006071210002

    1下载:
  2. 一个外国人写的字符识别训练源码,VC++源码,有源码、说明及演示可执行程序,对学习和研究模式识别很有帮助。-written by a foreigner Character Recognition training source, VC source, a source that, and the demonstration of the executable, on learning and pattern recognition research helpful.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:256899
    • 提供者:张俊
  1. 20060712003

    1下载:
  2. 一种汉字模式识别的VC++源代码,里面包含了学习与识别的算法实现,识别一种汉字前,先学习几遍。识别率高,对学习与研究模式识别很有好处。方便修改。-a Chinese character pattern recognition VC source code, which contains the learning and recognition algorithm, a Chinese character recognition, first learn several times. The hi
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:85598
    • 提供者:张俊
  1. DisplayBTree

    0下载:
  2. 代码注重B树插入、删除的算法逻辑,适用于 学习者研究B树实现的核心思想。代码中无庞杂的无关操作-focus on B-tree code insertion, deletion algorithm logic applies to B-tree research learners to achieve the core idea. The code has nothing to do with the complex operation
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:11894
    • 提供者:byron
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com