-
头行结构
说明: 实现头行结构,使用lwm,lsc 来实现(Implement header structure, using lwm, LSC to achieve)
- 2020-06-21 01:20:08下载
- 积分:1
-
temperature_sampling_source_code_base_on_DS18B20
基于DS18B20的温度采样原程序(C),编译通过,很好...
temperature_sampling_source_code_base_on_DS18B20
基于DS18B20的温度采样原程序(C),编译通过,很好用,大家-temperature_sampling_source_code_bas e_on_DS18B20 based on the temperature DS18B20 original sampling procedures (C), compile, useful, we look at
- 2022-03-26 09:24:16下载
- 积分: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维数组
应用背景本代码实现基本的Java编程的任务 ; ; ; ;关键技术Java,阵列,应用,一个层面,一个层面,一个层面,阵列
- 2023-02-28 06:40:03下载
- 积分:1
-
Alarm
说明: alarm project IOT based using C
- 2019-02-09 13:28:24下载
- 积分:1
-
传智书城
说明: 传智书城网络书城源代码,适合新手下载学习。用户登录,注册,商品的添加删除以及后台的管理程序(Chuanzhi Bookstore Online Bookstore Source Code, suitable for beginners to download and learn. User login, registration, merchandise addition and deletion, and background management procedures)
- 2020-06-29 14:00:02下载
- 积分:1
-
本程序是在Ti的dm642上通过PCI和主机通信的测试程序
本程序是在Ti的dm642上通过PCI和主机通信的测试程序-is in the process of Ti dm642 adopted PCI and host communications testing procedures
- 2022-07-10 05:23:27下载
- 积分:1
-
heat model
说明: fluent用移动高斯热源程序,在fluent中仿真模拟激光束热源的移动过程(Moving Gauss heat source program for fluent.Simulation of moving process of laser beam heat source in fluent)
- 2020-07-09 16:42:30下载
- 积分:1
-
renju
说明: 五子棋游戏。利用人工智能算法,基于VC++平台。单机游戏,( The use of artificial intelligence algorithms, based on VC++ platform. Stand-alone game,)
- 2010-03-19 22:30:03下载
- 积分:1
-
重载==运算的例子
重载==运算的例子-example ==
- 2022-03-15 08:50:05下载
- 积分:1