-
TCPClient
作为TCP客户端跟TCP服务端进行通讯,支持modbus协议(As a TCP client to communicate with the TCP server to support the modbus protocol)
- 2010-09-26 10:42:38下载
- 积分:1
-
C# 建立SQL Server数据库连接的基本方法
C# 建立SQL Server数据库连接的基本方法,核心代码为:
try
{
string ConStr =//创建数据库连接字符串
@"server=WIN-GI7E47AND9RLS;user id=sa;pwd=;database=db_TomeTwo";
SqlConnection con = new SqlConnection(ConStr);//创建数据库连接对象
string SqlStr = "select * from 帐单";//创建SQL查询字符串
SqlDataAdapter ada = new SqlDataAdapter(SqlStr, con);//创建数据适配器对象
DataSet ds = new DataSet();//创建数据表
ada.Fill(ds);//填充数据集
this.dgv_Message.DataSource =//设置数据源
ds.Tables[0].DefaultView;
}
catch(Exception ex)//捕获异常
{
MessageBox.Show(ex.Message,"提示!");//弹出消息对话框
}
- 2022-07-28 04:06:36下载
- 积分:1
-
matlab-serialization-master
Matlab object serialization functions built with undocumented mex functions
`mxSerialize` and `mxDeserialize`. The function can convert any ordinary matlab
variable into uint8 array. These functions are unsupported and may change at
any time without notice in the future Matlab release.
- 2013-09-28 06:41:22下载
- 积分:1
-
IOCP-Basic
IOCP基本原理介绍,主要介绍了如何使用IOCP进行开发。(Introduce the basic principles of IOCP, mainly on how to use IOCP for development.)
- 2011-04-20 10:13:01下载
- 积分:1
-
Sstrapdowwnt
捷联惯性导航源程序,希望对您您有所帮助。谢谢大家可直接使用。
(Strapdown inertial navigation source, you help you. Thank you all can be used directly.)
- 2012-07-26 23:34:38下载
- 积分:1
-
radar
为配合新一代天气雷达应用与开发的需要,现将新一代天气雷达(CINRAD/SA、CINRAD/SC、CINRAD/SB、CINRAD/CB、CINRAD/CC、CINRAD/CD的原始数据格式和拟采用的统一数据格式以及读取程序挂在网上,供大家下载(read Doppler radar data, the process of the SA-Doppler weather radar on the original scan data processing)
- 2012-08-02 09:05:01下载
- 积分:1
-
C#入门到精通
说明: C#入门教程,适合新手学习,高手勿下。快速上手。(c#Introductory tutorial,Suitable for beginners to learn, not under the master.get started quickly.)
- 2021-03-05 09:44:09下载
- 积分:1
-
SQLServer2000UsePDF
SQL Server 2000的使用、开发说明,给出了通过ODBC、DAO ADO访问数据库的方法(SQL Server 2000 s use and development that is given through ODBC, DAO ADO methods to access the database)
- 2008-04-20 12:50:22下载
- 积分:1
-
4859687
设置RichEdit组件的存盘格式,C++Builder精选编程学习源码,很好的参考资料。(Set the RichEdit component of the disk format, C++Builder select learning programming source code, a good reference.)
- 2013-11-22 21:25:51下载
- 积分:1
-
C#抓取当前Windows桌面截图实例源码
C#抓取当前Windows桌面截图
- 2013-01-17下载
- 积分:1