搜索资源列表
NT下进程隐藏
- 在NT环境下隐藏进程,也就是说在用户不知情的条件下,执行自己的代码的方法有很多种,比如说使用注 册表插入DLL,使用Windows挂钩等等。其中比较有代表性的是Jeffrey Richer在《Windows核心编程》中 介绍的LoadLibrary方法和罗云彬在《Windows环境下32位汇编语言程序设计》中介绍的方法。两种方法的 共同特点是:都采用远程线程,让自己的代码作为宿主进程的线程在宿主进程的地址空间中执行,从而达 到隐藏的目的。相比较而言,Richer的方法由于可以使用c/c++等高级
MessageQueue
- 完全自己编写的消息队列,代码中还实现了互斥量、信标量以及线程调度,该代码完全由C编写,没有使用WINDOWS函数。-completely prepared by his message queue, the code also achieved a volume contradict letter scalar and thread scheduling, the C code entirely prepared, to use a Windows function.
Co_Thread_Prj
- 实现了C++中的协程机制,对于支持动态脚本的 C++代码比较有用,请参见我的博客文章 http://www.cublog.cn/u/16663/showart.php?id=148848-realization of the C-HS mechanism for supporting dynamic scr ipt more useful C code, Please see my blog article http : / / www.cublog.cn/u/16663/showart
linecount3.4.05
- 可用于对VC++、C++ Builder、Delphi、VB、C/C++、ASM等程序源代码进行详细的统计,可以非常精确的得到程序中代码行、注释行和空白行的行数。程序会自动根据你选择的文件类型进行统计,并将所有文件的分析结果进行汇总,可以方便、准确的对程序代码量进行全面的统计。本软件是绿色软件,不需要安装,直接运行。-can be used to VC, C Builder, Delphi, VB, C / C, ASM source code for the procedures detail
二分查找
- 二份查找。本软件在数据查找中是非常实用的软件。原代码是C语言的运行环境-search. The search software in the data is very useful software. The original C language code is the runtime environment
USBduoxiancheng.zip
- USB多线程的实时数据采集系统源码-(精),USB multi-threaded real-time data acquisition system source code- (refined)
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.
code
- 多线程在Visual C#网络编程中的应用,如何使用C#同步对多线程环境中共享资源的访问等,-多线程在Visual C#网络编程中的应用,如何使用C#同步对多线程环境中共享资源的访问等。
C-shili.RAR
- Visual C++系统开发实例精粹 赵辉,叶子青编著 的例子程序源码-Visual C++ system development examples essence Zhao Hui, Ye Ziqing compiled example program source code
loadEXE.rar
- 将非自身的EXE注入到其它进程控制中运行的代码。非常经典的东西。,of non-self-injected into the EXE other process control operation of the code. Very classic things.
success3
- 哲学家问题,C++编的多线程模拟哲学家吃饭问题,运行前需要设置一下project-Philosophers problem, C++ code for multi-threaded simulation of philosophers problem of feeding the project need to set before running
cpu
- 采用仿真实验的方法,分析和评价FCFS、SJF、RR和MLFS算法的优劣,用c++实现四种调度算法,源代码如下,思路程序内有注解-Method using simulation, analysis and evaluation of FCFS, SJF, RR, and MLFS merits of the algorithm, using c++ to achieve the four scheduling algorithms, source code is as follows, idea
process
- 模拟操作系统中的进程调度用c写的一段程序代码。希望多沟通。-Simulation of the process of scheduling the operating system used to write c program code section. Want to communicate.
zhexuejia
- 计算机操作系统,哲学家就餐问题,C源代码。-Computer operating system, philosophers eat, C source code.
multithread
- Win32应用多线程,Visual C++ 6.0 实现,是一个很好的学习多线程的样板源码-visual c++ source code, for multithread programming
KV2008_src
- 杀江民2008 的代码 , 垃圾CODE,对我已经没什么意义.丢上来. 供参阅. 代码风格混乱,看了吐血的不要骂我!!因为很多杀软报毒,上传附件时加了密码: 解压密码: 123-Jiangmin 2008 killing of code, garbage CODE, has no significance to me. Throwing up. For reference. Code style chaos not seen the blood called me!! Soft repo
MultiThread
- 这是标准C#源码的多线程操作源码,很好的显示了c#下多线程操作应用。-This is a standard C# source code multi-threaded operation of source code, a very good show c# applications for multi-threaded operation.
CThreadPool
- Source Code of using Cthreadpool object and how to use Kindly add .exe before using it is self compressed exe which i changed to zip
MultiThreadTest-_Verson-1.0
- 开发环境是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.
基于C的多线程编程学习例程
- 该程序源码适合初学者学习多线程编程,采用的编程语言是C语言。(The program source code, suitable for beginners to learn C multithreaded programming.)