-
GDIjianhua
GDI 使用的一款程序。提大家免费供研究,谢谢(GDI uses a program. Provides research)
- 2013-05-15 10:19:39下载
- 积分:1
-
51
51单片机串口控制继电器的C源程序,用电脑控制继电器(51 MCU C source control relay)
- 2014-02-21 22:34:42下载
- 积分:1
-
CCS6_License
CCS6.0的破解码,适用于CCS6.0以上的所有版本(weertyuuydfhyfffffffffffffffffff)
- 2018-08-20 17:40:59下载
- 积分:1
-
串口助手
带波形显示的串口助手,分享给大家,希望对大家有所帮助,含源码!!(Serial Port Assistant with Waveform, Containing Source Code!!)
- 2018-11-29 22:53:27下载
- 积分:1
-
测试邮件发送
使用CKMail发送邮件,CKMail库请自己去官网下载,代码为VC/MFC工程,已实现了邮件发送,附带源码。
- 2022-02-15 11:53:54下载
- 积分:1
-
ica2
fastica C++实现,很简单的,很容易看的(fastica C++ realized, very simple, it is easy to see)
- 2020-08-13 22:38:30下载
- 积分:1
-
AN_SC13-IEC_PWD-Example
This application note describes how to connect an IPC@CHIP® to a database
and exchange data between those.
As there are no database drivers for the IPC@CHIP® , the connection is realized
with a web server between the database and the IPC@CHIP® . Due to that fact
we have a universal solution for all databases that are accessible by a web server
with PHP functionality. In this example, we use the MySQL database and the
Apache web server. In addition, you need the belonging ZIP “AN_sqlATchip.zip”
file with the PHP file and the C source code.
- 2011-06-30 18:37:51下载
- 积分:1
-
process-and-thread-Technology
进程和线程技术 Linux和windows进程创建 进程和线程通信 文档+实例分析(process and thread Technology Text and examples)
- 2012-01-05 10:51:28下载
- 积分:1
-
C# 获取Access数据库的数据表名称
C# 获取Access数据库的数据表名称,private void button1_Click(object sender, EventArgs e)
{//获取Access数据库的数据表名称
string MyAccessDBFile = @"F:Northwind.mdb";
string MyConnectString ="Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" +MyAccessDBFile;
var MyConnection = new System.Data.OleDb.OleDbConnection(MyConnectString);
MyConnection.Open();
var MyTables = MyConnection.GetOleDbSchemaTable(System.Data.OleDb.OleDbSchemaGuid.Tables, new object[] { null, null, null, "TABLE" });
string MyInfo = MyAccessDBFile + "数据库的数据表包括:";
foreach (DataRow MyRow in MyTables.Rows)
{
string MyTable = MyRow["TABLE_NAME"].ToString();
MyInfo += MyTable + "、";
}
MessageBox.Show(MyInfo, "信息提示", MessageBoxButtons.OK);
}
- 2023-01-05 19:40:03下载
- 积分:1
-
chapter4_1
Windows把与绘图工作相关的操作都制成了函数,GDI就是用户可以调用的一套用于绘图的函数集。(Windows to work with the graphics-related operations are made of the function, GDI is that the user can call a set of drawing function set.)
- 2010-03-12 19:38:45下载
- 积分:1