搜索资源列表
WindowsVC
- Windows核心编程(源码) Windows核心编程是讲解Windows 操作系统内部机制的专著,作者从基本概念入手,全面系统地介绍了Windows的各种基本构件,如进程、线程、DLL和内存管理等,并列举了大量应用程序,精辟地分析了构件的使用方法,为掌握Windows 编程技巧提供了一条有效的捷径。对于不同水平的Windows 编程人员来说,本书都具有极好的参考价值。 -core Windows Programming (OSS) is a Windows programming on
CSharpProfessorThread
- 介绍了.NET中线程的操作,线程的处理,优先级,同步等问题.-introduced.NET threads operation, the processing threads, priority, synchronization, and other issues.
ThreadRunnerV.1
- 这个例程及文档详细地介绍了VB6中的物件导向概念,还演示了比较高级的共享内存、多线程等示例,如果你的英语功底好、VB达到中级的话,这将是不可多得的好资料。 -the routines and documentation described in detail VB6 of object-oriented concepts, also demonstrated a relatively high share memory, multiple threads, and other examples,
WebCast20060714_Demo
- 在传统的asp中,开发者面对线程问题之于他们知道应该要做什么要多。因为asp是建立于com之上的,关于元件的线程需求这儿有非常详细而精确的规范。对于开发者来说幸运的是:线程在asp.net中远远比在asp中来的容易。-in traditional ASP, developers faced problems in the thread they should know what to do to improve. Because asp com is built on top of the th
vc_jiqiaoshili_part4
- Visual.C++程序设计技巧与实例--配套光盘 第4章 进程和线程 本章共有8个实例: 1. Process创建和终止进程 2. WorkerThread创建工作者线程 3. UIThread用户界面线程示例 4. Event使用事件对象来实现线程的同步 5. Thread使用临界区对象来实现线程的同步 6. Mutex使用互斥量对象来实现不同进程间的线程同步 7. Semaphore使用信号量对象实现线程的同步 8. MutiThread多线程任务调
Visual_C_Book_Prg
- 多线程文件传输的实例,实现多个线程传输同一个文件,在服务器端多个线程以共享方式打开一个需要传输的文件,然后各个线程分别读取各自的一部分数据并分别发送给客户端,客户端同样各个线程分别接收服务端对应的线程发送的文件数据,最后将接收的临时文件合并为最终完整的文件。-Examples of multi-threaded file transfer, transfer of multiple threads with a file on the server side multiple threads t
CreateThread
- 使用Win32API函数,用进度条来描述线程的使用-The Win32API function and progress bar to describe the use of threads
homework02-LinkedQueue
- ConcurrentLinkedQueue是Queue的一个线程安全实现。 它是一个基于链接节点的*线程安全队列。此队列按照 FIFO(先进先出)原则对元素进行排序。队列的头部 是队列中时间最长的元素。 队列的尾部 是队列中时间最短的元素。新的元素插入到队列的尾部,队列获取操作从队列头部获得元素。 当多个线程共享访问一个公共 collection 时,ConcurrentLinkedQueue 是一个恰当的选择。此队列不允许使用 null 元素。 -ConcurrentLink
arts_debug
- 调试对于软件的成败至关重要,正确使用恰当的调试工具可以提高发现和改正错误的效率。本书详细介绍了 3种调试器,gdb用于逐行跟踪程序、设置断点、检查变量以及查看特定时间程序的执行情况, ddd是流行的 gdb的 gui前端,而 eclipse提供完整的集成开发环境。书中不但配合实例讨论了如何管理内存、理解转储内存、跟踪程序找出错误等内容,更涵盖了其他同类书忽略的主题,例如线程、客户 /服务器、gui和并行程序,以及如何躲开常见的调试陷阱。-Debugging for is vital to th
xinv8kongjiandianzhan
- 新v8空间签到点沾。精意模块.3.33 批量操作post操作批量线程数百个论坛的高级内部教程(外部流传少)-The new space v8 sign dipping. Fine Italian module .3.33 batch bulk operations post threads operating hundreds of senior internal forum tutorial (external spread less)
gweuan0
- Win32中的两种线程 GUI线程与工作线程,好源码,很有用-Two threads in Win32 GUI thread and worker thread, good source code, very useful
ISAM_verticfu
- 线程的概念,属性;线性创建的2种方式及其联系,区别和使用场合-The concept of threads, attribute
UIThreadDemo
- 使用Visual Studio2008,通过编写并创建MFC用户界面线程.(Using visual studio2008, write and create mfc user interface threads.)
