-
1602显示程序,更直观,更明了。1602的各步操作都有详尽的注释,并且已通过我的验证。...
1602显示程序,更直观,更明了。1602的各步操作都有详尽的注释,并且已通过我的验证。-1602 display program, more intuitive, more straightforward. 1602 of the step-by-step detailed annotations, and have passed my test.
- 2022-02-20 05:58:22下载
- 积分:1
-
范型与STL的书的源码. Generic Programming and the STL code
范型与STL的书的源码. Generic Programming and the STL code-Fan-type and the source code for STL book. Generic Programming and the STL code
- 2022-05-20 09:57:55下载
- 积分:1
-
对微机系统的串行口内环测试
编写程序对微机系统的串行口进行自发自收内环测试,从键盘键入发送数据,屏幕显示接收数据。这是用未来汇编程序编写的关于微型计算机的程序,是我上学时所写的一份实验报告。(The program is programmed to automatically test the serial port of the microcomputer system, input data from the keyboard, and receive data on the screen. This is a microcomputer program written in the future assembler. It is an experiment report written by me when I was at school.)
- 2020-06-30 00:40:01下载
- 积分:1
-
jtag 的pcb图,想要的朋友有福了。
jtag 的pcb图,想要的朋友有福了。-JTAG pcb the map, you want a friend blessed.
- 2022-05-29 14:14:46下载
- 积分: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
-
Delphi ShellExecuteHook 源码示例
Delphi ShellExecuteHook 源码示例,添加Url执行挂钩,释放资源到文件,定位资源,锁定内存,建立文件,写入文件,添加Hook,URL 执行挂钩 作者:By 麻子。
- 2023-09-02 06:30:04下载
- 积分:1
-
common static page generation system (Engineer) v. 1
通用静态页面生成系统(Engineer) v.1-common static page generation system (Engineer) v. 1
- 2022-06-28 15:51:08下载
- 积分:1
-
mpc-m file
说明: mpc算法,模型预测控制,主要用于无人驾驶车辆的路径追踪,比起pid实时性更好。(mpc algorithm Algorithm, model predictive control, mainly used for path tracking of unmanned vehicles, better than pid real-time.)
- 2021-01-10 01:48:51下载
- 积分:1
-
This data set contains WWW
This data set contains WWW-pages collected from computer science departments of various universities in January 1997 by the World Wide Knowledge Base (Web->Kb) project of the CMU text learning group. The 8,282 pages were manually classified into the following categories:
student (1641)
faculty (1124)
staff (137)
department (182)
course (930)
project (504)
other (3764) -This data set contains WWW-page collecte d from computer science departments of various universities in January 1997 by the World Wide K nowledge Base (Web-
- 2022-03-18 12:49:59下载
- 积分:1
-
java电商源代码
ssm框架做的电商系统,适合中级水平的人员学习参考(The e-commerce system made by the SSM framework)
- 2020-08-28 22:08:12下载
- 积分:1