-
BDE引擎错误代码,用于编程时查找错误类别便于处理
BDE引擎错误代码,用于编程时查找错误类别便于处理-BDE engine error code, the search for programming the wrong type of easy handling
- 2022-02-01 13:31:17下载
- 积分:1
-
lisanPIDcontroller
离散PID控制器的MATLAB/simulink仿真。(MATLAB/simulink simulation of discrete PID controller.)
- 2013-12-10 11:12:07下载
- 积分:1
-
zhuanhuandaxiaoxiezifu
上载失败04,关闭上载失败04,关闭窗口窗口(Upload failed 04, 04 off the upload fails, close the window, the window)
- 2010-10-14 20:42:44下载
- 积分:1
-
Visual C# 查询指定时间间隔的数据
Visual C# 查询指定时间间隔的数据,根据学生出生年月查询学生年龄,代码如下:
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 学生姓名,出生年月 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-03-02 08:45:17下载
- 积分:1
-
tixing
在matlab中用复合梯形方法求二重积分(Seeking a double integral in matlab using the composite trapezoidal method)
- 2012-04-20 01:00:15下载
- 积分:1
-
HX8352B
HX8352B驱动程序 如何驱动,命令方式的,adsjd打开
安家费(HX8352B source ge inflsd)
- 2013-04-25 21:34:24下载
- 积分:1
-
ueler
自己写的matlab小程序,改进了下euler。可以参考下(Their own small programs written in matlab to improve the next euler. Can refer to)
- 2011-09-27 10:16:47下载
- 积分:1
-
ai-control
电液伺服系统的智能控制研究.kdh,优秀硕士论文(Electro-hydraulic Servo System Intelligent Control. Kdh, outstanding master' s thesis)
- 2009-02-12 16:05:40下载
- 积分:1
-
DisruptionExperiment
说明: LPC2131 实现中断相关实验,proteus里面实现(Disruption experiment)
- 2009-07-26 10:07:00下载
- 积分:1
-
NSGA2-dynamic
说明: 多目标优化进化算法目前公认效果收敛性最好的算法NSGA2c++源码,具有一般性,可在此基础上继续改进,对实现其他多目标优化算法很有帮助.(Multi-objective optimization evolutionary algorithm is currently the best recognized effect of convergence of the algorithm NSGA2c++ Source, with the general, could be on this basis to continue to improve the achievement of other multi-objective optimization algorithm helpful.)
- 2008-11-12 10:04:30下载
- 积分:1