CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - Process Thread

搜索资源列表

  1. WINDOWSpart3

    0下载:
  2. 本书是讲解Windows 操作系统内部机制的专著,作者从基本概念入手,全面系统地介绍了Windows的各种基本构件,如进程、线程、DLL和内存管理等,并列举了大量应用程序,精辟地分析了构件的使用方法,为掌握Windows 编程技巧提供了一条有效的捷径。对于不同水平的Windows 编程人员来说,本书都具有极好的参考价值。 -This book is the Windows operating system to explain the internal mechanisms of monog
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-22
    • 文件大小:7005967
    • 提供者:xieshangxu
  1. WINDOWSpart4

    0下载:
  2. 本书是讲解Windows 操作系统内部机制的专著,作者从基本概念入手,全面系统地介绍了Windows的各种基本构件,如进程、线程、DLL和内存管理等,并列举了大量应用程序,精辟地分析了构件的使用方法,为掌握Windows 编程技巧提供了一条有效的捷径。对于不同水平的Windows 编程人员来说,本书都具有极好的参考价值。 -This book is the Windows operating system to explain the internal mechanisms of monog
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-23
    • 文件大小:7261190
    • 提供者:xieshangxu
  1. Fenqu

    0下载:
  2. VC++ 实现操作系统 进程线程 及分区-VC++ to achieve operating system process thread and Zoning
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:38539
    • 提供者:小凤
  1. PROCESS

    0下载:
  2. 进程与线程中的信号量编程,有关进程Process方面的源代码-Process and thread semaphore programming aspects of the process, the source code of Process
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:40131
    • 提供者:陈九天
  1. THREAD

    0下载:
  2. 进程与线程中的信号量编程,有关线程(Thread)方面的源代码-Process and thread programming semaphore, the thread (Thread)' s source code
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:36197
    • 提供者:陈九天
  1. Remote-thread-injection

    0下载:
  2. 创建远程线程,无DLL直接注入其他进程!没有全部注入,只注入特定进程!可以自己改为全注入!-Create a remote thread, no DLL is injected directly into other processes! Not all of implantation, only into the specific process! Can inject itself into the whole!
  3. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:1579
    • 提供者:zhouyang
  1. HowToRealizeMuti-ThreadAndMulti_task

    0下载:
  2. 这是一个描述如何实现多线程多任务的程序,-This is a program which illustrates how to realize multi-thread and mult-task
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:48585
    • 提供者:lidongdong
  1. DiningPhilosophers

    0下载:
  2. 六个哲学家就餐问题,体验进程(线程)和死锁的问题.本实验设计个哲学家共享一个相同的线程,既完成线程同步,又预防死锁发生.-6 dining philosophers problem, experience the process (thread) and deadlock issues. The experimental design a philosopher share a similar thread, both complete thread synchronization, but a
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-17
    • 文件大小:195562
    • 提供者:小白鲨
  1. share-thread-linux.tar

    0下载:
  2. testing share infomation between different process. very easy.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:1090
    • 提供者:pegasus
  1. Thread

    0下载:
  2. 进程和线程都是操作系统的概念。进程是应用程序的执行实例,每个进程是由私有的虚拟地址空间、代码、数据和其它各种系统资源组成,进程在运行过程中创建的资源随着进程的终止而被销毁,所使用的系统资源在进程终止时被释放或关闭。-Process and thread is the concept of the operating system. The implementation process is an instance of the application, each process is by th
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:26455
    • 提供者:zhangchenjuan
  1. thread

    0下载:
  2. 一个实现如何在系统中如何确定进程中是否包含其他线程源代码,有vc工程文件。-How an implementation process in the system, how to determine whether it contains other threads in the source code, vc project files.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:13681
    • 提供者:hf
  1. WindowsCoder

    0下载:
  2. 核心编程,本书是讲解Windows 操作系统内部机制的专著,作者从基本概念入手,全面系统地介绍了Windows的各种基本构件,如进程、线程、DLL和内存管理等,并列举了大量应用程序,精辟地分析了构件的使用方法,为掌握Windows 编程技巧提供了一条有效的捷径。对于不同水平的Windows 编程人员来说,本书都具有极好的参考价值。 -Core programming, this book is to explain the internal mechanisms of Windows ope
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-17
    • 文件大小:26988679
    • 提供者:五月天
  1. da

    0下载:
  2. 1.实验目的 (1)理解进程/线程同步的方法,学会运用进程/线程同步的方法解决实际问题; (2)了解windows系统或unix/linux系统下中信号量的使用方法。 -1. Purpose of the experiment (1) understand the process/thread synchronization methods, learn to use the process/thread synchronization methods to solve practi
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:144891
    • 提供者:sky
  1. WinAPI_File_Memory_Process_Thread

    0下载:
  2. 这是"精通Windows API函数、接口、编程实例"书中第4、5、6、7章的源代码,包括对文件系统、内存管理、进程、线程、模块的操作方法。-This is the " Mastering Windows API function, interface, programming examples" chapter in the book section 4,5,6,7 source code, including file system, memory management,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-28
    • 文件大小:10535202
    • 提供者:
  1. OS

    0下载:
  2. 有进程,线程和信号量编程的操作系统编程。-A process, thread and semaphore programming, operating systems programming.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-12
    • 文件大小:3005041
    • 提供者:刘权
  1. grid_thread

    0下载:
  2. LINUX下多线程序,线程同步实例,实现了线程管理,可直接使用到工程中.-LINUX under the multi-line process, thread synchronization instance, to achieve the thread management can be used directly to the project
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:6380
    • 提供者:yangguang
  1. PROCESS

    0下载:
  2. 基于dll的远程线程插入技术,是载体程序,将dll加载到远程线程中-Dll on a remote thread into the technology, is the carrier program that will load the dll to the remote thread
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-14
    • 文件大小:3471177
    • 提供者:houxiaomeng
  1. create-thread

    0下载:
  2. 用MFC实现进程的创建,这个是学习简单的线程创建的不可多得的好例子-Created with the MFC implementation process, this is the thread that created a simple to learn a good example of rare
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:74886
    • 提供者:王正凯
  1. operation-system-study

    0下载:
  2. 操作系统的进程、线程的打开与关闭,进程的安全,多线程的实现的文档和源码-Operating system process, thread open and close, process safety, multi-threaded implementation documentation and source code
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-15
    • 文件大小:3665189
    • 提供者:william
  1. ARM-Linux-jincheng

    0下载:
  2. LINUX进程线程开发实例,很好,很详细-LINUX development process thread instance, very good, very detailed ,,,,,,
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-31
    • 文件大小:190982
    • 提供者:lizhining
« 1 2 3 45 6 7 8 9 10 ... 34 »
搜珍网 www.dssz.com