资源列表
artificial
- 介绍了机器博弈的基本理论和机器博弈系统的一般构成,-Describes the general constitute the basic theory and game machine game machine system,
DoubleArrayTrie
- 双数组Trie树,参考了那篇名为《An Efficient Implementation of Trie Structures》的论文,实现了简单的字符串匹配-Dual Array Trie tree, a reference that piece titled " An Efficient Implementation of Trie Structures" papers, to achieve a simple string match
NSGA-II
- 针对现有改进和声搜索算法(IHS) 的不足,提出一种自适应和声粒子群搜索算法(AHSPSO).-For the purpose of avoiding the disadvantage of improved harmony search (IHS) algorithm, an adaptive harmony search-particle swarm optimization (AHSPSO) algorithm is presented.
labview
- 本系统由主对话框模块、系统配置模块、仿真算法模块、曲线输出模块等四大模块组成。 主对话框模块:VC++设计界面的优越性更体现在其对话框的设计,所以本程序选择基于对话框的Windows程序(MFC微软基础类风格)。由于VC++6.0提供了大量的控件,用户只需用鼠标将需要的控件拖到用户区的位置即可。 属性表模块:设置了对个对象的属性,每个属性页对应一个对话框,所以设计了四个属性页:CPageDHL、CPageCJ、CPageQK、CPageSmith,这四个属性页类分别对应:单回路控制、串级
Description-of-MSS-Vessel-Models
- An overview of the marine systems simulator MSS_a Simulink toolbox for marine control systems
scatterbar
- 实现对于散点数据的三维柱状图出图,在散点的基础上,给定相应的尺寸大小,采用plot3生成三维柱状图-Achieve a three-dimensional bar graph showing the scatter of data, on the basis of scatter, given the appropriate size, three-dimensional histogram is generated using plot3
Prim
- 输入任意的一个网,用普里姆(Prim)算法构造最小生成树。-Enter any of a network, with Prim (Prim) minimum spanning tree algorithm.
maze
- 数据结构编写迷宫问题,利用入栈,出栈,队等知识,编写调试运行-Data structure of the maze problem, the use of the stack, the stack, teams knowledge, the preparation of commissioning
BigInt
- 大整数类(支持负数) 重载了类之间,与int类型,与string类型的+,-,*,/,+=,++,--,-=,*=,/=, =, ,>>, <<,<<=,>>=,>,<,<=,>=,==,=,以及乘方^,^=运算,以及输入输出流>>,<<运算符 -Integer type (support negative) between overloaded classes, and int type,+
Numberical-heat-transfer
- 数值传热学两个计算例子,附源代码,非常实用厉害-Numerical calculation of heat transfer two examples with source code, very useful powerful
Readaws
- 1 批处理-首先要list要处理的文件(*.0000)到ascii文件中,在*aws_nl中填写好输入和输出路径(包含文件路径和经纬度文件路径),适合所有的micaps资料 2 读取MICAPS第一类数据格式 3 输出任何时间、区域(需要改区域详细的经纬度资料--很难哦)-READ MICAPS Diamond 1 DATA with fortran
design
- 内容: 处于不同目的的旅客对交通工具有不同的要求。例如,因公出差的旅客希望在旅途中的时间尽可能短,出门旅游的旅客则期望旅费尽可能省,而老年旅客则要求中转次数最少。编制一个全国城市间的交通咨询程序,为旅客提供两种或三种最优决策的交通咨询。 要求: 1.提供对城市信息进行编辑(如:添加或删除)的功能。 2.城市之间有两种交通工具:火车和飞机。提供对列车时刻表和飞机航班进行编辑(增设或删除)的功能; 3.提供两种最优决策:最快到达或最省钱到达。全程只考虑一种交通工具。 4.旅途