搜索资源列表
实例56-多线程文件搜索
- 用多线程实现文件的搜索,从中可以学习多线程用法,里面也有通信的内容-using multithreading document search, can learn from multithreaded usage, they have the communication
嵌入开发实例
- 嵌入式开发的一些样例,GUI,多线程,驱动-embedded development of sample, GUI, multi-threaded, drivers.
实例100 IP地址和计算机名相互转化的多线程处理
- 看看, IP地址和计算机名相互转化的多线程处理-look at the IP address and computer name mutual conversion of the multi-threading
mulit-ftp_down
- 本文给出了一个用vc实现FTP多线程下载的实例-MULTITH.rar-this paper using vc achieve a multithreaded FTP download examples - MULTITH.rar
testmanagerthread
- 本实例实现一个多线程的管理器。在应用程序中,可以进行多个线程的创建、执行和关闭等管理。-examples of the realization of a multithreaded manager. In the application process, can create multiple threads, implementation and management of closure.
javaExamplescode
- java Net,聊天及多线程实例源代码-java Net, chatting and multithreading example source code
webserver
- 一个多线程web服务器实例(C,Linux,详细的web服务器原理)
CSProgram
- 基于客户端-服务器的多线程编程实例源代码,java语言实现
Chat
- 多线程程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何使用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行。应用多线程编写网络聊天室程序。
Code1
- 多线程程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何使用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行。应用多线程编写网络聊天室程序。-The writing of the multi-thread programming, multi-threaded applications to the problem. The sense of the mutex object, and how to use the mutex object to reali
SearchCrawler
- java编写的网络爬虫程序用于检索网站资源和信息,多线程实例-java web crawler program written for searching website resources and information ,a multi-threaded example
MutileThreadProgramEg
- 基于VC的多线程编程,是网络编程中实例的源代码-mutilerthread
Internetchatrooms
- 本程序利用互斥对象来实现多线程的同步,利用命名互斥对象保证应用程序只有一个实例运行.应用多线程编写网络聊天室程序。-This procedure object to the use of mutually exclusive multi-thread synchronization, using named mutex object to ensure that there is only one example of the application running. The applicati
FIFOserver
- prg8_1.c 互斥对象实例。该程序说明如何使用互斥对象。prg8_2.c 条件变量实例。该程序是一个多线程的无连接并发服务器。prg8_3.c 处理同步线程退出。-prg8_1.c mutex object instance. The program explains how to use the mutex object. Examples of conditions prg8_2.c variables. The program is a free multi-threaded conc
duoxianchengshoupiao
- 利用多线程可以很好实现的网络售票实例,很实用。-Achieved using multi-threading can be a very good network of ticketing instance, very practical.
VC2B2B
- 多线程编程实例及讲解 多线程编程实例及讲解-good things
6
- c++网络数据库实例 第六章 实例 49-多线程的 FTP客户端 实例 50-多线程 TELNET服务 实例 51-多线程 SPIDER 实例 52-多线程扫描端口 实例 53-多线程文件下载服 实例 54-多线程文件下载客 实例 55-多线程管理器 实例 56-多线程文件搜索 -c++ network database instance Chapter Instances of 49- multithreaded FTP
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
net_server11
- QT TCPSERVER多线程服务器本文参考了http://mobile.51cto.com/symbian-272733_1.htm和http://mobile.51cto.com/symbian-268690_1.htm两篇好文章,这个两篇文章各有不足,第一篇 解释QThread线程工作的原理,但是没有具体直观的多线程实例,第二篇则给出了多线程服务器端建立的实例,但是多线程并没有真正的在不同的线程工作,本文依据第一篇博文, 在第二篇的基础上修改,从debug的结果来看,实现了文件在新
MatCom 编程实例
- 关于MatCom 编程的几个实例,包括多线程,图形绘制等等。