-
yichuanyingyong
本篇论文是城市单交叉路口交通流实时遗传算法优化控制(This thesis is a real-time genetic algorithm optimization of urban single intersection traffic flow control)
- 2012-09-10 11:26:43下载
- 积分:1
-
lvxingshang
一个经典的旅行商问题源码,不是最优解,只是一种 思路(A classic traveling salesman problem source is not the optimal solution, just a thought)
- 2012-11-09 01:33:02下载
- 积分:1
-
C-Matlab-combine-book
这本书适用于对于C++和Matlab均有一定了解的基础上进行阅读。很好的将两种语言联系在了一起。(This book is applicable to the C++ and Matlab have a certain understanding on the basis of reading. Very good in both languages will be linked together.)
- 2009-02-28 18:33:22下载
- 积分:1
-
TBMD
Tight binding molecular simulation
- 2010-01-19 16:54:51下载
- 积分:1
-
DMX512控制器程序,实测能用,给有学习需要的人
DMX512控制器程序,实测能用,给有学习需要的人
- 2022-05-30 03:04:50下载
- 积分:1
-
C# 创建SQL RAND()随机数查询数据库
C# 随机读取数据库中几条记录,使用了SQL语句中的RAND()来实现随机查询,根据生成的随机数查询记录,最终将查询的数据返回到DataTable对象中显示出来,实现本随机查询的核心代码如下示:
string P_Str_ConnectionStr = string.Format(//创建数据库连接字符串
@"server=WIN-GI7E47AND9RLS;database=db_TomeTwo;uid=sa;pwd=");
string P_Str_SqlStr = string.Format(//创建SQL查询字符串
"SELECT * FROM tb_Student WHERE 学生编号=22050110+FLOOR(RAND()*10)");//创建了随机查询
SqlDataAdapter P_SqlDataAdapter = new SqlDataAdapter(//创建数据适配器
P_Str_SqlStr, P_Str_ConnectionStr);
DataTable P_dt = new DataTable();//创建数据表
P_SqlDataAdapter.Fill(P_dt);//填充数据表
return P_dt;//返回数据表
- 2023-08-22 05:10:03下载
- 积分:1
-
IPAL-master
说明: IPAL EthernetIP即 工业以太网IP协议 , 是由罗克韦尔自动化公司开发的工业以太网通讯协定.这个脚本是 EthernetIP 的 C# 实现.(Ipal Ethernet IP is the industrial Ethernet protocol developed by Rockwell Automation Company. This script is the C# implementation of Ethernet IP)
- 2020-06-02 17:55:29下载
- 积分:1
-
speedhack
knight online mmorpg - speedhack source for an earlier version of the game.
- 2014-03-19 05:19:46下载
- 积分:1
-
GJB438B
国军标的软件开发规范,基本涵盖,希望对进行软件认证的文稿编写者有用(Guojun underlying software development specifications, covering, we want to be useful for software certification document writers)
- 2013-08-07 12:23:08下载
- 积分:1
-
Matlab code for multi-agent formation control
说明: 包涵一阶,二阶多智能体一致性,包涵对车辆的编队的算法仿真,最后仿真实现小车位置和速度的一致性。还包含带领导和时滞系统时的matlab仿真m文件(Multi-Agent Control Algorithms)
- 2019-04-22 19:32:22下载
- 积分:1