-
6
说明: 凌阳单片机 第6章 集成开发环境IDE第6章 集成开发环境IDE第6章 集成开发环境IDE(Chapter 6 Sunplus Single-chip integrated development environment IDE Chapter 6 integrated development environment IDE Chapter 6 integrated development environment IDE)
- 2009-05-10 21:44:15下载
- 积分:1
-
NaiveBayesClassifier.tar
naive Bayesian Classifier for classification
- 2012-06-20 17:43:55下载
- 积分:1
-
串口控制PWM输出
STM32F103通过串口控制PWM输出(STM32F103 control PWM output through serial port)
- 2020-12-22 11:29:07下载
- 积分:1
-
主动让WINDOWS XP黑屏的源码,简单的WIN32 API学习
主动让WINDOWS XP黑屏的源码,简单的WIN32 API学习-WINDOWS XP black initiative to the source, the simple learning WIN32 API
- 2022-02-15 05:35:36下载
- 积分:1
-
RoboCup机器人仿真足球比赛11v11组的源代码11V11Client
RoboCup机器人仿真足球比赛11v11组的源代码,仅供个人评测使用。里面包含已经用Visual C++编译好的客户端程序,配合服务器端程序一起使用。(RoboCup robot simulation football match 11v11 group source code for personal evaluation use. Which contains the client program has been compiled with Visual C++ used in conjunction with server-side program.)
- 2012-07-18 09:40:03下载
- 积分:1
-
heapSort.cpp.tar
这是一个堆排序的算法源程序,算法被单独写成一个函数,希望对大家有用(This is a heap sort algorithm source code, algorithms are written as a separate function, we hope to be useful)
- 2013-12-12 14:52:48下载
- 积分:1
-
Tele
VC进行数据库编程,MFC编写的,可以与CListCtrl控件配合使用(VC database programming, MFC prepared can be used in conjunction with the CListCtrl control)
- 2009-04-11 17:38:22下载
- 积分:1
-
AT24C32(64)
c51源代码,IIC总线驱动程序,适用24C32、64!(decoder source code, IIC bus drivers, application 24C32, 64!)
- 2006-06-14 17:17:31下载
- 积分:1
-
Robot Distance Meter (Motor DC)
说明: Robot Distance Meter (Motor DC) / c / protues
- 2019-04-29 19:21:51下载
- 积分: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