-
Simulink_Optimal_Control
说明: 用LQG控制一个四旋翼无人机,参数要调(To control a four rotor UAV with LQG, the parameters should be adjusted)
- 2020-05-12 20:44:38下载
- 积分:1
-
Student achievement management system, can be used for reference!
学生成绩管理系统,C++做的,可作参考!-Student achievement management system, can be used for reference!
- 2022-06-22 00:44:07下载
- 积分:1
-
C# 使用数据库列别名的例子
C# 使用数据库列别名的例子。查询数据库信息,定义了一个方法返回DataTable对象:
private DataTable GetMessage()
{
string P_Str_ConnectionStr = string.Format(//创建数据库连接字符串
@"server=WIN-GI7E47AND9RLS;database=db_TomeTwo;uid=sa;pwd=");
string P_Str_SqlStr = string.Format(//创建SQL查询字符串
@"SELECT 学生姓名 as 姓名,年龄 as 学生年龄,性别 as 学生性别 from tb_Student");
SqlDataAdapter P_SqlDataAdapter = new SqlDataAdapter(//创建数据适配器
P_Str_SqlStr, P_Str_ConnectionStr);
DataTable P_dt = new DataTable();//创建数据表
P_SqlDataAdapter.Fill(P_dt);//填充数据表
return P_dt;//返回数据表
}
- 2022-07-22 20:05:58下载
- 积分:1
-
RenameBodyName
通过宏程序,自定义几何体前缀,批量修改几何体和几何体图形集名称(Rename name of body by macro)
- 2020-06-22 23:20:01下载
- 积分:1
-
Light-field-camera-master
对于光场相机成像系统的模拟以及普通相机二维成像的模拟(Simulation of optical field camera imaging system and Simulation of two dimensional imaging of ordinary camera)
- 2020-12-01 16:19:26下载
- 积分:1
-
b
说明: 003yasuowenjianxingbuxing
- 2019-07-25 12:23:35下载
- 积分:1
-
detection
说明: vehicle detection using hog features
- 2019-05-04 16:56:17下载
- 积分:1
-
compiler "24 points. DSW "documents, the Debug directory will generate...
编译“新二十四点.dsw”文件,在Debug目录下会生成“新二十四点.exe”文件,直接双击该文件,即可运行二十四点程序。-compiler "24 points. DSW "documents, the Debug directory will generate" new 24 points. Exe "document, double-click the file directly, and can run the 24-point procedures.
- 2023-02-11 05:00:03下载
- 积分:1
-
备忘录模式-游戏角色状态01
一个简单的查找无向图最短路径的界面程序,练习用(A simple interface program for finding the shortest path of undirected graph.)
- 2020-06-24 18:00:01下载
- 积分:1
-
一个JSP Lab分页标签例子+代码
一个JSP Lab分页标签例子+代码,主要是几个类的组合应用和后台SQL语句的结合,非常简单易懂,相信对学习JSP分页的有帮助。
- 2022-06-28 04:30:53下载
- 积分:1