搜索资源列表
MultiThread.rar
- C++源程序,用于多线程开发,供初学C++者学习交流
FlyFish
- FlyFish网络下载工具 优秀的商业下载工具对我们的团队开发有借鉴意义和启发作用,最终我们实现了预期目标:整个课程设计按软件工程原理进行组织,我们设计的网络下载工具具有多线程、多任务、断点续传的功能。 1.实验目的 配合学习《计算机网络和Web技术》,响应老师开展“课程设计”的号召,培养我们的综合开发网络软件的能力,团队合作能力,为最终实现具有商业开发能力而努力奋斗。 2.实验要求 整个课程设计按软件工程原理进行组织,文档必须规范、齐全。基本功能要求包括多线程、多文件、断点续传,其他功能(如智
DataGetter.rar
- 多线程数据采集器源码(C# 2.0) 此程序采用vs2005开发,为windows窗体程序,已经具备多线程采集器所需的基本功能!,Multi-threaded data acquisition source (C# 2.0) this procedure using VS2005 to develop for the windows form program, already multi-threaded collector of the basic functions required!
qq_chat.rar
- linux下开发的一款类似QQ的网络聊天室,利用了多线程编程,基于C/S架构,可私聊和群聊,保存聊天记录,遗憾的是没有加入Qt界面,linux developed a similar network QQ chat rooms, use of multi-threaded programming, based on the C/S architecture,私聊and group chat, save chat history, unfortunately not joined the Qt i
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
unpv13e
- 详细说明:Linux下采用C语言开发的聊天程序,使用类似vi的操作界面,服务器端采用多线程技术,每线程服务一个客户端,客户端采用双进程,一个进程负责网络I/O,一个进程负责用户交互。-Linux development using C language chat, the use vi similar to the user interface, server multi-threading technology, every threaded a client services, client
threadpool-0.2.1.src.tar
- c++线程池程序,供开发多线程程序使用,unix操作系统-c++ threadpool
WebDataGather
- 多线程采集源代码,对想做采集朋友有一定的参考价值,C#开发,vs2008下直接打开-Multi-threaded collection source code, to want to collect friends have a certain reference value, C# development, vs2008 directly to open
Chat1
- C++开发的聊天程序,采用套接字技术、多线程实现两方文字聊天-good
ThreadSyncSample
- NSCondition , 多线程 同步 例子 运用于某个线程要等待若干个线程完成后再开始执行的情境, iphone的多线程开发是比较困难的地方-NSCondition, an example applied to a multi-thread synchronization thread to wait several months to complete before starting the implementation of the thread contexts, iphone m
duoxianchengcaiji
- 多线程数据采集系统 采用C#语言开发,开发环境为 VS 2005.net,-Multi-threaded data acquisition system
download_client
- 利用多线程开发的文件下载客户端程序,下载时有操作信息显示,下载进度显示,可以支持多文件同时下载。-Developed using multi-threaded file download client, download information display when operating, download progress of the show, can simultaneously support multiple file download.
ParallelTest
- Visual Studio 2010加大了对并行运算的支持。微软正在使得尽量大的范围内的开发者都能高效而简便地进行并行计算的开发,不管他使用的是非托管代码还是.NET Framework。从而将开发者从繁琐而复杂的多线程开发中解放出来,将更多的精力放到业务逻辑上。 附件提供了一些.NET4并行计算的基本示例.-Some C# Demos for .NET4 Parrel including PLINQ.
lesson-15
- 一个用C++实现的多线程聊天室。开发软件为Visio stdio 6.0,win32控制台应用程序。-A C++ implementation with multi-threaded chat room. Development of software for the Visio stdio 6.0, win32 console application.
syjk
- 串口监控,详细多串口应用,多线程开发 是实际应用后的项目 -c#
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
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
Win32多线程程序设计(源代码)
- ● Internet开发范例,包括ISAPI和WinSock。 ● 如何在服务器中使用线程和overlapped I/O。 ● 如何在多线程环境中使用C runtime函数库和MFC. ● 以C和C++写成的各个范例程序。 ● UNIX环境比较。让UNIX下的开发人员能转移到Win32. (Internet development examples, including ISAPI and WinSock. How to use threads and overlapped I
C#网络应用编程
- 网络应用编程 通过开发一款网络聊天程序, 熟练掌握多线程编程技术和TCP应用编程技术(Network application programming Through the development of a network chat program, master multi-threaded programming technology and TCP application programming technology)
pthread
- 提供c/c++多线程开发的API,兼容windows linux平台(provide the developer the application program interface of Multithreading)