-
2
说明: 发音程序,简单的轰鸣器发音,要的快下~~~~~~~~~~~
- 2009-10-30 09:15:52下载
- 积分:1
-
This a project that helps in probing about system resources while a function is...
This a project that helps in probing about system resources while a function is executed.-This is a project that helps in probing about system resources while a function is executed.
- 2022-03-17 21:41:33下载
- 积分: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 年龄 AS 信息 FROM tb_Student UNION SELECT 总分 FROM tb_grade UNION SELECT 课程编号 FROM tb_course ORDER BY 信息 ASC");
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-05-06 02:20:47下载
- 积分:1
-
texture_code_and_thesis
4个收集的vc,matlab纹理检测,纹理分割代码和数篇IEEE纹理分割,纹理缺陷检测论文(Number of Posts IEEE texture segmentation, texture defect detection papers and four personal collection vc, matlab code texture segmentation)
- 2010-07-01 16:20:53下载
- 积分:1
-
20-DEMO-使用两路PCA模拟一个全双工串口
说明: STC51单片机使用两路PCA模拟一个全双工串口(STC51 MCU uses two PCA to simulate a full duplex serial port)
- 2020-03-20 09:05:15下载
- 积分:1
-
How-to-Generate-CPP-Class-Template-Definitions
How to Generate C++ Class Template Definitions
- 2014-10-01 05:38:56下载
- 积分:1
-
dsa
通通过DSA算法的C编程说明加密算法的运用(Pass through the DSA algorithm in C programming note the use of encryption algorithms)
- 2011-09-19 15:24:22下载
- 积分:1
-
BBEZZIER_SURRe
贝塞尔曲面显示出来程序源码,里面包含非常常多子程序源码,希望对您有用 可直接使用。
(Bezier surface display program source code, which contains very often subroutine source code, I hope you can be used directly.)
- 2012-07-10 17:10:25下载
- 积分:1
-
F28335-SVPWM
F28335 SVPWM代码,用于永磁同步电机和无刷直流电机控制(F28335 SVPWM code)
- 2015-01-21 12:44:04下载
- 积分:1
-
This is a written in c#, for the employee management system of internal staff in...
这是一个用C#写的员工管理系统,用于公司内部的员工信息记录。-This is a written in c#, for the employee management system of internal staff information records.
- 2022-08-09 22:45:21下载
- 积分:1