搜索资源列表
-
0下载:
多线程的示例程序,演示如何编写多线程程序-multithreaded sample program to demonstrate how to prepare multi-threaded process
-
-
0下载:
多线程程序作为一种多任务、并发的工作方式,有以下的优点:
1) 提高应用程序响应。这对图形界面的程序尤其有意义,当一个操作耗时很长时,整个系统都会等待这个操作,此时程序不会响应键盘、鼠标、菜单的操作,而使用多线程技术,将耗时长的操作(time consuming)置于一个新的线程,可以避免这种尴尬的情况。
2) 使多CPU系统更加有效。操作系统会保证当线程数不大于CPU数目时,不同的线程运行于不同的CPU上。
3) 改善程序结构。一个既长又复杂的进程可以考虑分为多个线程,
-
-
0下载:
Windows98平台的共享目录口令暴力破解程序,多线程协同工作的例子。-Windows98 platform for the sharing of violence directory password cracking program, multithreaded work together examples.
-
-
0下载:
用Evc开发的一些关于多线程的程序实例,供大家参考。-Evc development with the number of multithreaded program examples for reference.
-
-
0下载:
该程序运用线程的mutex控制数据流的锁定,实现Producer和consumer之间对buffer的合理有序的利用-The program to control the use of thread mutex lock data stream to achieve Producer and consumer of buffer between the rational and orderly use of
-
-
0下载:
Windows 单线程程序设计
加深对进程概念的理解,尤其是进程的动态性,并发性。
2.了解进程如何被创建和终止。
3.学习win32多线程函数的使用
4.学习在vc++下建立基于对话框的工程及编程技术-Windows single-threaded program design to enhance understanding of the concept of the process, especially the process of dynamic, complicat
-
-
0下载:
VC6_Windows多緒程式應用,執行時會出現六個視窗,每個視窗代表一個獨立的執行緒-VC6_Windows multithreaded application program, implementation will occur six windows, each window represents a separate thread
-
-
0下载:
《多线程编程指南》介绍了Solaris
TM 操作系统(SolarisOperating System, SolarisOS)中
POSIX® 线程和Solaris线程的多线程编程接口。本指南将指导应用程序程序员如何创建新的
多线程程序以及如何向现有的程序中添加多线程。
尽管本指南同时介绍了POSIX线程接口和Solaris线程接口,但大多数主题都以POSIX线程
为重点。-" Multithreaded Programming Guide" desc
-
-
0下载:
多线程编程实例,非常实用的程序代码,有助于学习多线程。-Multithreaded programming examples, very practical program code, help learning multithreaded.
-
-
0下载:
Linux 多线程服务器程序,基于线程池架构-Linux multithreaded server program, based on the thread pool architecture
-
-
0下载:
多线程程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何采用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行。应用多线程编
写网络聊天室程序-Multithreaded program, multithreaded applications easily arise. Mutex object to explain how to use mutex object to realize multi-thread synchronization. How t
-
-
0下载:
vb实现的多线程程序 里面有个dll 和相应的例子程序 可完美弹msgbox的时候 线程仍然执行-vb achieve multithreaded program can bomb msgbox
-
-
0下载:
Linux下对单线程复制文件和多线程复制文件的比较,-Under Linux compares the single-threaded and multithreaded copy files to copy files,
-
-
0下载:
count pi with multithreaded program
-
-
0下载:
超好用的多线程VC++端口扫描程序,在运行框中输入IP地址,设定端口扫描的范围,设置线程数,程序完美运行。扫描过程中,如果发现某端口被占用,则显示扫描失败,未占用则成功。-Super useful VC++ multithreaded port scanner, in the Run box, enter the IP address, set the range of port scans, set the number of threads, the program perfectly. S
-
-
0下载:
QT通过三种形式提供了对线程的支持。它们分别是,一、平台无关的线程类,二、线程安全的事件投递,三、跨线程的信号-槽连接。这使得开发轻巧的多线程Qt程序更为容易,并能充分利用多处理器机器的优势。多线程编程也是一个有用的模式,它用于解决执行较长时间的操作而不至于用户界面失去响应-QT through three forms provides support for threads. They are respectively, a thread class, platform independent
-
-
0下载:
VC多线程文档资料,对VC环境下(windows环境下)利用API和MFC两种编程模式的多线程使用方法和实现方法,均循序渐进给出了代码和测试程序,对于VC多线程各个阶段的学习者均有帮助。-VC multithreaded document information on VC environment (Windows environment) using the API and MFC the multithreaded way of using the two programming model
-