Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - The C Programming Language
Search - The C Programming Language - List
在NT环境下隐藏进程,也就是说在用户不知情的条件下,执行自己的代码的方法有很多种,比如说使用注 册表插入DLL,使用Windows挂钩等等。其中比较有代表性的是Jeffrey Richer在《Windows核心编程》中 介绍的LoadLibrary方法和罗云彬在《Windows环境下32位汇编语言程序设计》中介绍的方法。两种方法的 共同特点是:都采用远程线程,让自己的代码作为宿主进程的线程在宿主进程的地址空间中执行,从而达 到隐藏的目的。相比较而言,Richer的方法由于可以使用c/c++等高级语言完成,理解和实现都比较容易 ,但他让宿主进程使用LoadLibrary来装入新的DLL,所以难免留下蛛丝马迹,隐藏效果并不十分完美。罗 云彬的方法在隐藏效果上绝对一流,不过,由于他使用的是汇编语言,实现起来比较难(起码我写不了汇 编程序:))。笔者下面介绍的方法可以说是对上述两种方法的综合:采用c/c++编码,实现完全隐藏。并 且,笔者的方法极大的简化了远程线程代码的编写,使其编写难度与普通程序基本一致。-the NT environment hidden process, the user is unaware of the conditions, the implementation of their code There are various ways, for instance, the use of the registry into DLL, etc. linked to the use of Windows. The more representative Jeffrey Richer is the "core Windows programming" introduced by the LoadLibrary method and the Luo Bin, "under Windows 32 assembly language programming" introduced by the method. Two methods are common features are : remote threads are used to keep the code as host process threads in the host address space of the process to implement in order to achieve the purpose of hiding. Comparatively speaking, Richer way can be used as c / c Senior complete language, understanding and will be relatively easy to achieve, but he let the host process
Date : 2008-10-13 Size : 31.53kb User : 潘桂聪

关于进程调度的一个程序,采用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 five scheduling process, each process has been in operation (Run), ready (Ready) and completed (Finish), one of three states, and assume that the initial states of readiness.
Date : 2008-10-13 Size : 1.52kb User : zhou

用TC编写的一段电梯模拟程序,界面也是TC编写的,简洁美观。主要是用作c语言的线程编程练习。-TC prepared with a lift of the simulation program, the interface is prepared by the TC, simple beauty. C is mainly used for threaded programming language exercises.
Date : 2008-10-13 Size : 59.22kb User : 阿刀

在NT环境下隐藏进程,也就是说在用户不知情的条件下,执行自己的代码的方法有很多种,比如说使用注 册表插入DLL,使用Windows挂钩等等。其中比较有代表性的是Jeffrey Richer在《Windows核心编程》中 介绍的LoadLibrary方法和罗云彬在《Windows环境下32位汇编语言程序设计》中介绍的方法。两种方法的 共同特点是:都采用远程线程,让自己的代码作为宿主进程的线程在宿主进程的地址空间中执行,从而达 到隐藏的目的。相比较而言,Richer的方法由于可以使用c/c++等高级语言完成,理解和实现都比较容易 ,但他让宿主进程使用LoadLibrary来装入新的DLL,所以难免留下蛛丝马迹,隐藏效果并不十分完美。罗 云彬的方法在隐藏效果上绝对一流,不过,由于他使用的是汇编语言,实现起来比较难(起码我写不了汇 编程序:))。笔者下面介绍的方法可以说是对上述两种方法的综合:采用c/c++编码,实现完全隐藏。并 且,笔者的方法极大的简化了远程线程代码的编写,使其编写难度与普通程序基本一致。-the NT environment hidden process, the user is unaware of the conditions, the implementation of their code There are various ways, for instance, the use of the registry into DLL, etc. linked to the use of Windows. The more representative Jeffrey Richer is the "core Windows programming" introduced by the LoadLibrary method and the Luo Bin, "under Windows 32 assembly language programming" introduced by the method. Two methods are common features are : remote threads are used to keep the code as host process threads in the host address space of the process to implement in order to achieve the purpose of hiding. Comparatively speaking, Richer way can be used as c/c Senior complete language, understanding and will be relatively easy to achieve, but he let the host process
Date : 2025-12-19 Size : 31kb User : 潘桂聪

关于进程调度的一个程序,采用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 five scheduling process, each process has been in operation (Run), ready (Ready) and completed (Finish), one of three states, and assume that the initial states of readiness.
Date : 2025-12-19 Size : 1kb User : zhou

用TC编写的一段电梯模拟程序,界面也是TC编写的,简洁美观。主要是用作c语言的线程编程练习。-TC prepared with a lift of the simulation program, the interface is prepared by the TC, simple beauty. C is mainly used for threaded programming language exercises.
Date : 2025-12-19 Size : 59kb User : 阿刀

windows的多线程编程,采用C++语言编写,是windows多线程编程学习一套很好源程序。-windows of the multi-threaded programming, using C++ language is multi-threaded programming windows learn a very good source.
Date : 2025-12-19 Size : 86kb User : liushengyang

windows的多线程编程,采用C++语言编写,是windows多线程编程学习一套很好源程序。-windows of the multi-threaded programming, using C++ language is multi-threaded programming windows learn a very good source.
Date : 2025-12-19 Size : 438kb User : liushengyang

windows的多线程编程,采用C++语言编写,是windows多线程编程学习一套很好源程序。-windows of the multi-threaded programming, using C++ language is multi-threaded programming windows learn a very good source.
Date : 2025-12-19 Size : 85kb User : liushengyang

windows的多线程编程,采用C++语言编写,是windows多线程编程学习一套很好源程序。-windows of the multi-threaded programming, using C++ language is multi-threaded programming windows learn a very good source.
Date : 2025-12-19 Size : 57kb User : liushengyang

windows的多线程编程,采用C++语言编写,是windows多线程编程学习一套很好源程序。-windows of the multi-threaded programming, using C++ language is multi-threaded programming windows learn a very good source.
Date : 2025-12-19 Size : 2.74mb User : liushengyang

本书分六个部分,共25章,主要介绍了C++Builder集成开发环境、C++语言关键技术、组件、通用编程技术、动态链接库、多线程、多媒体编程、数据库编程、网络编程和Windows API编程等。-This book in six parts, a total of 25 chapters, mainly introduce the C++ Builder integrated development environment, C++ Language key technologies, components, generic programming, dynamic link library, multi-threaded, multi-media programming , database programming, network programming and Windows API programming.
Date : 2025-12-19 Size : 12.64mb User : 木木鱼

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 technology.
Date : 2025-12-19 Size : 2kb User : computing

多线程编程,C语言编写,在windows下实现多线程操作。-Multi-threaded programming, C language, in windows under the multi-threaded operation.
Date : 2025-12-19 Size : 34.43mb User : vipzp

模拟操作系统虚拟存储中的页面置换算法采用FIFO算法,使用的是C语言编程 -Simulate the operating system virtual memory page replacement algorithms used in the FIFO algorithm, using a C language programming
Date : 2025-12-19 Size : 1kb User : 麽鱼的谁

此书为POSIX多线程程序设计中文版。本书深入描述了IEEE的开放系统接口标准-POSIX线程,通常称为Ptherads标准。本书首先解释了线程的基本概念,包括异步编程、线程的生命周期和同步机制;然后讨论了题,并给出了避免错误和提高性等问题的有价值的建议。本书使用了大量注释过的实例来解释实际的概念,并包括Pthreads的简装索引和对标准化的展望。本书适合有经验的C语言程序员阅读,也适合多线程编程人员参考。 -This book describes in depth the open system interface standard IEEE-POSIX threads, commonly known as Ptherads standards. This book first explains the basic concepts of threads, including asynchronous programming, thread life cycle and synchronization mechanisms and then discuss the topic, and gives avoiding mistakes and issues such as Ti Gao Xing valuable suggestions. This book uses a lot of comments over the examples to explain the concept of reality, and includes a slimmed-down Pthreads standard index and on the prospects. Book for experienced C language programmers to read, also suitable for multi-threaded programming for reference.
Date : 2025-12-19 Size : 8.05mb User : sgu

诞生于1997年,目前已经推出OpenMP 3.0版本。 标准版本3.0,2008年5月,支持Fortran/C/C++。 面向共享内存以及分布式共享内存的多处理器多线程并行编程语言。 一种编译指导语句,能够显式指导多线程、共享内存并行的应用程序编程接口(API) 具有良好的可移植性,支持多种编程语言。 支持多种平台 大多数的类UNIX系统以及Windows NT系统(Windows 2000,Windows XP,Windows Vista等)。-Born in 1997, the current version of OpenMP 3.0 has been released. May the standard version 3.0,2008, support Fortran/C/C++. For shared memory and distributed shared memory multi-processor multi-threaded parallel programming language. A compiler guidance statement to explicitly guide the multi-threaded, shared memory parallel application programming interface (API) has good portability, support for multiple programming languages. Support multiple platforms most UNIX-like systems and Windows NT systems (Windows 2000, Windows XP, Windows Vista, etc.).
Date : 2025-12-19 Size : 151kb User : 李广印

哲学家问题,也就是消费者-制造者问题AVR32EVK1100为硬件。C语言编程,FreeROTS为API.-Philosophers problem, that is, consumers- the problem AVR32EVK1100 the hardware manufacturer. C language programming, FreeROTS for the API.
Date : 2025-12-19 Size : 10kb User : 张书舟

开发环境是visual studio,编程语言为C#,此代码是关于线程创建。线程创建与线程控制,控制用进度条体现-The development environment is visual studio, programming language is C# code ,It is about thread creation and thread control, control is reflected by the progress bar s change.
Date : 2025-12-19 Size : 65kb User : 王振岭

此代码是关于多线程,线程池的问题。开发环境是visual studio,编程语言为C#,为MultiThreadTest _Verson 1.0的加强版-This code is about the problem of multi-threading, thread pool. Development environment is visual studio, the programming language is C# 。It is enhanced version MultiThreadTest _Verson 1.0 。
Date : 2025-12-19 Size : 80kb User : 王振岭
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.