CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 进程与线程 搜索资源 - core

搜索资源列表

  1. NT下进程隐藏

    0下载:
  2. 在NT环境下隐藏进程,也就是说在用户不知情的条件下,执行自己的代码的方法有很多种,比如说使用注 册表插入DLL,使用Windows挂钩等等。其中比较有代表性的是Jeffrey Richer在《Windows核心编程》中 介绍的LoadLibrary方法和罗云彬在《Windows环境下32位汇编语言程序设计》中介绍的方法。两种方法的 共同特点是:都采用远程线程,让自己的代码作为宿主进程的线程在宿主进程的地址空间中执行,从而达 到隐藏的目的。相比较而言,Richer的方法由于可以使用c/c++等高级
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:31.53kb
    • 提供者:潘桂聪
  1. WINDOWS_ProcessInfo

    0下载:
  2. windows核心编程的代码,没有用MFC,完全采用WIN32和DDK开发,在WIN2000下运行.统计进程的状态和堆栈.-windows core programming code without using MFC, completely WIN32 and DDK Development, running in Windows 2000. Statistical process and the state stack.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:23.73kb
    • 提供者:wtm
  1. HideProc

    0下载:
  2. 在2000/xp中隐藏进程,采用挂接内核技术,可以躲过多种进程察看工具。-2000/XP hidden in the process, articulated core technology, can see the process survived multiple tools.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:12.13kb
    • 提供者:倪玉龙
  1. zbxi

    0下载:
  2. 文件-进程关联演示程序 pjf(jfpan20000@sina.com) 1、首先使用ZwQuerySystemInformation查询所有进程句柄, 2、获取句柄所代表对象信息,查出目标文件。核心态程序相对简单,对于 用户态程序,使用ZwQueryInformationFile同时与GetFileInformationByHandle、 GetVolumeInformation二API搭配获得之(前者得文件除去卷的路径名,后二者 得卷名) 另外可用ZwQueryOb
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2.22kb
    • 提供者:周继波
  1. pskill

    0下载:
  2. Windows下一个模仿pskill和pslist的程序,拥有超级管理员权限.可以查看所有进程,并且可以kill掉除了几个核心进程以外的所有进程.-Windows avail a copy of the procedures and uninstalled with super administrator privileges. All processes can view, and can kill out a few core processes outside the process.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:3.5kb
    • 提供者:郑攀峰
  1. 2006_12_21_1111547

    0下载:
  2. 如何利用线程改进运行速度,特别是在多核心处理器下的操作-how to use threads to improve the operating speed, especially in multi-core processors to operate under the
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:128.53kb
    • 提供者:郑超
  1. jibu_c_1.0.0.zip

    0下载:
  2. C语言多核多线程并行编程源代码。内有大量源代码。,Multi-core multi-threaded C language source code for parallel programming. There are a large number of source code.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-09
    • 文件大小:1.36mb
    • 提供者:computing
  1. WINDOW_MMFShare

    0下载:
  2. WINDOWS核心编程的共享内存的模拟与实现,采用WIN32和DDK实现,没有用到MFC.-core Windows programming shared-memory simulation and implementation, using WIN32 and DDK realized, did not use the MFC.
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-14
    • 文件大小:4.61kb
    • 提供者:wtm
  1. chapter6.tar

    0下载:
  2. < 多核程序设计>>第6章源代码。主要为多线程编程。-<Multi-core programming>> Chapter 6 of the source code. Mainly for multi-threaded programming.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:11.69kb
    • 提供者:祥子
  1. common_ctrl

    0下载:
  2. 中文PWIN98/95之所以深受广大计算机用户的青睐,除其在32位多任务、多线程和系统稳固性等核心技术的重要改进之外,更主要的还是其优秀的用户交互界面。这就给程序设计人员提出了新的课题,如何在自己开发的应用程序中充分利用WIN98/95支持的各种高级通用控制和视,这也是学习VC编程所必须掌握的基本内容,本文将通过实例来具体演练VC5中的这些控件。-The reason why Chinese PWIN98/95 well received by the computer user s favor
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:128.32kb
    • 提供者:柳懿
  1. jibu_java_1.0.0

    0下载:
  2. 多核多线程并行编程库源代码。JAVA语言。-Multi-core multi-threaded parallel programming library source code. JAVA language.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:424.79kb
    • 提供者:computing
  1. Dijkstra-omp

    0下载:
  2. 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
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:1.6kb
    • 提供者:computing
  1. Game

    0下载:
  2. 蜘蛛牌游戏编程,它集中应用了多线程和多核技术,对学习编程很有帮助!-Day-to-day poker game programming,It focused on the application of a multi-threaded and multi-core technology, useful for learning programming!
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:648.44kb
    • 提供者:王俊
  1. hexinjishubiancheng

    0下载:
  2. 操作系统实验教程——核心技术编程实例。包括中断处理,文件管理等具体实例。主要采用汇编语言。-Experimental tutorial operating system- the core technology programming examples. Including interrupt handling, document management, such as concrete examples. The main use of assembly language.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-21
    • 文件大小:5.94mb
    • 提供者:陈晨
  1. 09-Queue

    0下载:
  2. windows核心编程中的临界区实现代码,有利于加深对临界区的理解-windows of the core programming code of the critical zones is conducive to deepening the understanding of the critical region
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:20.12kb
    • 提供者:于海亮
  1. NHD

    0下载:
  2. 程序采用当前最先进的Rijndael算法作为核心算法,带有可变块长和可变密钥长度的迭代块密码。块长和密钥长度可以分别指定成 128、192 或 256 位。多线程操作,保证加密时程序界面流畅,加密速度大约9M每秒。-Procedures using the most advanced as a core algorithm Rijndael algorithm with variable block length and variable key length of the iterative
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:271.38kb
    • 提供者:孔亮
  1. duohePPT

    0下载:
  2. 有关多核运算的PPT资料,多核程序设计及多核技术导论-PPT information about multi-core computing, multi-core programming and multi-core technology, Introduction to
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-09
    • 文件大小:1.58mb
    • 提供者:橡树
  1. Cilk-UserGuide

    0下载:
  2. intel cilk 多线程编程指南,主要用于多核处理器的多线程设计-intel cilk multithreaded programming guide, mainly for multi-core processors, multi-threaded design
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1022.78kb
    • 提供者:magic
  1. Multiple-Thread--Multiple-Core-

    0下载:
  2. 讲解windows多线程和多核编程的好书-It s a good book that interprets multiple thread and multiple core programming in windows.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-11
    • 文件大小:2.47mb
    • 提供者:包包
  1. core

    0下载:
  2. WINDOWS核心编程的共享内存的模拟与实现,采用WIN32和DDK实现,没有用到MFC,(WINDOWS core programming simulation and realization of the Shared memory, using WIN32 and DDK, did not use MFC,)
  3. 所属分类:进程与线程

    • 发布日期:2017-12-27
    • 文件大小:3kb
    • 提供者:priorjty
« 12 3 »
搜珍网 www.dssz.com