-
tongxunlu
通讯录可以把通讯资料放到里面,是新建一个自己自定义的文件类型,然后再吧资料放到里面就可以,可以按照不同的搜索放噶搜索(Address Book can be placed inside the communication of information is a newly built their own custom file types, and then put it inside information can be released in accordance with the different search Kavalan search)
- 2008-12-26 00:09:38下载
- 积分:1
-
rs232
基于labwindows/cvi的串口通信的实现,希望对有需要的朋友提高参考(Based on labwindows/cvi Serial Communication, in the hope that there is a need to increase the references friends)
- 2009-04-19 14:22:41下载
- 积分:1
-
GibbsLDA
用Gibb Sampling 的方法对LDA的参数进行推断(LDA model with Gibbs Sampling for inference)
- 2019-01-24 09:28:57下载
- 积分: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
-
tema01
simple code for managament of turbinas
- 2011-10-10 21:30:21下载
- 积分:1
-
TinyXml
将别人的xml解析分装成了lib库。tinyxml(Xml parsing of others packing became lib library. tinyxml)
- 2013-04-01 13:03:49下载
- 积分:1
-
AMBA_3_AHB-Lite
AMBA_3_AHB-Lite协议中文第一版,适合初学者(AMBA_3_AHB-Lite protocol Chinese first edition, suitable for beginners)
- 2020-12-08 16:39:21下载
- 积分:1
-
lte-sim-r5
LTE系统级仿真软件,包含完整的3GPP协议栈(LTE system-level simulation software, including complete 3GPP protocol stack)
- 2013-05-12 20:55:51下载
- 积分:1
-
STSW-SPIN3202-V1.0.0
说明: 电机驱动和FOC算法分析,用st单片机和PSIN32F0实现。(The analysis of motor drive and FOC arithmetic is realized by ST MCU and PSIN32F0.)
- 2020-06-23 07:20:02下载
- 积分:1
-
CRC
CRCУ
- 2008-10-25 19:07:48下载
- 积分:1