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

搜索资源列表

  1. bomo

    0下载:
  2. 关联规则的频繁项集算法bomo的源代码,含说明文件,C编写,可在linux和windows下编译。-Related and regular frequent source codes which collects algorithm bomo, includes the supporting paper, C is written, can compile under linux and windows
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:46.42kb
    • 提供者:龙行天下
  1. dgpc

    0下载:
  2. 遗传规划工具,c代码编写,比较成熟稳定,使用于linux,unix下-genetic programming tools, code c prepared more mature and stable, for use in linux, under unix
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:204.13kb
    • 提供者:刘昆宏
  1. tsp_solve-1.3.6.tar

    0下载:
  2. tsp c++ /比较好的tsp 代码,运行环境 linux/unix-tsp c / tsp relatively good code, the environment linux / unix
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:227.99kb
    • 提供者:00000000
  1. OpenPollution-1.0

    1下载:
  2. OpenPollution is an open distributed system based on CORBA providing air-pollution measurement, data mining and image processing. It uses C++ and Java languages. and supports heterogenous systems such as Linux, Windows, and Windows CE.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5.04mb
    • 提供者:lyb
  1. sp-1.4

    0下载:
  2. 人工智能的一个重要方法,随机SAT问题,即一种复杂的组合优化方法,算法清晰,简单,易懂,但涉及较深的数学知识,(该源码基于linux平台的C程序)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1.43mb
    • 提供者:lily yin
  1. FingerprintDiscriminating

    1下载:
  2. 包含了指纹识别中各种算法的实现代码。这些代码的使用方法可以参见demo目录中的 例程。 读者在应用这些代码时,可能会需要根据自己的应用需求对代码进行一定的改动。对 于Linux/UNIX下编译C程序不熟悉的读者,可以参考相关的Linux/UNIX下的C语言编程 书籍。由于本章着重介绍指纹识别的算法,对于imagemagic的使用不再做详细介绍。 读者可以从网上找到关于imagemagic使用的介绍。 读者对代码做适当的改动,即可将代码移植到windows下面(主要是图像的
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:45.36kb
    • 提供者:黄工
  1. j-alice-src-0.3.1

    0下载:
  2. J-Alice是一个用C++实现的Ailcebot的克隆。它可以做为一个mini-http服务器在控制台或irc聊天。目前,它以同样的功能运行在Linux,BeOS,Windows和Solaris
  3. 所属分类:人工智能/神经网络/遗传算法

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

    0下载:
  2. BCView - Bayes Classifier Visualization Download xbcview Linux executable (218 kb) wbcview.exe Windows executable (196 kb) bcview.zip C sources, version 1.13, 2004.09.14 (175 kb) bcview.tar.gz (160 kb)
  3. 所属分类:人工智能/神经网络/遗传算法

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

    0下载:
  2. 遗传算法工具箱C++,本为Linux系统设计,现在改为在VC下能顺利编译而不需通过任何修改。基于面向对象方法设计,便于使用和扩展。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:183.74kb
    • 提供者:aujjww
  1. c4.5数据挖掘算法源代码,LINUX版本

    0下载:
  2. 本程序是用c语言编写的基于决策树分类方法的数据挖掘算法,它对测试集进行分类,挖掘出潜在的规则-this procedure is used to prepare the language c decision tree classification based on the data mining algorithm, which tests set for classification, tapping the potential rules
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:145.79kb
    • 提供者:李雪
  1. svm_light6.02.tar

    0下载:
  2. 最新的SVM源码,用于数据分类或回归,效果优于神经网络。C的源代码,请尽量在Linux或者Unix下编译。-Source code of SVM in C. SVMlight is an implementation of Support Vector Machines. It solves classification ,regression problems and ranking problems.Please compile it under Linux or Unix.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:49.83kb
    • 提供者:wang
  1. simple-SGA

    0下载:
  2. 最简单的遗传算法,带有输入文件,简单方便,易懂!-Simple GA code in C (for Windows and Linux)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:13.88kb
    • 提供者:曾凯
  1. lda-c-dist

    0下载:
  2. 在linux下的LDA算法, 用于数据挖掘,可直接编译运行。-In linux the LDA algorithm for data mining, can be directly run the compiler.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:27.97kb
    • 提供者:yong
  1. seq-sat-sgplan6

    1下载:
  2. SGPlan6是伊利诺伊大学最新研制的智能规划器,在第5界世界规划大赛中获得次优规划器冠军,使用Linux C++设计,需借助Flex和Bison工具提供对PDDL的编译器功能。-The University of Illinois is the latest development of intelligent planning SGPlan6 to suboptimal planning Champions in the 5th World Planning Competition use
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-09
    • 文件大小:806.29kb
    • 提供者:michaeldoer
  1. lda-c-dist

    0下载:
  2. lda贝叶斯文本分类器,c语言实现 linux运行环境-lda Bayesian text classifier, c language runtime environment linux
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-07
    • 文件大小:3.04mb
    • 提供者:irrisa
  1. k-means

    0下载:
  2. K-means算法,linux下C++实现,VC下稍微修改也可运行,数据简单,只实现核心算法-K-means algorithm, under linux C++ achieve, VC can be slightly modified to run, the data is simple, only to realize the core algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:4.75kb
    • 提供者:lihaoliang
  1. kNN

    0下载:
  2. Knn算法,注释和说明写得很清楚,算法只实现核心功能,适合初学者,linux下C++实现-Knn algorithm, notes and instructions written very clearly, only to realize the core functionality of the algorithm, suitable for beginners
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:22.29kb
    • 提供者:lihaoliang
  1. Naive_Bayes

    0下载:
  2. 朴素贝叶斯算法,linux下C++实现,只实现核心算法,注释详细,适合初学者-Naive Bayes algorithm, under linux C++ implementation, only to realize the core algorithm, detailed notes for beginners
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:68.49kb
    • 提供者:lihaoliang
  1. PageRank

    0下载:
  2. PageRank算法,linux下C++实现,只实现核心算法,注释详细,适合初学者-Naive Bayes algorithm, under linux C++ implementation, only to realize the core algorithm, detailed notes for beginners
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:86.06kb
    • 提供者:lihaoliang
  1. plate-crad-detect

    2下载:
  2. 基于haar+adaboost的车牌检测系统,可以说,国内前几名。 高清大图,小目标的车牌检测性能很好。可以支持多目标检测,检测速度1080P 时间在100ms以内,针对雨雾天,污迹,脏的车牌检测效果很好。 系统采用标准C C++开发,方便移植到linux,arm等-Based haar+adaboost license plate detection system, it can be said before the domestic few. HD big picture, lice
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-12-18
    • 文件大小:6.58mb
    • 提供者:笨笨
« 12 »
搜珍网 www.dssz.com