搜索资源列表
DElphi遗传算法
- 用Delphi语言编写的遗传算法,内容较多,可以参考-Delphi language prepared by the genetic algorithm, a great deal of content, they can refer to
关于tts语音引擎的使用方法
- 关于tts语音引擎的使用方法!很多软件具有英文发音和朗读功能,它们都使用了MSTTS(Microsoft Text To Speech)技术。微软遵照COM的标准,提供了一套Speech API来对MSTTS进行编程。要在程序中使用这套API,必须确保系统已经安装了MSTTS和Spchapi软件包。 Speech API可以作为类型库引用到Delphi中,方法是:打开Project选单下的Import Type Litrary,点击“Add”加入Windows\\Speech目录下
用Delphi开发的遗传算法源程序
- 开发环境:Delphi 简要说明:TGABase is a abstract class. You must Derivate a sub_class from it. You must override abstract function calculateFitness. By the way, this class can only get minimum solution -development environment : Delphi Brief Descr iption :
delphi tsp
- 一个求解TSP问题的例子,用delphi编写.有很好的参考价值 -a TSP example, prepared with delphi. A very good reference value
delphi遗传
- 关于求最值的delphi遗传算法源码,绝对可以用,调试通过,界面美观,由王小平书上的c代码改编所成,创建了一个ga类,向构造函数输入合适的参数就可以运算!-seek the most value on the delphi genetic algorithm source code can definitely use, debug, beautiful interface, Wang Xiaoping book adaptation of the c code by 10%, creating
GA_max
- 这是一个关于遗传算法求最大值的问题,我采用Delphi编的,主要考虑Delphi的界面功能比较强。-This is a genetic algorithm for the maximum, I use Delphi series, the main consideration Delphi interface capabilities are relatively strong.
heredity
- 难得的delphi写的遗传算法,希望对大家有用。-rare genetic algorithms written in the hope that useful for all.
ITS
- 智能交通系统演示delphi源码,适合初学者看的例子,还有一些bug需要自己改进-Intelligent Transportation System Demonstration delphi source suitable for beginners look at the examples, some need improvement to their bug
NNandAI
- 人工神经网络和人工智能Delphi版语言的源程序(Neural Networks and AI Delphi Sources)。-artificial neural network and artificial intelligence Delphi language version of the source (Neural Netwo Murray and Delphi Sources AI).
twoSample
- delphi语言实现的二次样条拟合离散样本程序-delphi language of the quadratic spline fitting discrete sample program
ART_network
- 这是一个用Delphi写的ART神经网络源码,希望对学习ART神经网络的朋友有帮助-This is a written using Delphi ART neural network source, ART hope that the right learning neural network to help friends
assciationDelphi
- 关联规则算法的实现和表示Delphi源码-association rules and the implementation of the algorithm source said Delphi
delphi编的基本遗传算法.rar
- 遗传算法很流行了,试一试这个程序吧,里面有全部代码和窗体,genetic algorithm very popular, try this procedure it, and they all code and forms
gaReal
- 遗传算法实数编码求解 [Delphi] 效果显著-Real-coded genetic algorithm for solving [Delphi] the effect of significantly
FuzzyClassifier
- A Fuzzy classifier using matlab, c++ and delphi. the source code has merged codes developed by these programming languages to do classification.
NormalBPNet
- 用Delphi实现的标准BP神经网络算法,测试数据以txt文件给出,在文件夹下有。-Delphi to achieve with the standard BP neural network algorithm, the test data to txt file are given in the folder under.
gene
- 基于delphi编写的遗传算法多校区排课系统,是学习遗传算法入门的好代码。本人原创。-Delphi-based genetic algorithm written in multi-campus Course Scheduling System, is a good entry-learning genetic algorithm code. I am original.
SamplePGeneticPAlgorithm
- 遗传算法的示例程序 遗传算法Delphi源代码-Simple genetic algorithm sample program
ABC-Delphi-Codes
- 由Karaboga提出的一种人工智能算法(Delphi版),通过模拟蜜蜂寻找食物的行为的优化方法。它的主要特点是不需要了解问题的特殊信息,只需要对问题进行优劣的比较,通过各人工蜂个体的局部寻优行为,最终在群体中使全局最优值突现出来,有着较快的收敛速度。-The proposed by Karaboga, an artificial intelligence algorithm (Delphi Edition), by simulating the bees to find food behavi
K-means(delphi)
- 数据挖掘K-means聚类算法的delphi实现-Data mining K-means clustering algorithm delphi realized