-
CH372TEST
说明: 这是USB接口芯片CH372上位机和下位机的测试程序(This is a USB interface USB Chip CH372 PC and the next crew of the test procedure)
- 2006-05-08 17:41:48下载
- 积分:1
-
一元稀疏多项式计算器,2。用户首先在一个信息提示:。
一元稀疏多项式计算器,2. 用户在首先在第一个提示信息的提示下选择是1.一元多项式加法 2.一元多项式减法 3.退出,当用户选择1.一元多项式加法,系统会提示您输入两个多项式信息,然后计算两个多项式的和并输出结果多项式。当用户选择2.一元多项式减法,系统会提示您输入两个多项式信息,然后计算两个多项式的差并输出结果多项式。当用户选择退出,则退回dos-one yuan sparse polynomial calculator, 2. Users first in a message prompted by a choice. One yuan polynomial Adder 2. One yuan polynomial subtraction 3. From that when users choose one. One yuan polynomial addition, the system will prompt you to the importation of two polynomials information, and then calculate the two polynomials and guitar and output fruit polynomial. When users choose two. One yuan polynomial subtraction, the system will prompt you to the importation of two polynomials information, and then calculated the difference between the two polynomials and output polynomial. When users choose to withdraw, then returned to dos
- 2022-02-04 16:20:13下载
- 积分:1
-
C# SQL语句查询指定区间内的数据库内容
C# 查询数据库信息,具体到本例中,是查询第10到第20名的数据,这在平时的数据库运用中,十分实用,比如查询指定区间内的成绩、销售业绩等,将查询出的数据给予一定的等级,本程序查询到的数据将返回DataTable对象:
string P_Str_ConnectionStr = string.Format(//创建数据库连接字符串
@"server=WIN-GI7E47AND9RLS;database=db_TomeTwo;uid=sa;pwd=");
string P_Str_SqlStr = string.Format(//创建SQL查询字符串
@"SELECT TOP 10 * FROM (SELECT TOP 20 * FROM tb_Grade ORDER BY 总分 DESC) AS st 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-11-06 22:25:03下载
- 积分:1
-
4152.CCS使用指南
CCSv User Guide Installation CCS Development Environment Settings
- 2020-06-17 02:40:01下载
- 积分:1
-
c#实现播放器
本资源用c#实现了一个播放器,界面美观,功能强大。并且实现了贴边效果。
- 2023-05-04 02:50:03下载
- 积分:1
-
Basic-Feature-Examples
basic feature example for vxWork, good example to start. include POSIX and vxwork library call.
- 2007-12-12 04:52:58下载
- 积分:1
-
c++编写的代码,下载后解压即可使用,如有问题,email联系
c++编写的代码,下载后解压即可使用,如有问题,email联系-c prepared by the code can be downloaded decompress after use, if there are questions, email links
- 2022-10-29 06:50:03下载
- 积分:1
-
VC_Programming_code_multi_threaded_port_scanner
VC编程开发多线程端口扫描程序代码VC Programming code multi-threaded port scanner
(VC Programming code multi-threaded port scanner
)
- 2010-09-08 14:24:55下载
- 积分:1
-
Chat
自己写的聊天软件,简单实用,适合初学者学习,还请多多指教(Write their own chat software, simple and practical, suitable for beginners to learn, but also a lot of advice please)
- 2009-07-06 22:30:24下载
- 积分:1
-
石器时代gmsv源代码支持ABLUA修正大量BUG
石器时代gmsv源代码支持ABLUA修正大量BUG
- 2022-01-25 14:57:03下载
- 积分:1