搜索资源列表
Visual C++多线程DAO处理
- vlan的设置\\Visual C++多线程DAO处理 -vlan settings \\ Visual C multithreaded processing DAO
vc++多线程
- 多线程编程 进程和线程都是操作系统的概念。进程是应用程序的执行实例,每个进程是由私有的虚拟地址空间、代码、数据和其它各种系统资源组成,进程在运行过程中创建的资源随着进程的终止而被销毁,所使用的系统资源在进程终止时被释放或关闭。 线程是进程内部的一个执行单元。系统创建好进程后,实际上就启动执行了该进程的主执行线程,主执行线程以函数地址形式,比如说main或WinMain函数,将程序的启动点提供给Windows系统。主执行线程终止了,进程也就随之终止。 每一个进程至少有一个主执行线
序列处理多线程MFC应用程序
- sequenceMult3(多线程序列处理程序,Visual C++ MFC实现),是一个很好的多线程学习程序
serial-communication
- 压缩包是关于串口编程的内容,一共有五个部分,第一个是测试小程序,基于Visual c++和Tubor C的,第二个是多线程串口编程工具Cserialport类得,第三个是控件MSCOmm串口编程的,第四个是windos API串口编程的,第五个是串口调试助手V2.2的源代码-Archive content is about serial programming, a total of five parts, the first is to test a small program, based
多线程串口通讯实例_622
- 多线程串口通讯实例- Multi-thread string mouth communication example
RWLock
- 多线程下的文件读写加锁 -File accesss lock in multi-thread
端口扫描
- 此为一个简单得端口扫描程序,支持多线程,很小但是很实用。--A practical port scanning program. It is simple, small and supports multiple threads.
多线程的实现
- 多线程的实现-The realization of multi-threaded
multi_test
- 程序完成功能是VC++6.0多线程技术在端口扫描程序中的应用。运行环境为WinXP/Win2000,Visual C++ 6.0-Process is complete function is VC 6.0 multi-threading technology in the process of port scanning applications. Runtime environment for WinXP/Win2000, Visual C++ 6.0
SearchLanComputer
- 基于UDP的局域网搜索器(UDP协议,多线程 ,NetBios,Microsoft Visual C++ 6.0、 C++) 功能:搜寻局域网内的计算机的信息(IP地址、工作组、主机名、用户名、MAC地址等),用户可以指定网段,保存搜寻结果 -UDP-based local area network search engine (UDP protocol, multi-threaded, NetBios, Microsoft Visual C++ 6.0, C++) Function
Socket
- 用Visual c++.net (VC.net) 编写的 如何实现多线程多任务 程序,并且代码都有注释。需要的朋友可以下载看看。-Using Visual c . Net (VC.net) prepared in how to achieve multi-threaded multi-tasking procedures and have the Notes code. Need to see a friend can be downloaded.
vcWebServer
- Web服务器的实现主要是服务器端接受并响应客户端的请求,本次设计是在Visual C++开发平台上使用Winsock编程技术开发Web服务器程序。 该Web服务器的结构采用“请求/响应”的模型,具有支持多线程,配置网站所在目录和缺省主页,支持GET、POST和HEAD等方法,基本的错误处理,支持ASP等功能。 -The realization of the Web Server is based on the acceptance and response of the server
multithread
- 操作系统课程设计——多线程同步源码,采用visual c++编写-OS course design--multithread
WorkThread
- 此源码为多线程通信源码,所用平台为VISUAL C++.-This source of communication for multi-threaded code, using the platform for VISUAL C++.
MultiThread1
- 一个关于vc多线程的实例,相当详尽,能运行。-An example of multi-threaded on the vc quite detailed and can run.
ParallelTest
- Visual Studio 2010加大了对并行运算的支持。微软正在使得尽量大的范围内的开发者都能高效而简便地进行并行计算的开发,不管他使用的是非托管代码还是.NET Framework。从而将开发者从繁琐而复杂的多线程开发中解放出来,将更多的精力放到业务逻辑上。 附件提供了一些.NET4并行计算的基本示例.-Some C# Demos for .NET4 Parrel including PLINQ.
QQ-with-UDP
- 本设计开发的是一个局域网QQ聊天软件,运用软件工程的设计流程,使用现在比较普遍和流行的C#语言,采用面向对象的方法,综合运用数据库编程技术、多线程开发技术、网络通讯技术,以Microsoft Visual Studio 2005作为系统前台应用程序开发工具,Microsoft SQL Server 2000作为后台数据库管理系统,在Windows XP平台下进行开发。-The topic of this paper is going to talk about that to develop t
生产者消费者
- Visual C++,多线程,生产者与消费者的实现(Multi-threading, producer and consumer implementation)
C#串口编程代码
- VISUAL STUDIO 下的WINDOWS C#版本的串口操作代码,多线程,(C# version of the serial port operation code, multithreading)
多线程模拟火车站买票
- 基于VIsual c++ 平台实现多线程的实现,模拟12306火车票系统过程,适合初学者入门学习。(VIsual c++ platform based on the realization of multithreading, simulation of 12306 train ticket system process, suitable for beginners to learn.)