-
weddm
CCDM工具包,用于发射机调制和接收机解调。支持多种调制格式(CCDM toolkit for transmitter modulation and receiver demodulation. Support multiple modulation formats)
- 2021-05-14 05:30:02下载
- 积分:1
-
主板设备检查的 TC 源代码.zip
主板设备检查的 TC 源代码.zip-motherboard equipment checks the source code TC. Zip
- 2022-02-01 11:19:11下载
- 积分:1
-
htyk
E语言编写的远控源代码,里面有两个版本(E Remote Control languages source code, there are two versions)
- 2008-08-10 10:23:21下载
- 积分:1
-
DHTML menu source codes. You can use this file souce codes to create your own me...
DHTML menu source codes. You can use this file souce codes to create your own menus.
- 2023-01-31 09:45:04下载
- 积分: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
-
1.OLED_Ex
说明: OLED显示屏SPI通信初始化,主要是4线SPI通信协议(OLED display SPI communication initialization)
- 2020-04-15 18:50:31下载
- 积分:1
-
201512923-赵永斌
说明: 双容水箱液位控制系统是一种采用先进的控制算法完成对液位的控制的系统, 它在食品加工、原油提炼、化工生产等诸多实用行业中都有广泛使用。本次设计中, 要求设计的超调量小,调节时间短和有自平衡能力等优点。首先要掌握生产工艺和控制流程的基本知识,选择合适的仪表。然后进行系统的设计,明确被控对象,并对系统中每个原件进行模型建立;根据系统要求选择合适的控制方法,对控制器进行参数整定。我们将充分利用计算机技术结合自动控制技术实现对水箱水位的精确控制。(Dual-capacity water tank level control system is a system using advanced control algorithm to complete the control of liquid level, which is widely used in food processing, crude oil refining, chemical production and many other practical industries. In this design, the design requires a small amount of overshoot, short adjustment time and self-balancing ability and other advantages. First of all, we should master the basic knowledge of production process and control process, select the appropriate instrument. Then the system is designed, the controlled objects are identified, and each original in the system is modeled, and the appropriate control method is selected according to the requirements of the system to set the parameters of the controller. We will make full use of computer technology combined with automatic control technology to achieve accurate control of water tank level.)
- 2019-03-21 13:16:16下载
- 积分:1
-
选择最近气象站
从plots文件中读取目标站点信息 从station文件读取气象站点信息 自动匹配距离目标站点最近的气象站名称(Automatically match the closest meteorogical station of subject plot.)
- 2019-04-18 10:59:48下载
- 积分:1
-
用MATLAB实现的RSA。界面友好,可加密任意长度字符串。
用MATLAB实现的RSA。界面友好,可加密任意长度字符串。-MATLAB RSA. Friendly interface, encryption arbitrary length of the string.
- 2023-05-15 07:05:03下载
- 积分:1
-
Windows套接字
一些API函数的使用
Windows套接字
一些API函数的使用-Windows Sockets API functions of some use
- 2022-01-26 00:41:18下载
- 积分:1