-
30天学通C#项目案例开发书中的源码
医院管理系统
30天学通C#项目案例开发书中的源码
医院管理系统-30-day pass C# project case studies developed the source book, Hospital Management System
- 2022-03-25 20:18:18下载
- 积分:1
-
VC
说明: VC与matlab的混合编写程序的COM方法,如何调用COM进行混合编程。(Mixture of VC and matlab programming of COM methods, how to call COM mixed programming.)
- 2010-11-30 13:14:57下载
- 积分:1
-
STM32F10x_StdPeriph_Lib_V3.5.0
STM32库函数v3.5版本的,不是最新的,但是很经典,已经够完善了(The the the STM32 library functions v3.5 version, not the latest, but it is a classic, has been perfected enough)
- 2013-04-10 18:16:03下载
- 积分:1
-
C# 查询数据库时不显示重复记录
C# 查询数据库时不显示重复记录,以查询已销售图书信息为例,演示如果略过重复数据,不显示重复的数据记录。
string P_Str_ConnectionStr = string.Format(//创建数据库连接字符串
@"server=WIN-GI7E47AND9RLS;database=db_TomeTwo;uid=sa;pwd=");
string P_Str_SqlStr = string.Format(//创建SQL查询字符串
"SELECT 书号,条形码,书名,作者,出版社 FROM tb_Book");
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-06-11 17:53:03下载
- 积分:1
-
Array-test
this is a array test code running on windows
- 2015-03-04 14:57:38下载
- 积分:1
-
X-Plane 插件
基于C++开发的X-Plane飞行仿真软件插件,用于驱动视景中飞机的飞行。其中数据接口以及封好,直接使用UDP进行通信发送数据即可。
- 2022-04-06 19:28:29下载
- 积分:1
-
智能温度控制器
当温控开关打开时,若测得环境温度大于设定温度,则继电器吸合
启动电机工作;若测得环境温度小于设定温度,则继电器释放,
电机停止工作;(When the temperature control switch is turned on, if the measured ambient temperature is higher than the set temperature, the relay will suck in.
Start the motor; if the measured ambient temperature is less than the set temperature, the relay will be released.
The motor stopped working.)
- 2019-03-29 11:44:31下载
- 积分:1
-
CAA_V5_For_CATIA_Foundations
CAA开发者可以参考本资料进行CAA二次开发。(CAA developers can refer to this data for the two development of CAA.)
- 2018-02-24 15:40:54下载
- 积分:1
-
xungeng
说明: 用于安防上的巡更管理系统,主要是记录巡更人电的巡查时间。便于进行考核等作用。(for Security Patrol on the management system is mainly records-- were patrolling the inspection time. Facilitate evaluation of function.)
- 2006-03-18 09:26:09下载
- 积分:1
-
storage_examples
cx_3 storage source code with examples
- 2015-04-14 19:18:43下载
- 积分:1