搜索资源列表
NT下进程隐藏
- 在NT环境下隐藏进程,也就是说在用户不知情的条件下,执行自己的代码的方法有很多种,比如说使用注 册表插入DLL,使用Windows挂钩等等。其中比较有代表性的是Jeffrey Richer在《Windows核心编程》中 介绍的LoadLibrary方法和罗云彬在《Windows环境下32位汇编语言程序设计》中介绍的方法。两种方法的 共同特点是:都采用远程线程,让自己的代码作为宿主进程的线程在宿主进程的地址空间中执行,从而达 到隐藏的目的。相比较而言,Richer的方法由于可以使用c/c++等高级
SingleEvent
- 来源于visual C++编程大全,一些控件。-from visual C + + programming Daquan, some controls.
MultipleEvents
- visual c++ 开发的 MultiEvent ,多线程的程序开发-visual development MultiEvent, multithreaded programming
myTalkServer
- 使用c++实现聊天程序服务器端,支持多线程编程以及和数据库的连接.-use of procedures to achieve Chat server to support multi-threaded programming and database and connectivity.
UseHookForThread
- 在线程中使用HOOK的编程要点 我所上传的是一篇关于如何在线程中使用钩子机制的文章,由于考虑到各自的程序所作的事情各不相同,所以文中以要点的形式摘录了程序的源代码。虽然源代码是用C++ Builder 5.0,相信编程者只要搞清楚这些要点,则采用其他C++编程环境实现起来也很容易。-thread in the use of the programming elements HOOK my upload is a thread on how to use the article hook me
course_attemper
- 关于进程调度的一个程序,采用C语言编写程序,选用优先数调度算法或简单轮转法对五个进程进行调度,每个进程处于运行(Run)、就绪(Ready)和完成(Finish)三种状态之一,并假定起始状态为就绪状态。-on the process of scheduling a procedure using C language programming, a few selected priority scheduling algorithm or a simple method to rotate fiv
c-mthread
- windows多线程编程最基础的入门例子-windows multithreaded programming most basic introductory examples
jibu_c_1.0.0.zip
- C语言多核多线程并行编程源代码。内有大量源代码。,Multi-core multi-threaded C language source code for parallel programming. There are a large number of source code.
mythread
- 一个多线程编程源码-A multi-threaded programming source
Dijkstra-omp
- C语言和OpenMP编写的可在多核或SMP处理器上进行多线程运行的最短路径算法。可了解多核多线程和OpenMP的并行编程技术。-C language and can be prepared OpenMP or multi-core processors on SMP multi-threading to run the shortest path algorithm. Learn to multi-core multi-thread and OpenMP parallel programming
duoxianchen
- 多线程编程,C语言编写,在windows下实现多线程操作。-Multi-threaded programming, C language, in windows under the multi-threaded operation.
Programming_with_POSIX_Threads
- 此书为POSIX多线程程序设计中文版。本书深入描述了IEEE的开放系统接口标准-POSIX线程,通常称为Ptherads标准。本书首先解释了线程的基本概念,包括异步编程、线程的生命周期和同步机制;然后讨论了题,并给出了避免错误和提高性等问题的有价值的建议。本书使用了大量注释过的实例来解释实际的概念,并包括Pthreads的简装索引和对标准化的展望。本书适合有经验的C语言程序员阅读,也适合多线程编程人员参考。 -This book describes in depth the open syste
thread
- linux下的多线程编程的例子,希望对初学多线程的人有所帮助-multithreaded programming under linux example, many beginners want to help people thread
C_Socket-Muti_Thread_programming
- C_Socket多线程编程实例,主要讲解了C#套接字网络编程的例子,一个实例-C_Socket multi-threaded programming examples, mainly on the C# socket example of network programming, an instance of
VC-multi-threaded-programming
- VC多线程编程 --为广大正在学习C++多线程编程的朋友提供帮助。VC multi-threaded programming - for the majority are learning C + + multi-threaded programming to help a friend-VC multi-threaded programming- for the majority are learning C++ multi-threaded programming to help a fri
CPPMultiThread-programming
- c++面向多线程的程序设计书籍,经典的多线程编程书籍。-C++ facing multithreaded program design books, classic multithreaded programming books.
Classic-C-Sharp-multi-threaded-
- 《C#多线程经典入门教程》,C#语言中的多线程程序设计-Classic Tutorial C# multi-threaded " , multi-threaded programming in C# language
2.1
- 生产者与消费者问题,采用信号量机制,vc编程,C语言,windows环境下-Producers and consumers, using semaphore mechanism, vc programming, C language, windows environment
multi-threaded-programming
- 一份关于C++的多线程编程例子,对于学C++多线程编程很有帮-examples of C++ on the multi-threaded programming , for learning C++ multi-threaded programming,it is very helpful
基于C的多线程编程学习例程
- 该程序源码适合初学者学习多线程编程,采用的编程语言是C语言。(The program source code, suitable for beginners to learn C multithreaded programming.)