搜索资源列表
另类多线程使用方式
- 在C++builder中多线程的实现是很简单的... 但作为初学者的我来说还是费了一定的工夫的... 为方便与我相同的初学者在此提供我对多线程的一种使用方式-C builder of multi-threading to achieve is very simple ... But as a beginner or charges me a certain effort ... to facilitate the same with me here for beginners on a
ThreadsTest
- C#多线程的互斥操作,用Monitor类实现对共享资源的异步操作-the mutex multithreaded operation, with Monitor realization of shared resources asynchronous operation
multiThreadProgrammingInCSharp
- C#多线程编程实例实战。首先说明多线程的必要性;然后实例实战,详细讲述多线程编程的实现。-C# multithreaded programming examples of actual combat. First note the need for multithreading; Then examples of actual combat, a detailed account of multithreaded programming is achieved.
C++
- 多线程编程,利用c++实现,大家参考参考,希望多多交流。
MultiThreadDownnload.rar
- C#实现的多线程下载(http协议),输入一个URL地址,就可以下载。,C# Achieved multi-threaded download (http protocol), enter a URL address, you can download.
threadpool
- 线程池的C语言实现,主要用于服务器处理多任务-Thread Pool implementation of the C language, mainly used in server handle multi-tasking
WebPageCraweler4
- 用C#实现的网络爬虫,并支持多线程下载网页,并对网页进行压缩,便于存储-Using C# to achieve the network reptiles, and supports multi-threaded download page, and pages are compressed for storage
Multi-threading_program__codes
- 多线程实现客户-服务器结构的一个例子,对初学多线程和C\S架结有一定帮助-Multi-threading to achieve client- server architecture an example of the beginner and the multi-threaded C \ S frame will definitely help knot
MultiThread
- C++多线程程序示例,帮助你了解C++下多线程的实现。-C++ multi-threaded program example, to help you understand C++ implementation of multi-threaded.
multi-thread-example
- 此源码为C++多线程实例,能够实现多任务的演示。-The source code for the C++ multi-threading example, to achieve multi-task demonstration.
read-write
- C++ 模拟经典读写模型 多线程实现-C++ simulation model of the classic reader
cPPmultithreading-MD5
- 使用c++builder多线程实现MD5-Using c++ builder multithreading MD5
HW3
- c语言,多线程实现简单的终端处理器,读取文件,遇到特殊字符时采取相应操作 -A multi-threaded program using the pthread library. Your assignment is to write a program that emulates a simple terminal handler. The terminal handler process consists of three threads. Thread 1reads charac
CHAT1
- C++多线程聊天程序1,想到那的不错哦,推荐下载躲线程程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何采用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行。应用多线程编写网络聊天室程序-I am studying in c++ just using this programme,and it is the best example for the junior study.
c
- 快速排序的多线程实现,比正常的排序快了很-qsort in bubble
matrix.c
- 采用pthread多线程编程实现的矩阵乘法运算,采用纯c编写-matrix multiplication in multi-thread
lock和多线程
- C#,lock和多线程的简单例子,使用线程的好处·使用线程可以把占据长时间的程序中的任务放到后台去处理 ·用户界面可以更加吸引人,这样比如用户点击了一个按钮去触发某些事件的处理,可以弹出一个进度条来显示处理的进度 ·程序的运行速度可能加快 ·在一些等待的任务实现上如用户输入、文件读写和网络收发数据等,线程就比较有用了。在这种情况下可以释放一些珍贵的资源如内存占用等等。(A simple example of C#, lock, and multithreading, the b
生产者消费者
- Visual C++,多线程,生产者与消费者的实现(Multi-threading, producer and consumer implementation)
双向链表的多线程安全读写
- C++实现了双向链表的操作 使用线程同步技术实现了线程的安全读写 提供了4种链表操作(插入、查询、替换、删除)的测试用例
多任务多线程demo
- 用C#实现的多线程多任务下载,采用文件切块,多线程分块下载,再拼接(Multi-threaded and multi-task Download with C# is realized. File is cut into blocks, multi-threaded is downloaded in blocks, and then spliced.)