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

搜索资源列表

  1. 5个遗传算法源码

    2下载:
  2. (其中已经包含5个源码)所附源程序C或C++代码文件及其可执行文件 Scs.cpp 基本分类算法源程序, 输入数据文件cfile.txt,efile.txt,gfile.txt,pfile.txt ,rfile.txt,tfile.txt Sga.c 基本遗传算法源程序, 输入数据文件input,输出文件output A_life.c 基于遗传算法的人工生命模拟源程序, 输入数据文件world GA_nn.c 基于遗传算法优化神经网络结构源程序,输入数据文件sample Patmat.c 基于遗
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-03-20
    • 文件大小:616.51kb
    • 提供者:Thread
  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. 常用的小波源程序

    0下载:
  2. 本目录存放的小波编码实现的源程序: 打开ezw2.dsw工作区,编译后可在\\ezw2\\ezw\\debug中找到编码可执行程序; 在\\ezw2\\unezw\\debug中找到解码可执行程序。-Wavelet realization of the source coding : Open ezw2.dsw work, compiled in \\ ezw2 \\ ezw \\ debug find executable code; In \\ ezw2 \\ unezw \\
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:138.48kb
    • 提供者:何亮
  1. BoundAndBranch

    0下载:
  2. 我的算法作业,求一个在总花费小于1500的条件下从源结点到目的结点的最短路径,源代码Tree.cpp(C++语言编写,VC++6.0 IDE下调试通过),利用的是分支定界算法。可执行文件Tree.exe说明在ReadMeFirst请按照说明使用。-algorithm operations, for a total cost of less than 1,500 from the source node to node purpose of the shortest path, Tree.cpp
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. 用java实现的UFO攻击游戏,里面有代码和可执行文件,操作简单,用鼠标左键单击UFO, 每击落10架之后,就会增加一架。-used to achieve the UFO attack game, and they code and executable files, simple operation, using the left mouse button click UFO, each downed 10, will be an increase.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:86.1kb
    • 提供者:林立
  1. visit

    0下载:
  2. 用贪心算法做的全国31个城市之间的旅行商问题源代码,可执行程序都在附件压缩包内。里面的data.txt city.txt分别为数据表和城市名,要和可执行程序放在同一个目录内才可执行-greedy algorithm to do with the country's 31 cities between the TSP source code, the executable in Annex compressed packet. Inside data.txt city.txt of dat
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:34.21kb
    • 提供者:谢躜
  1. BPinVB

    1下载:
  2. vb 编写的bp算法实现代码 包括:神经网络样板 文本格式 可执行神经网络程序-vb bp prepared by the algorithm code include : neural network model text format executable neural network programming
  3. 所属分类:人工智能/神经网络/遗传算法

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

    1下载:
  2. BP神经网络算法的仿真程序,含源代码和可执行文件。很好用,很直观。-BP neural network algorithm simulation program, including the source code and executable files. Useful, very intuitive.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:342.13kb
    • 提供者:杨力
  1. c_HOPFIELD

    0下载:
  2. 一个简单的HOPFIELD神经网络C语言源代码,其中RELESDE为可执行文件-a simple Hopfield neural network C language source code, which RELESDE executable
  3. 所属分类:人工智能/神经网络/遗传算法

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

    0下载:
  2. 内附两个源代码,其中一个源代码是识别程序的,另一个是一个矩阵类库的,所以一并附上。 ~..~因为已经保存了训练好的网络权值,所以第一次使用识别程序时,可以直接运行\\\\Release目录下的可执行文件,然后对图片目录中的测试图片进行读入、识别。 当然读者也可以自行用训练样本训练网络,不过要特别注意训练样本的选择,否则可能造成识别率很低。训练样本选择的原则是,尽可能的有代表性,在训练时间不至于太长的情况下,训练样本数目尽量多。 -containing 2 source code,
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:534.99kb
    • 提供者:wenwen
  1. 消除文法左递归

    0下载:
  2. 消除文法左递规算法的实现(此为可执行源代码)-left eliminate grammar rules delivery algorithm implementation (such as executable code )
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:51.79kb
    • 提供者:何浩
  1. 2001blueengel.rar

    0下载:
  2. 蓝鹰2001年的可执行代码(robocup2d),很强,WrightEagle 2001 executable code (robocup2d), strong
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:460.2kb
    • 提供者:letmecc
  1. huffman-C

    0下载:
  2. 基于huffman算法的压缩/解压缩的程序源码。 Borland C++写的。 仅供参考学习,请勿作为盈利性程序。-Huffman compression code compressor and decompressor in Borland C++ 2.0 by Shaun Case, April 1991 Enclosed in this archive are two C programs that implement Huffman code compressi
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:38.05kb
    • 提供者:毕雪成
  1. jasper-1.701.0.gpu.1.0

    0下载:
  2. This code demonstrate Fast Wavelet Transform. Executable and can be run on Visual C++ platform
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-16
    • 文件大小:4.21mb
    • 提供者:Rizuan
  1. facestaginigraphy

    0下载:
  2. executable code for human encription image in a text from 1 to 99 years old
  3. 所属分类:matlab

    • 发布日期:2017-05-02
    • 文件大小:717.48kb
    • 提供者:asd
  1. Hfut2Dtar

    0下载:
  2. 这是2009年合工大robocup2D的可执行码,需要的朋友可以-This is the 2009 co-workers big robocup2D executable code, need friends can see
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1.58mb
    • 提供者:changjinshi
  1. LTE-LTE-Advanced-link-level-code

    1下载:
  2. LTE 基带发端仿真系统-捧月答辩 可执行程序-Origin of LTE baseband simulation system- holding the executable program on the respondent
  3. 所属分类:matlab

    • 发布日期:2017-05-16
    • 文件大小:4.2mb
    • 提供者:赵明雄
  1. Image_distortion

    1下载:
  2. 图像扭曲变形 目标:编写一个图像扭曲变形程序,可以对图像进行扭曲变形。 (1)扭曲变形方式: 必做: 旋转扭曲/球面镜变形(二选一) B样条网格变形 选做:TPS网格变形 (2)插值方法比较 最近邻插值 双线性插值(bilinear) 双三次插值(bicubic) 作业要求: 提交程序源代码、执行码以及实验报告(包括:变形函数的选取与设计,使用插值方法的介绍与分析,程序框图,实验结果及分析等)。-Image distortio
  3. 所属分类:Algorithm

    • 发布日期:2017-05-16
    • 文件大小:3.5mb
    • 提供者:luyz
  1. GPSAADL

    0下载:
  2. 使用AADL描述GPS工作原理,可以通过OSATE软件生成C或C++可执行代码(Using AADL to describe how GPS works, you can generate C or C++ executable code through OSATE software)
  3. 所属分类:仿真建模

    • 发布日期:2017-12-24
    • 文件大小:10kb
    • 提供者:舍瓦
  1. NN1.m

    0下载:
  2. BP神经网络在matlab上已有可以使用的工具箱,本程序探讨如何实现简单的多层BP网络,并提供可执行的代码和例程供参考。(BP neural network has been available on the Matlab toolbox, this program discusses how to achieve a simple multi-layer BP network, and provide executable code and routines for reference.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-04
    • 文件大小:1kb
    • 提供者:galahad
« 12 3 4 5 6 »
搜珍网 www.dssz.com