-
usb转232驱动
usb转232驱动, USB-RS232是通过将电脑的USB口模拟成传统的串行口(USB-RS232 is driven by converting the USB port of a computer into a traditional serial port.)
- 2020-06-25 17:40:02下载
- 积分:1
-
svdsppwm
说明: DSP的PWM波形程序,可用与TI公司的2407等DSP,用于电机控制(DSP PWM waveform procedures can be used with TI's DSP, such as 2407, for motor control)
- 2006-05-10 22:19:01下载
- 积分:1
-
leach_1
leach协议matlab仿真代码,剩余能量及存活结点分布图,代码很全(leach agreement-matlab)
- 2019-02-24 13:11:31下载
- 积分:1
-
spxy
spxy样本挑选(spxy selection of samples)
- 2018-05-27 11:33:00下载
- 积分:1
-
全国大学生数学建模竞赛试题集2002-2009
全国大学生数学建模竞赛试题集2002-2009,数学建模实例(Examples of Mathematical Modeling from 2002 to 2009 in the National Contest of Mathematical Modeling for College Students)
- 2020-06-18 21:40:01下载
- 积分:1
-
广告数据采集卡采集基本界面,可以实现真实
AD 数据采集卡基本的采集界面,可以实现数据实时显示,数据曲线的实时显示-AD data acquisition card collecting basic interface, you can realize real-time data display, data-curve real-time display
- 2022-04-07 08:16:43下载
- 积分:1
-
地理信息系统原理与方法 吴信才
说明: 地理信息系统原理,是一本电子书教材,希望对大家有用(The principle of geographic information system is an e-book teaching material, I hope it is useful to everyone)
- 2020-05-20 21:28:56下载
- 积分: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
-
core_range__target_num
产生LFM信号,多个LFM 并且能够测距,(LFM signal
Can produce multiple dense false targets)
- 2017-12-01 15:53:52下载
- 积分:1
-
水声工具箱使用手册
水声工具箱使用手册,利用BELLHOP模型进行水声计算(Handbook for use of underwater acoustic toolbox)
- 2018-02-09 17:44:04下载
- 积分:1