搜索资源列表
IsomapR1
- 基于测地距离不变性的非线性降维算法源码,原文发表在2000年的Science杂志上,需要了解具体原理者请先看其论文。-based on geodesic distance invariance of nonlinear reduced dimension algorithm source code, the text published in 2000 in Science magazine, the need to understand the specific tenets who can
AprioriAlgorithm
- 在使用时,请先在“控制面板/管理工具/数据源ODBC”中配置数据源,名称为“TRANSACTION”,数据库在 Apriori 文件夹下。-when used, the post "Control Panel / management tools / ODBC data source," the source of configuration data, known as "TRANSACTION", the database Apriori folder
postOffice
- 这是一个关于post office的问题,代码不多,但是独到.-This is a post office on the issue, code small, but unique.
CVRP-N
- 采用微粒群(粒子群/PSO)算法求解CVRP“车辆路径问题”的代码,对于中小规模算例能有很快的速度,对于大规模问题则效率偏低。文件包内附国际常用算例十余个。如有任何疑问,可以到http://2shi.phphubei.com.cn/index.php发帖咨询。-Using particle swarm (PSO/PSO) algorithm CVRP " vehicle routing problem," the code, for example small and me
CVRP-N
- 采用微粒群(粒子群/PSO)算法求解CVRP“车辆路径问题”的代码,对于中小规模算例能有很快的速度,对于大规模问题则效率偏低。文件包内附国际常用算例十余个。如有任何疑问,可以到http://2shi.phphubei.com.cn/index.php发帖咨询。-Using particle swarm (PSO/PSO) algorithm CVRP " vehicle routing problem," the code, for example small and me
DGPSO.rar
- 用于求解约束优化问题的算法,算法为差分进化/遗传算法/微粒群算法的融合。对于“[7] T. P. Runarsson and X. Yao, Stochastic ranking for constrained evolutionary optimization, IEEE Trans. Evol. Comput., vol. 4, no. 3, pp. 284-294, Sep. 2000”中给出的13个标准测试函数,均能得到问题最优解。如有任何疑问,请于http://2shi.phphube
post-office-(fenzhisuanfa)
- post office 邮局选址问题 分治算法,能运行,我已经调好的-post office post office location problem Divide and Conquer Algorithm, can run, I have a good tune
psoprogramme
- C语言编程常见问题解答 这个帖子将不断扩充、更新 罗列大部分C语言编程的常见问题 希望各位观众支持帮助 毕竟一人之力太有限-C Programming Language FAQ This post will continue to expand and update list of most of C language programming frequently asked questions to help support the hope that the
hanlo
- 如图所示放置3根柱子,其中一根从上往下按由小到大顺序串有若干个圆盘,要求通过3根柱子移动圆盘。若规定每次只能移动1片,且不许大盘放在小盘之上,最后要将圆盘从一根柱子移动到另一根柱子上。-Placed as shown in Figure 3 columns, in which a top-down according to the order from small to big series there are a number of disc, called for the adoption
Teachingpso
- PSO算法,老师上课给的例题,虽然他的研究生编程编的有点不那么简洁,但指导一下还是可以的-PSO algorithm, the sample questions to the class teacher, although his post-graduate program made a bit less concise, but still be able to tell the
ACOTSP.V1.0
- 《蚁群优化》书本的源代码~ 该书是蚁群优化创始人DM的著作,是蚁群算法的最最权威的著作,该代码也是最最权威的蚁群算法的代码~ 对研究蚁群算法的研究生或者博士生特别有用~-" Ant Colony Optimization," the book' s source code-book is the founder of Ant Colony Optimization DM works, ant colony algorithm is the most authoritati
GPSOtsp
- 采用遗传微粒群算法(GPSO)求解旅行商问题(TSP)的源代码。内附多个算例,本算法对于中小规模问题求解效率很高,对于大规模问题则效率略低。如有任何疑问,请于http://2shi.phphubei.com.cn/index.php发帖询问。-Genetic Particle Swarm Optimization (GPSO) for Traveling Salesman Problem (TSP) of the source code. Containing a number of examp
n-puzzle
- n-puzzle (8-puzzle, 15-puzzle, 24-puzzle) solution using A* algorithm. i have used 2 pass for reducing memory consumption by half. i will post it also on my blog http://rooparam.blogspot.com-n-puzzle (8-puzzle, 15-puzzle, 24-puzzle) solution using A*
particle
- 代码来自2008年数学建模东北赛区B题,原题描述http://www.ivanblog.cn/post/18.html 思想是用粒子群算法来实现相关问题的求解,编程语言是C++。-Mathematical modeling code from the 2008 Northeast Division B title, original title describes http://www.ivanblog.cn/post/18.html thinking is to achieve parti
48TSP
- 48个城市的TSP遗传算法,开发环境C++,计算结果再结合matlab进行后处理显示-48 cities in the TSP algorithm, development environment, C++, matlab results combined with post-processing display
GA
- 这是一本关于遗传算法的经典书籍《遗传算法原理及应用》,内容通俗易懂,适合初学者,后用附有GA的源代码。-This is a classic book on genetic algorithms, " Genetic Algorithms and Applications" , the content easy to understand for beginners, post the source code to use with GA.
guzhangzhuanjiaxitong
- 故障诊断专家系统是将人类在故障诊断方面的多位 专家具有的知识、 经验、 推理、 技能综合后编制成的大型计 算机程序, 它可以利用计算机系统帮助人们分析解决只能 用语言描述、 思维推理的复杂问题, 扩展计算机系统原有 的工作范围使计算机系统有了思维能力, 能够与决策者进 行 “对话” , 并应用推理方式提供决策建议, 专家系统在故 障诊断领域的应用非常广泛, 故障检测与诊断技术与专家 系统相结合, 使工程的安全性与可靠性得到保证。-Fault diagnosis exp
RoboCup
- 文章从功能分析、结构设计、软件实现三个层面,逐步求精的设计实现混合的Agent体系结构,规划各模块的功能和接口,并解决Agent与Server的同步问题。 介绍底层通信器、感知器、执行器的实现。 第五章使用类图设计世界模型的结构,设计更新算法融入各种感知信息和动作 预测,依据基本信息推导出一些球场状况判断函数为高层决策所用。 介绍了建立四层动作模型,采用解析计算法实现多种个人技术动作,如跑位、 截球、传球、带球、射门、守门等。-Articles from functional
BBS
- 用C语言编写一个BBS发贴机器人bbsrobot.c。编译程序命令如下: gcc bbsrobot.c -o bbsrobot 运行效果就不贴出来的,可能涉及某些网站的安全吧-A post system, with the c language. If GET/POST、Host、User-Agent、Accept、Accept-Language、Accept-Encoding、Accept-Charset…… ,use google to translate.
DainamiteSrc2009-08-19
- 基于java的robocup2d仿真机器人足球队伍的完整源代码,其中的跑位和传球值得参考。-The robocup2d java-based simulation robot soccer team full source code, which the post moves and passing a good reference.