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

搜索资源列表

  1. CGAL-3.1.tar

    0下载:
  2. CGAL is a collaborative effort of several sites in Europe and Israel. The goal is to make the most important of the solutions and methods developed in computational geometry available to users in industry and academia in a C++ library.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:9177453
    • 提供者:hu
  1. bayes在分类中的应用

    1下载:
  2. 程序用C语言实现了贝叶斯在数据挖掘中分类和预测中的应用,通过程序可以很好的进行分类和预测。-This program use C language to realize the application of bayes in data mining and forecasting,you can use this program to make a good classification and forecasting
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:97755
    • 提供者:龚文引
  1. Apriori-COM

    0下载:
  2. 用VC做的一个挖掘系统的关联规则算法。COM组件的源代码,已应用到实际系统中。-Utilising VC to make a program which is a arithmetic of affiliated enterprise of dig system. COM components have been applied the system.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:37733
    • 提供者:贺瑞
  1. fvs_vc_net_03

    0下载:
  2. 用VISUAL C++编程实现指纹图像的特征提取以及对指纹图像的识别-Utilising VISUAL C++ to make programs, we can get the characters of image and identify the image of finger mark
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:153385
    • 提供者:廖玉光
  1. 改进的遗传算法

    2下载:
  2. vb写的改进的遗传算法程序。是一些通用代码,与具体问题对应的代码空出来,用的时候填进去。根据我的经验,要想用好遗传算法,代码必须自己写,因为问题不同,编码,杂交,变异算子可能都不一样。特别是杂交算子,需要根据问题调整,甚至创造出新的杂交方法。而且适应度计算的代码也需要自己写,特别是带约束的优化问题 -vb write improvement in the genetic algorithm. Some common code, with the specific issues the corre
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2373
    • 提供者:黄善理
  1. VC编写的Harris角点检测算法

    1下载:
  2. 网上一直没有Harris算法的VC程序 无奈 自己写一个吧 用了两个小时就写好了 非常简陋 大家凑合着看 2005年11月15日-Harris algorithm VC procedures helpless himself wrote it with a two hour written a very simple you can make do with a November 15, 2005
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:754023
    • 提供者:赵辉
  1. 贝叶斯决策

    2下载:
  2. 实现贝叶斯决策算法,从文件中读出数据,并且会出决策的分布图。-achieve Bayesian decision-making algorithm, which sensed data from the document, and will make the distribution of decision-making.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:40037
    • 提供者:杨爽
  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. svm_light_multiclass.tar

    0下载:
  2. SVM Light的多分类源代码,尤其是可用来做文本分类。SVM(支持向量机)方法是目前已知的最优秀的分类方法之一。SVM不仅可以用来分类,也可以用来做回归。-SVM classification of more source code, in particular used to make text classification. Support Vector Machine (SVM) is currently the best known of the classification met
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:65682
    • 提供者:绿风
  1. ACOTSP.tar

    0下载:
  2. linux gc编写的蚁群算法程序 首先tar xzfv 解压缩 进入目录后,./confiure 然后make -prepared by the ant colony algorithm first extract tar xzfv directory access, . / then make confiure
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:92379
    • 提供者:来守林
  1. TSPinmatlab

    0下载:
  2. 用遗传算法解决城市的访问次序,可使其 旅行路线的总长度最短 可从该程序借鉴到其他应用 -using genetic algorithms to solve the city for the visit, travel routes can make the total length of the shortest can draw from the procedures of other applications
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:8120
    • 提供者:候海
  1. dijkstramatlab

    0下载:
  2. dijkstra算法的matlab程序,用于优化路径规划的初始路径,只能做出一个次优的结果,以后可以用很多优化算法来进一步优化-dijkstra the algorithm matlab procedure, uses in to optimize the way plan the initial way, only can make an order superior result, later will be allowed to use the very many optimized
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2893
    • 提供者:刘关俊
  1. CAR4 用VC模拟交通状况

    1下载:
  2. 4车道交通模拟程序,用VC模拟交通状况,并能够做出统计分析-four lanes of traffic simulation program, VC simulated traffic situation and to make a statistical analysis
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-11-04
    • 文件大小:52734
    • 提供者:lxt
  1. asm_javasrc

    0下载:
  2. 在这个电脑中的虚拟市场中,若干被称为交易者的人工智能程序(Agent)通过观察它们所在的数字世界中 股价和股息的不断变换而做出预测,并且根据这些预测做出购买股票与否以及购买股票数量的决策。 反过来,所有的交易者的决策又决定了股票的价格,这样,整个的股票交易市场就构成了一个自我封闭的 计算系统。同时,这些交易者都具有学习的能力,可以根据以前预测的成功或者失败对自己的决策进行调整 ,并且通过一种被称为遗传算法的方法产生创新能力。总之,ASM是一个电脑中不断进化的虚拟股票市场! 通
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:46426
    • 提供者:xmzhang
  1. ANN-adaptive-whu

    0下载:
  2. 人工神经网络感知器源码,方便了初学者试验模拟,让初学者初步认识神经网络的应用价值-ANN perceptron source and make it easier for the beginners test simulation Let beginners preliminary understanding of the neural network application
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1274
    • 提供者:熊风
  1. GABPnetsample

    0下载:
  2. 遗传算法神经网络实例,人工智能领域研究的同志可以参考一下-genetic neural network algorithm example, research in the field of artificial intelligence can make reference to comrades
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5651
    • 提供者:鸿渐
  1. cepstr

    0下载:
  2. 二次采样以确定像素间的相关性,然后对两个采样结果同时嵌入水印,利用的是倒谱变换-second sampling to determine the correlation between pixels, then the two sampling results also embedded watermark, make use of Cepstrum
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:889
    • 提供者:杨辉
  1. CMACnonlinear

    0下载:
  2. 基于CMAC网络逼近非线性对象的程序,可以参考!希望能对大家有所帮助-based CMAC nonlinear approximation the procedure, we can make reference! The hope is to help everyone
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:826
    • 提供者:luchen
  1. Pi-Sigma

    1下载:
  2. 使用混合型pi-sigam网络逼近对象的MATLAB程序,可以参考!希望能对大家有所帮助-use of the mixed-pi-network approximation sigam object MATLAB program, we can make reference! The hope is to help everyone
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1073
    • 提供者:luchen
  1. 2011-Make-Arduino-Bots-and-Gadgets

    0下载:
  2. 2011 Make Robots for Arudino.arudino 方面的资料-2011 Make Robots use Arudino.Some basic course of arudino.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-23
    • 文件大小:6900576
    • 提供者:蒋鹏
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com