-
Steinway-bright-1.2
STEINWAY GRAND PIANO V1.2 (082800)
LIGHT & BRIGHT VERSION
- 2014-12-27 14:47:53下载
- 积分:1
-
Stepper-motor
基于芯片LPC2132的步进电机控制的基本实验(Chip LPC2132 stepper motor control experiment)
- 2012-12-24 16:01:07下载
- 积分:1
-
variable-speed-Traffic
程序是基于元胞自动机的交通模型,主要是针对单车道、单车变数运动的描述(Program is based on cellular automaton traffic model for the description of the movement of bicycle paths, cycling variables)
- 2012-09-13 11:41: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
-
MSP430F5-10-PMY
msp430f5系列PMA中文资料(根据ti官网翻译)(Msp430f5 series PMA Chinese data (according to the Ti website translation))
- 2013-11-15 19:34:38下载
- 积分:1
-
SI_Prova_ClaudioPereira
sistemas web,baseado em c# aspnet
- 2014-01-31 12:09:24下载
- 积分:1
-
FlashUpdate
msp430实现串口远程升级,基于F149.(msp430 serial remote upgrade, based on F149.)
- 2013-06-18 16:24:08下载
- 积分:1
-
NLXHW2
百叶窗式面板组界面比较酷,大家可以借鉴(Shutter panel interface is cool, you can learn from)
- 2018-12-24 08:20:00下载
- 积分:1
-
c# 简单的借书/还书 示例源码
c# 简单的借书/还书 示例源码
- 2014-03-10下载
- 积分:1
-
PID
针对水轮机调节系统PID参数辨识问题,作者在VC++6.0环境下,使用c语言,编写PID参数参数辨识程序,结果表明,该程序能够辨识出Kp,Ki,Kd三个参数,满足调节系统的误差要求。(Turbine regulating system for PID parameter identification problem, the authors VC++ 6.0 environment, using c language, the preparation of PID parameters of parameter identification procedures, results show that the program can identify Kp, Ki, Kd three parameters to meet conditioning systems error requirements.)
- 2008-07-21 12:13:44下载
- 积分:1