-
实现对INI文件的读写
实现对INI文件的读写-realization of the right to read and write INI file
- 2022-01-22 01:47:33下载
- 积分:1
-
Library Advisory graphics model ppt, inside has a number of documents prepared b...
咨询图形样板库ppt,里边有多个编写交流文档图形实例,非常实用。-Library Advisory graphics model ppt, inside has a number of documents prepared by the exchange of graphic examples, very useful.
- 2022-05-07 19:35:50下载
- 积分:1
-
C# 利用HAVING子句过滤分组数据
C# 利用HAVING子句过滤分组数据,用于查询平均年龄大于22岁的学院学生的数量,在平时的应用中,这是很实用的一个数据库查询技巧。
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_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-04-10 01:41:39下载
- 积分:1
-
电力自动化产品中遥测量采集的电路图,包括PT、CT的变换及采集...
电力自动化产品中遥测量采集的电路图,包括PT、CT的变换及采集-power automation products distance measurement circuit diagram of the acquisition, including the PT, and the transformation of CT Acquisition
- 2022-01-25 16:42:14下载
- 积分:1
-
C wrote a small academic management system for others to write a curriculum desi...
用C写的一个小教务管理系统为别人写的一个课程设计-C wrote a small academic management system for others to write a curriculum design
- 2022-01-28 00:47:28下载
- 积分:1
-
ROM
基于ROM的正弦波发生器的设计:使用MATLAB得到这64个波形数据,将这些存数据写入一个ROM中。再输入时钟,每个上升沿依次读取一个波形数据-ROM-based sine wave generator of the design: the use of MATLAB to obtain waveform data 64, to write the data in a ROM. Re-enter the clock, each rising edge followed by a read waveform data
- 2022-08-02 13:52:10下载
- 积分:1
-
ADO address book management, is a VC+ access through the ADO connection, the dat...
ADO通讯录管理,是一个VC+access 通过ADO连接,操作数据库.-ADO address book management, is a VC+ access through the ADO connection, the database operation.
- 2022-07-10 15:01:38下载
- 积分:1
-
简单的活动目录和LDAP的应用
simple active directory and LDAP utils
- 2023-07-27 07:15:03下载
- 积分:1
-
理论考试程序,可以自由下载,学习,请多多指点,批评
理论考试程序,可以自由下载,学习,请多多指点,批评-Theoretical examination procedures, are free to download, study, please advice, criticism
- 2023-02-11 02:20:04下载
- 积分:1
-
包含TAB界面的微信分答小程序源码
一个包含TAB界面的微信分答小程序源码,已实现了界面中的事件处理函数、滑动切换tab、点击tab切换、点击悬赏、顶部切换等。功能方面,主要实现了以下五大模块:公共服务、限免模块、收听模块、找人模块和“我的”模块,貌似在最新的微信开发工具中,还有些需要调试,个别地方报错哦。
- 2023-02-18 22:15:04下载
- 积分:1