-
整有效。中间四个字节分别代表设备的地址、指令类型、指令参数1(OPT1)和指令参数2(OPT2)。设备在对这四个字节的内容进行译码后执行相应的操作...
整有效。中间四个字节分别代表设备的地址、指令类型、指令参数1(OPT1)和指令参数2(OPT2)。设备在对这四个字节的内容进行译码后执行相应的操作
- 2022-06-19 00:23:34下载
- 积分:1
-
一个免费的网站asp程序,可以进行有效的后台管理。
一个免费的网站asp程序,可以进行有效的后台管理。-a free Web site asp procedures, the background for effective management.
- 2022-02-25 01:07:19下载
- 积分:1
-
串口程序 可以接受串口数据并进行数据处理和显示 是一个不错的数据终端...
串口程序 可以接受串口数据并进行数据处理和显示 是一个不错的数据终端-Serial procedures can accept serial data and data processing and display is a good data terminal
- 2023-06-02 21:45:03下载
- 积分:1
-
LabWindows/CVI 自动化服务器
LabWindows/CVI 自动化服务器演示(LabWindows/CVI Automation Server Demo)
- 2013-06-04 08:56:40下载
- 积分:1
-
Linux
说明: 本书介绍Linux操作系统的基本知识、以及在Linux和其他UNIX风格的操作系统上进行程序开发。本书的主要内容包括:Linux的入门知识、使用Shell进行程序设计,Linux的管理及开发工具。Perl程序设计语言,Web程序设计(This book introduce basic knowledge of Linux operating system, as well as Linux and other UNIX-style operating systems for program development. The main contents of this book include: Linux entry knowledge, using the Shell to carry out programming, Linux administration and development tools. Perl programming language, Web Programming)
- 2008-09-03 10:50:15下载
- 积分:1
-
基于二次型性能指标的单神经元pid控制程序,用matlab实现,调试已通过。...
基于二次型性能指标的单神经元pid控制程序,用matlab实现,调试已通过。-based on quadratic performance indicators single neuron pid control procedures, using Matlab realized, Debugging has passed.
- 2022-09-22 19:55:02下载
- 积分:1
-
ASK调制解调
说明: matlab实现ASK数字调制,文档包括ASK调制的两种方法,一种通过IQ调制实现,另外直接进行复数调制,还包含滤波函数。(Realization of ask digital modulation with MATLAB)
- 2020-08-16 22:48:24下载
- 积分:1
-
新建文件夹
说明: 模型预测控制求解 思路机械,包括双移线、蛇形等相关工况(Model predictive control solution thinking machine, including double shift line, serpentine and other related working conditions)
- 2021-04-08 15:09:00下载
- 积分: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
-
采用 c# 编写的模仿 FC 上 "吃豆" 的小游戏, 同时实现了 GDI+ 和 DDraw 两套呈现引擎的即时切换. debug/release 中包含了运行...
采用 c# 编写的模仿 FC 上 "吃豆" 的小游戏, 同时实现了 GDI+ 和 DDraw 两套呈现引擎的即时切换. debug/release 中包含了运行时所需的声音和图片文件.-used to imitate FC prepared "to eat beans" of the game, Simultaneously DDraw and the GDI engine has two immediate handoff. debug/release China includes a run-time required for the voice and image files.
- 2023-04-03 00:35:04下载
- 积分:1