搜索资源列表
多线程访问数据库
- 用vc6实现的多线程数据库访问程序!数据库系统是DAO的访问方式!- Multi-thread database visit procedure realizes which with vc6! The database system is the DAO visit way!
数据库多线程储存
- 本代码主要是实现多线程存储数据到SQL Server数据库。-this is the main source multithreaded store data to SQL Server databases.
开源数据库及通讯开发工具包
- Datareel 是一个跨平台的开发工具包,用来创建多线程数据库和通信应用。使用DataReel可以为多种操作系统生成末端用户应用、嵌入式系统和可重用库。-Datareel is a cross-platform development tool kit used to create multi-threaded database and communications applications. DataReel use of a variety of operating systems can
多线程数据采集器源码及数据库备份
- 多线程数据采集器源码及数据库备份 C++编写,Multi-threaded data acquisition system and database backup source C++ Prepared
windowsvstudio2008.rar
- 中山大学windows编程课程详细课件 在vs2008下运行 内容包括 01绪论 02界面编程-1(菜单) 02界面编程-2(控制条) 02界面编程-3(对话框) 02界面编程-4(控件) 02界面编程-5(鼠标与键盘) 03GDI绘图-1(画图) 03GDI绘图-2(字体与图像) 03GDI绘图-3(动画与图标) 03GDI绘图-4(图元文件) 03GDI绘图-5(打印) 04文档与视图 05MFC功能包 06GDI+ 07OOP语言
MultiThreadDB.rar
- 包括Socket读写多线程、多线程访问数据库、互斥量、临界区、事件、信号量等数据库访问,Socket read and write, including multi-threaded, multi-threaded access to the database, exclusive volume, critical, events, semaphores, such as database access
vc_serialport_communication
- MSComm 控件在基于单文档中的应用 Win32 API 串口控制 MFC 打包类 Win32串口编程 多线程,多接收模式串口类LsComm 通过串口收发短消息 一个串口通讯数据库存取例子程序-vc serial port communication by much ways
daothreadfix
- VC++编程,多线程的DAO,对于数据库的多线程处理有一定帮助-VC++ Programming, multi-threaded DAO, the database of multi-threaded processing to some extent help the
data
- 一个较为复杂的数据同步程序,涉及到sql和oracal数据库的访问,多线程,MFC网络编程,消息队列等内容-A more complex data synchronization process, and oracal related to sql database access, multi-threaded, MFC network programming, message queues, etc.
ABC
- 搜索引擎 C#编写多线程搜索引擎。可实现不用的数据库服务器与文件服务器。 -Search engine C# The preparation of multi-threaded search engine. Can be realized without the database server and file server.
SMailExpress
- 主要功能: 1. 完美支持单发和群体发送,内置邮件文本编辑器,用起来和WORD一样得心应手。 2. 可以自定义smtp 3. 邮件支持不同地区编码(简体、繁体、韩文、西欧、日文等); 4. 成功失败都有据可查; 5. 支持发布text、html格式邮件内容.发信人,签名随意更改 6. 加入自定义变量,每一封邮件都不相同; 7. 支持自定义图片发送,自带日志记录功能, 所有情况一目了然 8. 支持EXCEL,ACCESS等数据库格式 9.多线程发送,每天
threaddatabae
- VC++多线程访问数据库的实例,多线程的意思是说程序在执行当前任务的时候,可以同时执行其它程序,源代码是从国外网站而来。编译后请将数据库转移至Debug目录下。-VC++ multi-threaded access to the database instance, multi-threaded procedures mean that the task in the implementation of the current time, you can run other programs,
Socket
- vc280个实例,包含数据库,网络编程,多线程等很多实例-280vcexample windows flat
ODBCmultitgread
- 是1论文关于多线程与ODBC在串口编程中的应用,对于多线程编程并读取数据库有一定帮助理解。-This is paper aimed at multi-thread and ODBC programing,is helpful to your own application.
465854635244
- 实现了一种OPC Client软件,解决了现场数据通过OPC Server到SQL Server数据库集成的难题。该应用程序提供了 Windows Explore形式的标准的用户界面,易学易用。软件采用了文件操作、OPC数据存取、ADO数据库访问、SQL—DMO对象管理和 操作、系统托盘等多项关键技术,来实现对文件数据源、OPC数据源、SQL Server数据源等的读写和OPC对象、SQL Server中的库、 表、Job等对象的管理和操作。本OPC Client应用程序已在实际工程
cPPbuilder5-code
- 1系统与图样 2文件操作 3图形图像编程 4数据库编程 5网络编程 6多线程编程 7COM编程 8综合实例-1 file operation system and pattern 2 3 4 Database Programming Graphics Programming Network Programming 5 6 Multi-threaded programming 7COM program synthesis examples 8
ifengThreads
- C#开发的一款新闻采集器,支持多线程,还可支持SQL SERVER数据库,可将采集回来的内容直接插入到数据库。SQL语句可以自己编辑。-C# development of a news gathering, support multi-threading, also supports SQL SERVER database, the contents can be collected directly back into the database. SQL statements can edit
DBServerBackgroundWork
- C#程序,采用后台多线程技术,实现后台数据库的读写和查询修改等功能,不占用主线程的时间。(C # procedures, the use of background multithreading technology to achieve the background database read and write and query changes and other functions, do not take the main thread of time.)
网站数据抓取
- 一个网站数据抓取小程序,多线程,mysql数据库,EF db first(A web site data capture small program, multithreading, MySQL database, EF DB first)
C#多线程编程实战_中文完整版_带书签目录
- 《C#多线程编程实战》共分为11章,第1章介绍C#中基本的线程操作;第2章描述线程交互细节;第3章解释线程池概念;第4章深入讲解任务并行库框架;第5章深入解释C#5.0中的新功能——异步方法;第6章描述.NET框架中并行算法的标准数据结构;第7章深入讲解并行LINQ基础设施;第8章解释如何以及何时使用Reactive Extensions框架;第9章深入讲解异步I/O进程,包括文件、网络及数据库等场景;第10章针对常见的并行编程问题给出一些解决方案;第11章讲述编写基于Windows 8的异步应