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

搜索资源列表

  1. GP_VC

    0下载:
  2. 遗传规划算法的VC程序实现 智能算法:遗传规划,即关于GP的VC代码程序,在项目文件中包含了GP的程序设计代码和经典问题求解程序。可以参考该程序进行遗传规划的程序设计工作,用于自己的毕业设计中。-genetic programming algorithm for the VC program Intelligent Algorithm : genetic programming, on the VC GP code procedures, the project document conta
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:55545
    • 提供者:李洪科
  1. Harris Corner

    0下载:
  2. 网上一直没有Harris算法的VC程序 无奈 自己写一个吧 用了两个小时就写好了 非常简陋 大家凑合着看 代码没有任何优化 内存也没来得及释放... 但角点检测效果还是不错的 而且参数可以调节 2005年12月11日 http://contact.ys168.com/ bugzhao@sdu.edu.cn-Harris algorithm VC procedures helpless himself wrote it with a two hour writ
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:57612
    • 提供者:赵辉
  1. vcsocketserver

    0下载:
  2. 该代码是将MSDN中的httpsvr MFC代码移植到STL。含有VC完整应用程序代码。 -The code is the MSDN httpsvr MFC code into STL. VC contain complete application code.
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:78613
    • 提供者:victory
  1. binder-vc

    1下载:
  2. 修改教主的捆绑器代码,觉的满好的.功能:能捆绑任意exe程序,解压后能同时运行.缺点:暂时不能捆绑任意的文件.-leader of the revised code is tied, Cox for the good. Function : exe can be tied arbitrary procedures, decompress after the same time. Disadvantages : temporarily tied arbitrary document.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:50216
    • 提供者:sz421
  1. reopt

    0下载:
  2. vc下实现的最优化程序代码-vc achieve the optimal code
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:66364
    • 提供者:李宏仲
  1. quadratic_equation

    0下载:
  2. 编写的一元四次方程的VC++程序代码,这是所调用的二次方程的代码
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:12140
    • 提供者:杨梓铭
  1. cubic_equation

    0下载:
  2. 编写的一元四次方程的VC++程序代码,这是所调用的三次方程的代码
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:10400
    • 提供者:杨梓铭
  1. quartic_equation

    0下载:
  2. 编写的一元四次方程的VC++程序代码,这是所调用的四次方程的代码
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:14042
    • 提供者:杨梓铭
  1. GA-VC

    0下载:
  2. 多种遗传算法的VC程序代码,为多种的遗传算法提供基类。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:16994
    • 提供者:linlin
  1. 链表相关编程

    0下载:
  2. 创建一个链表,逆向输出链表,两个链表的合并的vc程序编程实现代码。-create a linked list, reverse output chain and the two combined Chain vc programming code to achieve.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1302
    • 提供者:罗易
  1. BP神经网络代码

    3下载:
  2. Bp神经网络算法(VC++实现),包含main函数和BpNet类的控制台程序,带有详细的注释。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2009-04-19
    • 文件大小:57810
    • 提供者:gstszwx@126.com
  1. 灰色关联VC代码

    0下载:
  2. 用C实现的灰色关联排序程序。代码完整,实现了多种数据的处理方法,包括:初值化处理、最大值化处理、区间值化处理等。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2010-12-05
    • 文件大小:212422
    • 提供者:szwjn@yahoo.cn
  1. flow.rar

    2下载:
  2. 顶盖驱动流(lid friven flow)格子Boltzmann模拟程序代码,对于开始研究格子Boltzmann方法的学者来说,非常具有学习研究价值,这是一个可以直接编译运行的VC++程序。顶盖驱动流是计算流体力学方面一个经典的问题,也是一个不可压缩流的校核算例入门!希望能够对大家有所帮助。,This is a source code of lid friven flow simulation based on Lattice Boltzmann method. It is very valu
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:1654
    • 提供者:andy
  1. timer

    0下载:
  2. vc++精确计时的程序代码示例,算出两次点击之间的精确时间差,程序稍加修改就能用到其它地方。 -vc++ code sample accurate timing of the procedure, calculate the precise time between two clicks difference, the program can be used in other places slightly modified.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:10552
    • 提供者:
  1. VC++anttracingininversion

    0下载:
  2. 关于反演程序蚁群算法的源程序,欢迎大家共享,共同切磋-Inversion procedure on the ant colony algorithm source, welcome you to share common views and learn
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:6398
    • 提供者:zong
  1. C++数值分析代码

    0下载:
  2. 里面包含了一个用VC开发的二分法程序,牛顿迭代法程序源码-Which contains a dichotomy with VC development procedures, Newton iteration procedure source
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:19439
    • 提供者:廖春华
  1. DS-Algo-VC

    0下载:
  2. 数据结构,严蔚敏一书中的全部程序代码,请参考,进行交流学习。-Data structure, Yan Wei-Min a book all the code, please refer to conduct the exchange of learning.
  3. 所属分类:Data structs

    • 发布日期:2017-05-12
    • 文件大小:3056238
    • 提供者:张元
  1. VCneibupaixu

    0下载:
  2. VC++数据结构内部排序算法集合,包括原程序代码和PPT-Within the structure of VC++ data collection sorting algorithm, including the original program code and PPT
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:416751
    • 提供者:zhang
  1. GA

    0下载:
  2. VC 遗传算法。文件中包括多个程序代码,有最基本二进制遗传代码。 另外包含多个改进遗传算法代码,C语言开发。在VC下可运行。 唯一需要改进的是:第一:目标函数(结合你自己需要求解的问题) 第二:随机函数。(代码中是自己写的库,在一些电脑上运行不正确。可以换成已有的rand)。在我另外上传的一个资料中已经更正。但这是最原始的,容易理解。所以上传上来。-Gene Algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1454684
    • 提供者:zhoulimin
  1. VC

    0下载:
  2. C语言程序代码可以使张姓显示在VC下运行-C language program surnamed Zhang showed in the VC run
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:901
    • 提供者:张万里
« 12 3 4 5 »
搜珍网 www.dssz.com