搜索资源列表
pid_display
- 列举程序中所有进程的示例,用到windows进程编程的一些原理。-A example of listing all the processes in a program, using the principle of windows processes programing.
MulThreadDemoForBeginner
- 多线程----简单线程示例,非常实用,适合初学者学习多线程编程-multithreading-threaded simple examples, very practical, suitable for beginners to learn multithreaded programming
MultitudeOfThreading
- 一个多核编程的示例程序,演示了在多核CPU下使用普通编程方法与多核编程判断一个数是否为质数的耗时
Thread
- windows 多线程编程基础示例代码,希望能给初学者有所帮助
MultiThread
- 一个理解WINDOWS下VC多线程编程的好示例程序。
multiThread_example
- 用基于WINAPI的多线程编程实现示例
scanport
- 本示例代码实现了多线程编程来扫描系统端口的功能,对多线程学习者有一定的帮助-The sample code implementation of the multi-threaded programming to the function of port scanning system for multi-threaded assist learners have a certain
Thread
- vb 多线程编程的一个简单示例,供大家学习-vb multi-threaded programming a simple example for them to learn
20081122237969
- 多线程编程的示例 资源类别: VB源码¦系统控制 -Example of multi-threaded programming resource categories: VB Source ¦ system control
VC_Programming_classic_example_code_thread_priorit
- VC编程开发线程优先级示例经典代码VC Programming classic example of the code thread priority-VC Programming classic example of the code thread priority
MultiThread4
- 新手学习VC线程好代码--VC线程编程源代码示例4-Good code thread learning novice VC- VC 4-thread programming source code examples
Multi-threadedapplicationdevelopment
- Microsoft Win32? 应用程序编程接口(API)下提供多线程访问的库是不同的,但是我们不关注这一问题。示例程序套件,Threadlib.exe,是在一个Microsoft Foundation Class Library (MFC)应用程序中使用Win32多线程API来编写的,但是,您是使用Microsoft C运行时(CRT)库、MFC库,还是单纯的(barebones) Win32 API来创建和维持线程-Multi-threaded application developme
thr_pool
- VC++写的线程池示例,运行后可以看到线程的数目在变化,VC编程朋友参阅一下。 -Written in VC++ thread pool example, you can see the thread running the number of changes, screenshots above, VC programming friends see it.
multithread
- 这是一个 c++ 多线程编程的 示例 希望对有需要的人 有些帮助 -Multithreading Example
DEMO_for_VB_multithreaded
- 该源码包含了一个简短实用的Visual Basic6.0的多线程编程示例程序。有助于加深对VB多线程技术的理解和认识。-The source code contains a brief practical multithreaded programming examples based on Visual Basic6.0. Contribute to understanding of VB multi thread technology.
DEMO_for_VB_multithread
- 该源码包含了一个简短实用的Visual Basic6.0的多线程编程示例程序。有助于加深对VB多线程技术的理解和认识。-The source code contains a brief practical multithreaded programming examples based on Visual Basic6.0. Contribute to understanding of VB multi thread technology.
WIN32
- Windows环境下多线程序编程示例程序,基于C++语言-win32 multiple thread
kwzgcy
- 一般的下载程序都支持了多线程 我们也会加入关于VB编写多线程的示例,(General download all support multithreaded program We will join on VB write multithreaded sample,)
4218942
- 一个很好dephi编程示例编程,让初学者能更好的入门,很好用()
多核应用编程实践
- 《多核应用编程实战》是一本全面实用的多核应用编程指南,旨在介绍如何编写功能正确、性能优越且适合扩展为在多个CPU核心的系统运行的应用程序。《多核应用编程实战》面向多种操作系统和处理器类型引用程序示例,内容涵盖类UNIX操作系统(Linux、Oracle Solaris、OS X)和Windows系统上多核应用的编写方法、多核的硬件实现对应用程序的性能影响、编写并行应用程序时要避免的潜在问题,以及如何编写可扩展至大量并行线程的应用程序。, 《多核应用编程实战》适合所有C程序员学习参考。("