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

搜索资源列表

  1. Thunder5.7.7.441

    0下载:
  2. 神经网络工具箱,含有大量神经网络算法的实现 (2008-03-30,Java,3126KB,1次) shenjingwangluo.rar - 神经网络算法源程序代码,关于智能优化方面的,很经典的代码,C++实现. (2008-04-02,Visual C++,266KB,1次) nnc.rar - 神经网络算法源程序,大家有需要的看看!希望对大家有所帮助 (2008-03-22,C-C++,262KB,0次) Mybp539.zip - 此为bp神经网络算法,并基于vc的程序
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:7721610
    • 提供者:v
  1. Genetic-algorithm

    0下载:
  2. Visual C++实现的基因遗传算法库源代码以演示程序Free Source Code for Genetic algorithm 2008年05月21日 C++, Windows, Win32, Visual Studio, MFC, STL, Arch, Dev, Design 基因遗传算法都是针对概率的,所以因为其随机的本质,导致其结果可能是好的,也可能是坏的,于是我们就需要一个方法确认这个解到底有多大的可用性。这是通过计算相似拟合度进行衡量的。染色体Chromosomes代
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3177904
    • 提供者:chen
  1. 离散类电磁机制算法

    0下载:
  2. 求解组合优化问题的类电磁机制算法,visual studio 2008中c++编写。该算法为元启发式算法中的新研究热点。
  3. 所属分类:人工智能/神经网络/遗传算法

  1. 多层感知器神经网络,BP神经网络

    2下载:
  2. 多层感知器神经网络,BP神经网络的Visual C++ 2008源代码程序,一个外国人写的,很好用。需要一定的编程基础才能看懂.-MLP neural network, BP neural network Visual C++ 2008 source code program, a foreigner, is useful. Need to understand some basics of programming.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-03-22
    • 文件大小:28847
    • 提供者:LiuKe
  1. FP_growth_1221

    1下载:
  2. FP-growth 算法,包括了建树和挖掘部分。 代码风格良好,可读性强,运算速度快, accident.dat, 340000条数据,50 支持度,建树和挖掘时间100秒左右,mushroom.dat, 8000条记录,建树和挖掘不超过8秒-FP-growth algorithm, written with c++,(ide is visual c++ 2008). The program is very fast and robust,for data of accide
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-04-19
    • 文件大小:6952224
    • 提供者:cy
  1. GA

    0下载:
  2. 在Visual 2008环境下,用C#编写的一个基本的遗传算法代码。相信对学习遗传算法的人有一定的参考价值。-In Visual 2008 environment, using C
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:39096
    • 提供者:东方骥
  1. nen

    0下载:
  2. Huffman compression by Visual C++2008
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:247830
    • 提供者:phong
  1. norm

    0下载:
  2. A source code of function which convert image from RGB scale - space into normalized RGB scale - space, using Visual C++ 2008 and OpenCV library. Normalized RGB scale - space can be used in color detection techniques, because this is independent
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:339109
    • 提供者:lukeam
  1. QuickSort

    0下载:
  2. 快速排序算法,利用visual C++ 2008实现的源码。-Fast sorting algorithm C++ implementation of the source
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:676
    • 提供者:bj
  1. isolated_speech_sources

    0下载:
  2. Sources for isolated speech recognition project. Compiled with Visual Studio 2008. Used Visual C++ for gui programming, the engine is written in pure C++ and can be used in many ways.
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-03-31
    • 文件大小:22097
    • 提供者:asdasdads
  1. EightQueens

    0下载:
  2. 用visual c++ 2008编写的八皇后问题,所有的情况都输出,调试成功。代码简洁明了。-With visual c++ 2008 prepared by the eight queens problem, all the conditions are output, debugging success. Code simple and clear.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:490030
    • 提供者:李准基
  1. BinaryTree

    0下载:
  2. 用visual c++ 2008写的关于二叉树读取、前序、中序和后序遍历算法。调试成功,很好用。-With visual c++ 2008 to write about the binary read, pre-order, the order and post order traversal algorithm. Debugging success, is useful.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:289262
    • 提供者:李准基
  1. art

    0下载:
  2. 双联通分图的c++实现,实现平台为visual studio 2008-Biconnected bipartite graph c implementation, the implementation platform for Visual Studio 2008
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:1176
    • 提供者:Lc
  1. fzfksfl

    0下载:
  2. 分治法快速排序的c++代码,实现平台为visual studio 2008-Divide and conquer quicksort c++ code, the platform for Visual Studio 2008
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:704
    • 提供者:Lc
  1. tdzs

    0下载:
  2. 图的着色问题的c++实现,实现平台visual studio 2008-Graph coloring problem c++, platform Visual Studio 2008
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:882
    • 提供者:Lc
  1. Ch3

    0下载:
  2. Ivor Horton s Beginning Visual C++ 2008 Ivor Horton 第三章代码-Ivor Horton' s Beginning Visual C++ 2008 Ivor Horton Chapter code
  3. 所属分类:Data structs

    • 发布日期:2017-11-14
    • 文件大小:11586
    • 提供者:jiangya
  1. daima4

    0下载:
  2. Ivor Horton s Beginning Visual C++ 2008 Ivor Horton第四章代码-Ivor Horton' s Beginning Visual C++ 2008 Ivor Horton Chapter code
  3. 所属分类:Data structs

    • 发布日期:2017-11-15
    • 文件大小:15320
    • 提供者:jiangya
  1. daima5

    0下载:
  2. Ivor Horton s Beginning Visual C++ 2008 Ivor Horton 第五章代码-Ivor Horton' s Beginning Visual C++ 2008 Ivor Horton Chapter code
  3. 所属分类:Data structs

    • 发布日期:2017-11-25
    • 文件大小:9631
    • 提供者:jiangya
  1. daima6

    0下载:
  2. Ivor Horton s Beginning Visual C++ 2008 Ivor Horton第六章代码-Ivor Horton' s Beginning Visual C++ 2008 Ivor Horton sixth chapter code
  3. 所属分类:Data structs

    • 发布日期:2017-11-25
    • 文件大小:25303
    • 提供者:jiangya
  1. daima7

    0下载:
  2. Ivor Horton s Beginning Visual C++ 2008 Ivor Horton第七章代码-Ivor Horton' s Beginning Visual C++ 2008 Ivor Horton Chapter VII code
  3. 所属分类:Data structs

    • 发布日期:2017-11-22
    • 文件大小:18603
    • 提供者:jiangya
« 12 »
搜珍网 www.dssz.com