-
c# 异步批量发送邮件
c# 异步批量发送邮件
- 2015-06-20下载
- 积分:1
-
c8051ftcpip
c8051f的tcpip源程序,新一代功能比较齐全的c8051f020单片机的串行通信c程序,通用的c8051系列tcpip源程序,同时包括了ucos的移植。
(c8051f the tcpip source, a new generation of relatively complete functional C8051F020 MCU serial communication c procedures, C8051 Series tcpip common source, at the same time includes uCOS transplant.)
- 2008-04-04 09:58:02下载
- 积分:1
-
num2
Visual C++面向对象与可视化程序设计(第2版)——清华大学计算机基础教育课程系列教材(teaching exercise)
- 2012-02-23 13:53:47下载
- 积分:1
-
Stm32Dma
用于在stm32103芯片开发中的DMA模块的模板,可以根据自己的需求进行相应的修改(DMA module for STM32103 chip development)
- 2018-12-24 16:26:43下载
- 积分:1
-
poly
说明: 多项式计算器,使用数据结构中的链表实现。在VC++下编译运行。(Polynomial calculator, the use of the linked list data structure to achieve)
- 2011-03-17 17:19:50下载
- 积分:1
-
WinNT_telnet_daemon
Windows NT下的telnet server (Telnet server in windows NT)
- 2001-01-07 15:52:01下载
- 积分: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
-
2
说明: 一种基于DirectShow 框架的实时视频彩色图像增强方法(A real-time video based on DirectShow framework for color image enhancement method)
- 2010-12-09 19:47:29下载
- 积分:1
-
嵌入式平台公交电子售票源码
用于公交系统的售票系统, 支持卡及现金售票方式,用于嵌入式平台. 主要语言为C++/lua, 功能有售票,卡充值, 验票等。
- 2022-11-19 02:05:04下载
- 积分:1
-
无人驾驶无人驾驶车辆模型预测控制pdf
本书主要介绍模型预测控制理论与方法在无人驾驶车辆路径规划与跟踪控制方面的基础应用技术。由于模型预测控制理论数学抽象特点明显,初涉者往往需要较长时间的探索才能真正理解和掌握,进一步应用到具体研究,则需要更长的过程。(This book mainly introduces the basic application technology of model predictive control theory and method in unmanned vehicle routing planning and tracking control. Because of the obvious abstract mathematical characteristics of model predictive control theory, it often takes a long time for the novice to really understand and master. Further application to specific research requires a longer process.)
- 2018-12-04 16:51:36下载
- 积分:1