-
BattleOffice2
出现对象时,就设计对象,直到漏打5个对象时,则失败。(There object to the design object, until the leak to 5 objects, then fails.)
- 2011-02-07 15:02:45下载
- 积分:1
-
crccode
说明: 在C8051F120单片机上使用的EPC协议中的CRC5和CRC16的校验函数,和一般的校验不太一样,提供了源码,可以直接使用。(C8051F120 MCU used in the EPC Agreement CRC5 and CRC16 checksum function, and general validation are not the same, providing a source, can be used directly.)
- 2010-04-30 13:46:46下载
- 积分:1
-
REMOVE removes a TSR. It takes two command line arguments. The first is the name...
删除TSR。它需要两个命令行参数。第一个是要删除的TSR的名称(或者用*删除最后一个),第二个是文件名,它必须包含删除TSR时要加载的中断向量。
- 2022-07-28 13:38:46下载
- 积分:1
-
oexp_src
模仿Oracle exp/imp的数据导出导入工具(Oracle exp/imp abcdefg)
- 2019-05-09 17:51:09下载
- 积分:1
-
DFIG1
说明: pscad中搭建的双馈风机模型,自带英文资料,可以用于观察小干扰稳定等。(The doubly fed fan model built in PSCAD, with English data, can be used to observe small signal stability.)
- 2021-03-11 20:30:48下载
- 积分:1
-
tubiaoplug
说明: A set of graphics and chart controls based on Java and Android. At present, this set of charts mainly includes the following components: gird chart line charts, including single line charts and stick charts, including basic bar charts and special bar charts to support the display of K-line or candle stick-chart branches. Pie chart or pizza chart includes basic pie chart and segmented pie chart radar chart or spider web chart including area radar chart
- 2020-06-22 19:40:02下载
- 积分:1
-
ahb2apb-master
ahb to apb master and slave
- 2018-03-06 00:27:56下载
- 积分: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
-
Is mainly a brief introduction to use VC++ to achieve some of the functions, the...
主要是简单介绍一些利用VC++实现的功能,窗口风格,二进制文件等-Is mainly a brief introduction to use VC++ to achieve some of the functions, the window style, binary files, etc.
- 2022-01-25 20:01:15下载
- 积分:1
-
屏幕图片抓图,功能简单,但有写思想值得学习。
屏幕图片抓图,功能简单,但有写思想值得学习。-screen images, functions simple, but it was thought worth learning.
- 2022-02-12 06:02:55下载
- 积分:1