CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - main.c

搜索资源列表

  1. 压力测试程序

    1下载:
  2. StressMark测试软件是一个使用Visual C++编写的,开放源代码的测试工具,可以完成服务程序及重要算法的功能和性能测试,其最主要的功能是模拟多线程或多客户端的自动化压力测试。-StressMark test software is a prepared using Visual C, the open-source testing tools, procedures and services to complete the important functions of the alg
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:144171
    • 提供者:hao
  1. CChessSource

    0下载:
  2. 中国象棋网络版C#源码 Visual studio 2005,C#开发 中国象棋网络版,具有人工智能,可采用人工下棋、电脑参谋、电脑下棋等模式参加互联网比赛。采用ClickOnce发 布到你的网站上,选择只能联机运行,可以让玩家只能上你的网站玩游戏。 共有三个项目: Game是主项目; CChessThinker是用C++写的人工智能DLL类库; Thinker是用C#写的DLL,只是简单的封装了CChessThinker,目的是让有些朋友可以直接用C
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:168408
    • 提供者:张巍
  1. apriori(C++)

    2下载:
  2. 本算法的基本功能是用C++语言实现了APRIORI算法,用户可以先选择要进行的操作。然后再输入支持度和置信度,就可得到挖掘的结果。 输出的结果主要包括两个部分。 1.输出所有的频繁项集。 2.输出所有的产生的规则。 算法还能够输出初始的事务集合,并且可以输出产生的中间结果。-the algorithm is the basic functions using C + + language of APRIORI algorithm, Users may choose to cond
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:59589
    • 提供者:linvg
  1. JiuGongTree

    0下载:
  2. 这是有一个解决八数码问题的程序! 主要应用了宽度优先搜索法! 是用C#开发的-This is a solution to the problem of digital eight procedures. Application of the width of the main priorities Search! Is the development of the C#
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:557791
    • 提供者:李天意
  1. DS

    1下载:
  2. DS证据理论中的合成规则的算法实现;该算法对两个基本可信度分配(BPA)的合成规则进行实现,算法包含在DS.h文件中,main.c文件对其进行调用,并对简单示例进行测试。-DS evidence theory in the synthesis of the rules of algorithm the algorithm two basic probability assignment (BPA) to achieve the synthesis rules, the algorithm is
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-11-02
    • 文件大小:10907
    • 提供者:liuxiang
  1. dijkstra-c++

    0下载:
  2. Dijkstra算法是典型的最短路算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。 Dijkstra算法能得出最短路径的最优解,但由于它遍历计算的节点很多,所以效率低。Dijkstra算法是一种逐步搜索算法,通过为每个顶点n保留目前为止所找到的从m到n的最短路径来工作的。 c#实现算法-Dijkstra algorithm is a typical example of the most short-circuit algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:1939
    • 提供者:kivilin
  1. gesn-20000926

    0下载:
  2. 这是一个gesn的c源代码。在上传的压缩包中,有一个对所有原程序包的详细说明的txt-GESN Main Development
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-28
    • 文件大小:22096
    • 提供者:xumin
  1. main

    0下载:
  2. 神经网络算法的C语言实现,可以在此基础上根据所要解决的问题进行修改-Neural network algorithm to achieve the C language, can be based on issues resolved to amend
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:4808
    • 提供者:张驰
  1. libsvm-2.89

    1下载:
  2. 是一種線性方成的分類器。SVM透過統計的方式將雜亂的資料以NN的方式分成兩類,以便處理。LIBLINEAR is a linear classifier for data with millions of instances and features. It supports L2-regularized logistic regression (LR), L2-loss linear SVM, and L1-loss linear SVM. -Main features of LIBLINEA
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:521027
    • 提供者:陳彥霖
  1. Hop

    0下载:
  2. C++ Program for Hopfield Network For convenience every C++ program has two components: One is the header file with all of the class declarations and lists of include library files the other is the source file that includes the header file and th
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:121704
    • 提供者:yuebob
  1. PSO

    0下载:
  2. 改进后的经典的pso算法,主函数是对空间坐标的搜索,使用的时候可以改成其他的相应问题,c++描述-The improved classic pso algorithm, the main function is the search space coordinates, using the time to change other consequential issues, c++ descr iption of
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:228059
    • 提供者:阿斯顿
  1. TSP_GA

    0下载:
  2. 在c语言中用遗传算法解决旅行商问题的一个简单的程序,含有主程序,数据文件-In c language using genetic algorithms to solve the traveling salesman problem of a simple program, with the main program, data file
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:3451
    • 提供者:陈建飞
  1. TSP_ACA

    0下载:
  2. 对于旅行商问题在c语言中,用蚁群算法所编的一个程序,包含主程序和数据文件-For the traveling salesman problem in c language, compiled using ant colony algorithm is a procedure that contains the main program and data files
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:3203
    • 提供者:陈建飞
  1. main(1)

    0下载:
  2. 模拟退火算法解决tsp问题 用c语言实现-Tsp simulated annealing algorithm to solve the problem with c language
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:2054
    • 提供者:zhangxin
  1. main.c.tar

    0下载:
  2. 基于反馈的EDF调度算法的仿真及性能测试程序。为原创,希望能收到一些意见。-Feed-back control EDF scheduler implemented on VxWorks kernel. This is original work for a course project. Hope it would be helpful to you guys.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:3710
    • 提供者:gmagogsfm
  1. LDPC

    0下载:
  2. 这是关于LDPC信道编码模块设计的程序 打开源程序,先运行gengrate_h.m程序,陆续将码长设置为756bit,列重设置为3,行重设置为9。在Workspace中同时将H、A、B、C、D、E、Hget、Fget、g、Tget这是个变量选择另存为encode_in.mat 格式。再运行main_encode.m进行编码,主程序运行后,在当前目录下,自动生成编码结果文件“encode—out.mat”,这将作为下一次扩频调制仿真实验的的输入信号。最后分别查看Workspace中的变量s
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:14993
    • 提供者:吴健
  1. main

    1下载:
  2. 遗传算法求解最优路径的c++程序 一种求解vrp问题的好方法-Genetic algorithm for optimal path
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:34380
    • 提供者:Robert.x
  1. main

    2下载:
  2. FASTA 算法C++实现,比较初级,没有多少技术含量-FASTA algorithm in C++
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-04-03
    • 文件大小:841
    • 提供者:李二
  1. Model-For-the-evolution-of-ANN

    0下载:
  2. 介绍了神经网络实现遗传算法模型。 作者J.C.Astor & C.Adami-This artical main discus the model for the evolution using a method of Artificial Neural Network.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:515041
    • 提供者:戴晓天
  1. tmp

    0下载:
  2. 人工智能经典问题:传教士野人问题,内涵pdf版的问题描述和源代码main.c-The Artificial Intelligence classic question: missionaries Savage connotation pdf version descr iption and source code main.cpp
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-28
    • 文件大小:118304
    • 提供者:孙科
« 12 »
搜珍网 www.dssz.com