-
GNew
编译原理——语法分析器。实现读入语句并判断该语句的语法含义,生成相应的类汇编代码(Compiler Construction Principles- parser. Read into the statement to achieve and determine the meaning of the statement syntax to generate the corresponding assembly code class)
- 2009-11-18 14:22:59下载
- 积分:1
-
BPANN
基于BP神经网络的字符识别算法源代码,包括网络仅值训练方法,训练是通
过调用34个字符文件夹,识别率达到99.8 。(BP neural network-based character recognition algorithm source code, including the value of the network only training methods, training is by calling the 34-character file folders, the recognition rate of 99.8 .)
- 2015-01-10 22:59:33下载
- 积分:1
-
登录处理类
梦幻西游登录系统源码实例欢迎大家查看我的源码很高大上的(Fantasy Westward Journey Logon System Source Example Welcome to check my source code is very high.)
- 2020-06-21 08:20:02下载
- 积分:1
-
gaot
tep 1:对遗传算法的运行参数进行赋值。参数包括种群规模、变量个数、交叉概率、变异概
率以及遗传运算的终止进化代数。
Step 2:建立区域描述器。根据轨道交通与常规公交运营协调模型的求解变量的约束条件,设
置变量的取值范围。
Step 3:在Step 2的变量取值范围内,随机产生初始群体,代入适应度函数计算其适应度值。
Step 4:执行比例选择算子进行选择操作。
Step 5:按交叉概率对交叉算子执行交叉操作。
Step 6:按变异概率执行离散变异操作。
Step 7:计算Step 6得到局部最优解中每个个体的适应值,并执行最优个体保存策略。
Step 8:判断是否满足遗传运算的终止进化代数,不满足则返回Step 4,满足则输出运算结果。
其次,运用遗传算法工具箱。(Matlab genetic algorithm toolbox)
- 2020-11-07 15:09:49下载
- 积分:1
-
shellcode
一个实现shellcode的程序,可以弹出MessageBox对话框。(A program used to realize shellcode.)
- 2016-03-31 19:49:22下载
- 积分:1
-
Integer_NSGA-Ⅱ
说明: 对nsga2进行修改,实现整数规划,输出两目标的帕累托前沿(Integer programming with nsga2)
- 2019-03-07 14:26:27下载
- 积分:1
-
irrlicht-1.71引擎 已编译
irrlicht轻量级引擎,入门上手快,具体使用方法可参照网上相关源码并将文件夹中"include"和"bin/对应操作系统版本"文件夹添加到包含文件夹和库文件夹中,同时将程序中引用的相关dll拷贝到项目文件夹下即可使用
- 2022-03-20 20:22:05下载
- 积分:1
-
Expression-evaluation
bo3-1.cpp 顺序栈(存储结构由c3-1.h定义)的基本操作(9个)
algo3-6.cpp 表达式求值(输入、输出和中间结果均只能是0~9)(Bo3-1.cpp order of the stack (storage structure defined by the c3-1.h) basic operations (9)
Algo3-6.cpp expression evaluation (input, output, and intermediate results are only 0 to 9))
- 2014-02-11 18:14:56下载
- 积分:1
-
Delaunay
三维重建中散乱点云数据的常用网格生成算法delaunay三角网格生成算法(delaunay triangular mesh generation algorithm)
- 2016-11-08 18:24:50下载
- 积分:1
-
InterSection
检测空间中直线是否相交(动态)(detect whether linear space intersect (dynamic))
- 2004-12-02 12:16:17下载
- 积分:1