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

搜索资源列表

  1. ExpertSystem

    0下载:
  2. 用vc编写的专家系统的源代码,对初学者很有帮助-vc used in the expert system's source code, useful for beginners
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:23.85kb
    • 提供者:yy
  1. vcmatlab7src

    1下载:
  2. MATLAB Compiler 是MATLAB自带的一个编译器,它能将m文件转化成 C、C++或p等各种类型的源代码,并根据需要生成可执行文件、lib文件(库文件)、dll文件或S函数文件等。MATLAB 6.5 使用的编译器包括了MATLAB 的C\\C++数学库函数以及图形库。动态链接库(dll)是编写软件中常用的一种技术,MATLAB提供了将M文件编制成dll文件的方法,本文就介绍如何在MATLAB6.5中将m文件z转化成dll文件,然后在VC中调用该dll文件。 -MATLAB Co
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:26.64kb
    • 提供者:林林
  1. VC++partC

    0下载:
  2. 此程序为VC++常用数值算法这本书附赠的光盘中包含了本书中全部的源代码-this procedure commonly used for numerical algorithm VC This book comes with a CD-ROM which contains all of the book's source code
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:82.51kb
    • 提供者:wgq0426
  1. Go5

    0下载:
  2. VC++.NET2003下编写的人机对战的五子棋程序,具有一定的人工智能。-VC.NET2003 prepared with the plane's 331 players procedures and to a certain extent artificial intelligence.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:74.37kb
    • 提供者:黄亮
  1. CCHDUlink

    0下载:
  2. 本题所涉及的有关操作是从控件中选择所要创建的链表的类型(用VC的Radio Button 实现选择),然后在编辑控件(Edit Button)中输入数据,然后创建链表时从控件中截取数据,转化为数学数据后,通过对链表入链操作,从而建立起一个链表。链表建立起来后,要求在窗口中以图形方式输出链表,窗口图形显示,主要是利用画直线和画矩形函数实现。数值的输出通过VC自带的函数在相应的坐标点显示。链表的动态显示所涉及的问题是:在一个窗口中输出了图形是始终存在的。要实行动态显示,必须在一段区域内画一个足够大的
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:54.49kb
    • 提供者:华姿翔
  1. cn700_vc62445261344

    0下载:
  2. 这几天学VC界面编程,在VC在线上狂看教程,觉得有所长进,于是把以前的Java代码用VC改写了一下。问题还是那个老掉牙的问题,八皇后问题,老归老,但我很喜欢-VC these days learn programming interface, the VC frenzy see online tutorial, some feel that complacency. So, before the Java code with VC rewritten a bit. Problems or tho
  3. 所属分类:数值算法/人工智能

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

    0下载:
  2. 这是一个VC++演示的小例子,比较简单,但还是很典型的,按S为方框,按C为椭圆,-VC This is a small example of the demonstration, relatively simple, but still very typical, according to Box S, by C. elliptical,
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:42.12kb
    • 提供者:王志强
  1. succus-s-pid-fuzzy

    1下载:
  2. 带有模糊算法的PID控制 VC++6.0下调试通过-with fuzzy PID control algorithm VC 6.0 debugging through
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3.68kb
    • 提供者:lidi
  1. convolution(vc++)

    1下载:
  2. 我上硕士时完成的第一个作业!!! 可以显示两个离散的数据,然后完成它们之间的卷积运算,并显示!绝对原创-I completed a master's degree on the first operation! ! ! Be able to show two discrete data, They then completed the convolution between the operator and show! Absolute originality
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:37.49kb
    • 提供者:博士后
  1. 基于VC的神经网络开发程序包(原码)

    1下载:
  2. 可以用C++语言开发各种神经网络:BP,RBF,HOP~…………,使用前请看看说明文档,然后建立一个自己的项目文件,只要能明白作者的思路就能很方便地进行各种神经网络的设计,本人现在就在一个系统中使用它,目前这个开发包的版本已进入0.7了,但功能差不多,本人认为0.5这个版本用着也很方便,所以把他发来,大家共享。-C language can be used to develop a variety of neural networks : BP, RBF, HOP ~ ... ... pleas
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:413.02kb
    • 提供者:李洋
  1. eight_queen.经典的八皇后问题用VC++实现

    0下载:
  2. 经典的八皇后问题,用VC++实现,遍历各种出现的结果,MFC界面,8 Queen' s classic problem, with VC++ to achieve, the result of various traversal
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-22
    • 文件大小:513.66kb
    • 提供者:杨旸
  1. 7941941Dijkstra

    0下载:
  2. D星算法的实现,vc的应用编程,包括界面的实现-D Star Algorithm, vc' s application programming, including the interface to achieve, and so
  3. 所属分类:数值算法/人工智能

    • 发布日期:2014-03-11
    • 文件大小:62.42kb
    • 提供者:luyanyu
  1. VC_MATLAB

    0下载:
  2. VC++中使用MATLAB的C++数学库和MCC生成的程序-VC++ in the use of MATLAB' s C++ Math Library and MCC procedures generated
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:13.38kb
    • 提供者:liuzhe
  1. GA-VC

    0下载:
  2. 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法。压缩包中包含了由C++语言编写的算法。-Genetic Algorithm (Genetic Algorithm) is a simulation of the biological theory of evolution Darwin' s natural selection and genetic mechanism of th
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-03-24
    • 文件大小:16.31kb
    • 提供者:常明
  1. BpDrawSin

    0下载:
  2. 基于神经网络曲线拟合的编程实现,界面友好!关键字:BP神经网络 曲线拟合 VC-Curve fitting based on neural network s programming, user-friendly! Keyword: BP neural network curve fitting VC++
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-15
    • 文件大小:3.85mb
    • 提供者:杜兴展
  1. VC_Spline

    0下载:
  2. 三次样条插值的VC++源码,可以进行简单的插值运算,运行简单,运算快速准确-VC++ source code of Spline, by using this you can get the accurate value of spline function of a set of data
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:1.84mb
    • 提供者:张栋
  1. VC

    0下载:
  2. 用VC编写的电脑鼠走迷宫,能走出所有路径,并找出最短路径-VC' s computer with a mouse maze, to get out all the paths, and find the shortest path
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:6.16kb
    • 提供者:stt
  1. guid-of-vc-and-matlab-programming

    0下载:
  2. 详细介绍了用vc和matlab混合编程的开发应用过程,从入门开始直到学会-introduce the programming way of vc and matlab,let s us konw how to use them together you kan study it in detail step by step
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1.35mb
    • 提供者:liangzifei
  1. s

    0下载:
  2. 一个基于vc++编译运行过的基本遗传算法-A vc++ compiler to run the basic genetic algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:411.62kb
    • 提供者:yuh
  1. s-function

    1下载:
  2. matlab 仿真弹道导弹拦截来袭敌方导弹的程序,用s函数编写,既直观而且转换成c/c++很方便,可以与vc混合编程,有问题随时联系-Matlab simulation of ballistic missile intercepting the enemy s missile program, written using the s function, both intuitive and converted to c/c++ is very convenient, can be mixed w
  3. 所属分类:matlab例程

    • 发布日期:2013-12-30
    • 文件大小:9.83kb
    • 提供者:周胜俞
« 12 3 4 »
搜珍网 www.dssz.com