搜索资源列表
NT下进程隐藏
- 在NT环境下隐藏进程,也就是说在用户不知情的条件下,执行自己的代码的方法有很多种,比如说使用注 册表插入DLL,使用Windows挂钩等等。其中比较有代表性的是Jeffrey Richer在《Windows核心编程》中 介绍的LoadLibrary方法和罗云彬在《Windows环境下32位汇编语言程序设计》中介绍的方法。两种方法的 共同特点是:都采用远程线程,让自己的代码作为宿主进程的线程在宿主进程的地址空间中执行,从而达 到隐藏的目的。相比较而言,Richer的方法由于可以使用c/c++等高级
进程管理模拟算法
- 进程管理的典型代码,可以学习进程管理编程思路和方法,十分有用-the typical process management code, we can learn from the process of programming ideas and management methods, very useful
ShutdownComputer
- 一个用编程方法使计算机休眠的程序,可以加在计划任务里面达到定时休眠的功能。-a programming method used to make computer dormancy procedures can be added to the planned tasks to achieve timing dormant inside the function.
MultitudeOfThreading
- 一个多核编程的示例程序,演示了在多核CPU下使用普通编程方法与多核编程判断一个数是否为质数的耗时
Windowskercode
- Windows核心编程附光盘,该书是WINDOWS程序员的必读书目,理解了本书的各章节内容,对操作系统的理解会上一个台阶。当然,多调试例程是学习多线程的最好方法。
Multi-Task
- 学习多任务环境的编程,理解多任务程序中任务间通信和同步的方法; 掌握Windows环境中多线程程序设计与实现方法。模拟多任务的交互过程,每个任务用线程实现,基本要求如下: 任务1:接收从键盘键入的字符,发送给另一任务2; 任务2:接收任务1发来的字符,用事件的方式通知任务3接收; 任务3:接收任务2发来的字符,并显示; 可增加其他功能,如:以秒显示时间等; 系统能退出。
实现从应用程序中直接关闭计算机
- 利用vc++6.0编程实现从应用程序中直接关闭计算机的方法-use vc 6.0 programming from the direct application of the method of shutting down computer
多线程实例
- 展示VC中多线程的编程方法,如线程创建、事件触发、结束线程、线程同步等多种技术-display VC multithreaded programming methods, such as thread creation, event trigger, the end of threads, thread synchronization techniques
PrimaryPC code
- 一个基于串口控件的多线程代码!其中使用了设计模式中的工厂方法;对很多串口编程有比较大的实际意义-based on a serial control multithreading code! With the use of the design model of the factory; For many serial programming is a more substantial practical significance
sync
- 实现多线程同步编程: 用软件方法(Peterson算法和Dekker算法)解决临界区问题-兄弟问题。 用同步对象解决临界区问题-兄弟问题。 用互斥量解决生产消费者问题;用信号量解决生产消费者问题。 -Achieve multi-threaded programming Synchronization: Ways to use software [Peterson algorithm and Dekker algorithm] to solve critical quest
MultiThread
- 多线程编程中几个要点,如线程通信手段,数据同步方法等-Multi-threaded programming in a few key points, such as thread means of communication, data synchronization method
Linuxduocianchen
- linux下多线程编程相关,包括函数,方法实例,以及源代码-multi-threaded programming under linux related, including functions, methods, examples and source code
vb
- 在编程中多线程,委托与socket的关系及各自的运用方法-Multi-threaded, the relationship between the commission and the socket
Delphi_Threat
- Delphi多线程编程,含属性、方法详述及实例-Delphi multi-threaded programming
jincheng
- 用VB编程方法实现在任务管理器中隐藏进程-VB programming methods used to achieve hidden in the Task Manager process
MultiThread
- 多线程技术的简单程序,用于挂起线程和唤醒线程,帮助掌握线程的编程和调试方法-Multi-threading technology, a simple procedure for the pending thread and wake up the thread, to help grasp the thread of programming and debugging methods
libnet
- 生成api包并且转发,使用的是libnet网络编程方法,在liuxe下可以更快更好的运行-Build api package and forwarding
failed-to-translate
- 】从实践和理论角度汇总了W indow s 下异步串行通信编程的基本规律和常见方法, 指出了各种编程方法 的优势和不足, 重点阐述了如何扬长避短、综合应用各种方法编程实现可靠而高效的串行数据通信, 突出说明 了怎样使用“特定通信协议和定时机制、多线程优化和W inA P I”的最优串行编程的数据接收过程实现。 -T he p ap er co llects the ru les and m ethods abou t the serial comm un ication
thread-map
- 这个程序给出了一个程序进程中多线程编程方法,包含对线程池的管理,适用于windows系统应用程序开发人员。-This program gives a program to process multi-threaded programming method contains the thread pool management, and application developers to apply to the windows system
多核应用编程实践
- 《多核应用编程实战》是一本全面实用的多核应用编程指南,旨在介绍如何编写功能正确、性能优越且适合扩展为在多个CPU核心的系统运行的应用程序。《多核应用编程实战》面向多种操作系统和处理器类型引用程序示例,内容涵盖类UNIX操作系统(Linux、Oracle Solaris、OS X)和Windows系统上多核应用的编写方法、多核的硬件实现对应用程序的性能影响、编写并行应用程序时要避免的潜在问题,以及如何编写可扩展至大量并行线程的应用程序。, 《多核应用编程实战》适合所有C程序员学习参考。("