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

搜索资源列表

  1. Windows_Via_C-CPP

    0下载:
  2. 本书是讲解Windows操作系统内部机制的一本专著。作者从基本概念入手,全面系统地介绍了Windows底层实现机制、Windows应用程序的基本构件(包括进程、线程、内存管理、动态链接库、线程本地存储和Unicode)以及各类Windows API等,并列举了大量应用程序示例,精辟地分析了Windows编程的各个难点和要点,为掌握Windows编程技巧提供了一条有效的捷径。 本附件附全部电子版书籍和源代码,是学习Windows编程不可多得的好资料。-This book is to expla
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-17
    • 文件大小:27250556
    • 提供者:罗二小
  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. ShareMem

    0下载:
  2. 系统共享内存实现代码,可以充分利用 Windows 的功能来实现不同进程间通讯-Shared memory system code, you can take full advantage of Windows features to achieve communication between different processes
  3. 所属分类:Shell api

    • 发布日期:2017-03-31
    • 文件大小:15861
    • 提供者:a0xa0
  1. 22

    0下载:
  2. 进程管理器的 C++ 源代码 能够查看和管理 Windows 程序-Process Manager, C++ source code to view and manage Windows programs
  3. 所属分类:Shell api

    • 发布日期:2017-04-16
    • 文件大小:44224
    • 提供者:a0xa0
  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. ThreadMFC

    0下载:
  2. windows线程和进程编程 MFC visual C-thread and process windows MFC visual C++ programming
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:152181
    • 提供者:凌云枫
  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. Expert_WinAPI_8_to_17

    1下载:
  2. 这是《精通Windows API函数、接口、编程实例》第8-17章源代码,包括服务、图形用户界面、系统信息的管理、进程间通信、Windows Shell程序设计、Windows GDI、Windows Socket网络编程、设备驱动管理、内核通信、用户认证和对象安全。-This is the " Mastering Windows API function, interface, programming examples" section of Chapter 8-12, th
  3. 所属分类:Windows Kernel

    • 发布日期:2017-06-01
    • 文件大小:13825655
    • 提供者:
  1. Producer_Consumer

    0下载:
  2. windows实习:用进程和线程两种方式解决生产者与消费者问题,与经典的不同的是,要求生产者生产的每一个产品被每一个消费者取走并仅取走一次。-windows Practice: Process and thread with the producers and consumers in two ways to solve the problem, and the difference is that classic, requiring producers to the production o
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:255119
    • 提供者:myf
  1. SortByProcess_Thread

    0下载:
  2. windows实习:生成一个大于10000个数随机数文件,用进程和线程两种方式对其进行快速排序,用进程编写时,注意控制进程的数量。-windows Practice: Generate a random number greater than 10,000 the number of files, processes and threads in two ways with its quick sort, with the process of writing, the number of at
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-14
    • 文件大小:3376008
    • 提供者:myf
  1. 02MemRepair

    0下载:
  2. 修改内存,在windows控制台环境下对指定进程的内存进行修改,-Modify the memory, the console in the windows environment, the memory of the specified process to modify
  3. 所属分类:Console

    • 发布日期:2017-04-04
    • 文件大小:21723
    • 提供者:zhangzhen
  1. window-message-communication-

    0下载:
  2. 通过Windows窗口消息实现进程间通信-Windows window message via inter-process communication to achieve
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:8475
    • 提供者:gfdgfdgfdgfdg
  1. Process-communication

    1下载:
  2. ? 编写两个进程,一进程负责发送字符 串,另一进程负责接收字符串; ? 支持Windows/linux的的共享存储区、消息、有名和无名管道、Socket通信 ? 发送进程应可以从窗口或键盘上接收字符串; ? 接收进程应可将字符串显示在窗口上; -? preparation of two processes, a process responsible for sending a string, another process is responsible for receivin
  3. 所属分类:Windows Develop

    • 发布日期:2015-12-22
    • 文件大小:119808
    • 提供者:陈明
  1. Applet-C-11

    0下载:
  2. 11个C语言小程序,里面包括如WINDOWS强制关闭程序或进程、最美图形设计、走迷宫等-C-11 small programs, which include, for example WINDOWS forcibly closed by the program or process, best graphic design, maze, etc.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:6001
    • 提供者:刘飞龙
  1. processinfo

    0下载:
  2. Windows系统下面获取进程的源代码,采用VC开发,可以获取进程的信息包括可执行程序的路径,进程ID等,可以用于进程监控和其他进程操作。-Windows system process to obtain the source code below, using VC++, you can get the process information includes the path of the executable program, process ID, etc., can be used f
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:13777
    • 提供者:anlin
  1. manage-process

    0下载:
  2. 一个管理进程的代码,包括了所有WINDOWS下的进程结束方法,程序源代码完整可运行-A management process code, including all the approach end of the process under WINDOWS, complete source code can run
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:144037
    • 提供者:liming
  1. HookAPI

    0下载:
  2. VC++ HOOK Api使用大全及演示,有很多内容,全部都是Windows系统下各种HookApi的示例源码,包括网络、文件、对话框、注册表、进程等各个方面的,推荐给大家研究。 -VC++ HOOK Api Daquan, and demo use, there are a lot of content, all Windows systems of various HookApi example source code, including network, file, dialog,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-23
    • 文件大小:312170
    • 提供者:
  1. Book

    0下载:
  2. 《Delphi 深度编程及其项目应用开发》 PDF格式 附带源码 简 介 本书是在总结作者多年Delphi开发经验的基础上编著而成。全书分为基础篇和应用篇。 基础篇结合示例论述了Delphi的深度编程技术,其中包括9章,分别为:理解Windows消息、 进程与线程、自定义组件的编写、文件操作、创建DLL应用程序、两层数据库应用程序、多 层数据库应用程序、Socket编程、串口编程;应用篇结合物资管理信息系统项目应用开发 技术和经验,详细阐述了一般管理
  3. 所属分类:Delphi VCL

    • 发布日期:2017-06-14
    • 文件大小:22806478
    • 提供者:LPT
  1. MCIWndPlayer

    0下载:
  2. VC++动画模拟Windows的拷贝进程,播放了一个拷贝文件的AVI文件,从而用动画模拟出一个拷贝文件的动态效果来,并适时显示拷贝进度,进度条控件的使用等。 -VC++ copy of Windows, the process of animation, broadcast a copy of the file AVI files, which use animation to simulate the dynamic effects of a copy of the file to, an
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:21782
    • 提供者:
  1. HookAPI

    0下载:
  2. 推荐一些Windows环境下的HOOK API各种示例源代码,包括网络、注册表、文件、对话筐、进程等各个方面,这是些编程常用到的HOOK示例,可作为资料保存,以备后用。 -To some of the Windows environment HOOK API source code for various examples, including network, registry, file, dialog baskets, and other aspects of the process,
  3. 所属分类:Hook api

    • 发布日期:2017-04-07
    • 文件大小:319298
    • 提供者:madud00078
« 1 2 ... 38 39 40 41 42 4344 45 46 47 48 49 50 »
搜珍网 www.dssz.com