搜索资源列表
多线程访问数据库
- 用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.
多线程及数据库应用
- 应用于生程的一个实际,可演示多线程及socket编程应用。
多线程数据采集器源码及数据库备份
- 多线程数据采集器源码及数据库备份 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
ReleaseDeadLock
- 多线程管理发现处理数据库死锁问题-Found to deal with the management of multi-threaded database deadlock
databasethread
- delphi用于数据库的多线程的实现,讲解线程生成,等级,使用,消失等过程。-delphi database for the realization of multi-threaded, thread-on generation, grading, use, and so the process of disappearing.
dataexportandimport
- 数据导入导出,精心花费2个月时间编写,包括数据库连接设置,数据库使用,多线程,使用ACCESS,以及SQL SERVER数据库-Data Import Export, carefully spent two months to prepare, including the database connection settings, database use, multi-threading, the use of ACCESS, as well as the SQL SERVER databas
multi-serialsport
- 基于多线程串口通信的生产数据实时采集系统,对系统在实现中涉及的多线程处理技术、串行通信、数据库访问技术和Socket 通信技术作了较为详尽的说明-Based on multi-threaded serial communication in real-time production data acquisition system, the system involved in the realization of multi-threaded processing technology, ser
Rea_Time_Multi_threadSerial_Communication_Technolo
- 本文结合汽车配件厂工厂制造执行系统(MES)的开发实践,介绍和讨论了一种基于多 线程串口通信的实时数据采集系统的设计和实现方法,讨论了在设计和实现该系统的时候必 须考虑和注意的要点,并对系统在实现中涉及的多线程处理技术、串行通信、数据库访问技 术和Socket 通信技术作了较为详尽的说明。-This paper introduces one of real time data collecting system which is designed and implemented
CHAT1
- 这是一个服务器/客户端聊天程序的服务器部份,使用CSOCKET类、多线程、数据库等方面的技术,主要有以下功能: 1、基本的聊天服务 2、发送服务器广播信息 3、向某个用户发送服务器信息 4、监视一个或多个用户发言 5、断开与一个或多个用户的连接 6、查看用户个人信息 7、查看连接信息-This is a server/client chat program part of the server, use the CSocket class, multi-threade
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
VC_examples
- 实例12-1:使用用户界面线程实例。源代码在光盘中“\12\InterfaceThread”目录下。 实例12-2:使用工作者线程实例。源代码在光盘中“\12\ControlThread”目录下。 实例12-3:多线程实例。源代码在光盘中“\12\WQDemo”目录下。 实例12-4:线程间的通信。源代码在光盘中“\12\ThreadCommu”目录下。 实例13-1:动态链接库(Dll)实例。源代码在光盘中“\13\dlltest ”目录下。 实例13-2:鼠标钩子应
BlackSc
- 专门用于号码过滤功能的企业级应用软件!里面用到通信、多线程、数据库、文件处理等多项技术 -Number of filtering specifically for enterprise-class applications! Which uses communication, multi-threading, databases, document processing and many other techniques
8
- c++网络数据库实例 第八章 实例 66-数据库浏览查询器 实例 67-地址簿管理 实例 68-数据库索引管理 实例 69-使用树型控件管理 实例 70-金山词霸界面的数 实例 71-DAO数据库操作 实例 72-多重查询 实例 73-多线程访问数据库-c++ examples of Chapter VIII of the network database Instance 66- Browse and query
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的异步应