搜索资源列表
BP-RBF算法
- BP,RBF算法,用VC实现,一个很好的毕业设计-BP, RBF algorithm, with VC, a good design graduates
多种分词方法
- 含有多个分词算法。毕业设计的时候获得的,希望对大家在汉字处理中能用的到。 ICTCLAS算法,中科院,对名字识别能力很强。VC开发。 CSharp分词,向前匹配加向后最大匹配,C#开发,容易扩展。 小叮咚分词,由后向前最大匹配,C#开发。 xerdoc分词,基于ICTCLAS的Java版本分词。 文本分词词典,分词的词典,可以提供分词数据源。-containing more than Segmentation. Graduation was the time of hope
GP_VC
- 遗传规划算法的VC程序实现 智能算法:遗传规划,即关于GP的VC代码程序,在项目文件中包含了GP的程序设计代码和经典问题求解程序。可以参考该程序进行遗传规划的程序设计工作,用于自己的毕业设计中。-genetic programming algorithm for the VC program Intelligent Algorithm : genetic programming, on the VC GP code procedures, the project document conta
845
- 遗传算法 要下载的找我啊!1这是我毕业设计时用到的-genetic algorithm to download approached me ah! This is a graduation I use the design
OFDM系统中ACE算法的仿真
- 本程序包含了用于OFDM中降低PAPR的ACE算法的仿真,所使用的ACE算法包括常规ACE、改进ACE、ACE-SGP以及帧交织ACE。是我毕业设计的所做的内容。
timetable-csharp
- c#/CSharp 遗传算法高校排课系统的源代码,这是我哥哥做的本科毕业设计,很不错的哦-c#/CSharp University Course Scheduling System genetic algorithm source code, which I did graduate design, very good oh ~ ~
code1
- 毕业设计:基于MATLAB的图像复原算法研究的源代码-Graduation: MATLAB-based image restoration algorithm source code
GA-FOR-VRP
- 毕业设计所用的用C++编写的遗传算法求解组合优化问题。-Graduation design used by C++ Prepared Genetic Algorithm for Solving Combinatorial Optimization Problems.
GA
- 毕业设计_基于遗传算法的曲轴优化设计研究-GA
DCTofEZW
- 基于DCT的小波变换EZW压缩算法以及毕业设计论文-DCT-based compression algorithms EZW wavelet transform, as well as graduate design thesis
Graduationproject
- 用PSO算法优化神经网络,全面,并且有数据,这是我的毕业设计,得到了老师的认可,希望得到大家的认可。-PSO algorithm used to optimize neural network, comprehensive, and there is data, this is my graduation project, approved by the teachers hope that it will be recognized by everyone.
knapback
- 背包问题的最优并行算法,毕业设计,利用分治策略-Knapsack problem of the optimal parallel algorithm, graduation design, the use of sub-rule strategy
juzhenjisuanbingxingsuanfa
- 矩阵计算的并行算法实现,优秀的毕业设计论文-Matrix of parallel computing algorithms, excellent graduate design thesis
GA
- 包含各种遗传算法的论文,详细讲述了遗传算法的思想和算法,也提供了各种改进的技术,是毕业设计和开发的最佳的参考资料。-The paper contains a variety of genetic algorithm, genetic algorithm described in detail the ideas and algorithms, but also offers a range of improved technologies, is the best graduate design
wuziqi
- 毕业设计(包括算法、源代码、论文) 李马 2005年6月21日于中北大学-Graduation (including algorithms, source code, paper)
Immune-KTSp
- 用免疫算法求解的k-tsp问题,一个优秀毕业设计-immune for k-tsp
aes算法的加密解密
- 快毕业了,最后一个课程设计,《基于Windows Socket的安全通信》,内容就是基于AES加密的SOCKET通信,貌似挺简单,不过要用VC++6.0开发,C++我确实没有任何代码经验,虽然不是强制性,但由于机房里各种纠结,只能用它了
基于matlab多种群粒子群算法求解多目标优化问题
- 本代码主要是matlab源代码,介绍了一种通多种群粒子群算法求解多目标优化问题,这是本人毕业设计的内容,源代码附有相关说明,且运行没有问题,大家可以参考(This code is mainly matlab source code, introduced a variety of particle swarm optimization algorithm to solve multi-objective optimization problem, this is my graduation pr
genetic
- 遗传算法是一种全局最优化算法,是运用了进化论优胜劣汰原理的随机化搜索方法。 前些日子,在进行毕业设计的相关研究中,我接触到了遗传算法,用其对一个五元非线性函数进行最优化搜索。仿真平台使用的是matlab,主要使用的是谢菲尔德大学的matlab遗传算法工具箱。(Genetic algorithm is a global optimization algorithm, is the use of evolution theory of survival of the fittest randomi
chapter11
- 作为遗传算法解决车间调度问题(单目标柔性)的入门Matlab程序,来源:Maltab智能算法30个案例分析第11章:基于多层编码遗传算法的车间调度算法。(As the genetic algorithm to solve the shop scheduling problem (single objective flexible) introduction to Matlab procedures, source: Maltab intelligent algorithm analysis ch