CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 系统编程

资源列表

« 1 2 ... .75 .76 .77 .78 .79 1380.81 .82 .83 .84 .85 ... 15013 »
  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
    • 文件大小:304.85kb
    • 提供者:
  1. 12

    0下载:
  2. Each directory contains a simple batch file named "runpgms.bat" that runs the executables made in that directory. Note that on some systems, the default setting for the PATH variable does not include the current directory. So, for example
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:7.38kb
    • 提供者:hx
  1. lunzhuang

    0下载:
  2. 调度5个进程的进程调度算法 实现进程调度,系统 -5 program processore#include "stdio.h" #include <stdlib.h> #include <conio.h> #define getpch(type) (type*)malloc(sizeof(type)) #define NULL 0 struct pcb { /* 定义进程控制块PCB*/ char name[10] char state
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:10.79kb
    • 提供者:梦还很远
  1. dllinfo

    0下载:
  2. VC++从Dll中共享数据典型实例,调用Dll进程数,判断当前调用Dll的线程有多少个,都是本源码要实现的功能。-Dll in VC++ to share data from a typical case, call the Dll number of processes to determine the current call Dll number of threads, are the source to achieve the function.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:53.25kb
    • 提供者:madud00042
  1. holdthread

    0下载:
  2. VC++挂起、启动和恢复线程的方法实例,多线程编程方面比较基础的知识,向高手迈进必看的一些Windows系统相关的例子,供参考。 -VC++ hangs, startup and recovery method of an instance of the thread, multi-threaded programming knowledge basis of comparison to the master into the must-see some of the Windows sys
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:10.96kb
    • 提供者:
  1. WorkerThread

    0下载:
  2. VC++ 创建Worker线程实例源码,演示了如何创建线程,启动线程,设置线程参数,并向主线程窗体发送消息等基本的线程操作实例 。 -VC++ source code to create an instance of Worker threads, demonstrates how to create a thread, start a thread, set the thread parameters, send a message to the main thread form the
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:10.58kb
    • 提供者:
  1. FileMapTransTxt

    0下载:
  2. VC++通过内存映射在程序间交换数据,通过这个小实例,你会了解到以下技巧:在内存映像中创建对象,将文件视图映射到一个进程的地址空间上、返回LPVOID类型的内存指针、给映像内存数据赋给本地变量、释放映像内存、更新数据等。 -VC++ through the memory mapping between programs exchange data through this small example, you will learn the following skills: in the m
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:20.11kb
    • 提供者:madud00044
  1. TrapCAD

    0下载:
  2. VC++屏蔽Windows热启键(Ctrl+Alt+Del)程序,实现动态禁用/启用Window NT/2000/XP的Ctr+Alt+Del组合键,在远程线程分配内存来存放参数。测试发现,本程序在XP下运行好像有点问题,容易导致电脑重启,特别是在勾选选框的时候,大家请注意。 -Windows VC++ hot start button mask (Ctrl+ Alt+ Del) program, dynamic disable/enable Window NT/2000/XP the Ct
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:22.86kb
    • 提供者:madud00044
  1. MFCAppWizard

    0下载:
  2. 讲述MFC AppWizard的原理与MFC程序框架的剖析。AppWizard是一个源代码生成工具,是计算机辅助程序设计工具,WinMain在MFC程序中是如何从源程序中被隐藏的,theApp全局变量是如何被分配的,MFC框架中的几个类的作用与相互关系,MFC框架窗口是如何产生和销毁的,对窗口类的PreCreateWidow和OnCreate两个函数的着重分析,Windows窗口与C++中的CWnd类的关系。 -About the principles and MFC MFC AppWiza
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:30.03kb
    • 提供者:madud00044
  1. CntrlOtherPrcss

    0下载:
  2. VC++试图启动并控制其它的EXE程序,程序先初始化变量,以打开记事本程序为例,然后判断进程句柄是否合法,根据句柄,终止刚才打开的记事本程序,终止出现错误,显示错误信息或显示提示信息。 -VC++ tries to start and control other EXE program, the program first initializes the variable to open the Notepad program, for example, and then determine
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:25.3kb
    • 提供者:madud00046
  1. Tray

    0下载:
  2. 再发一个VC++系统托盘程序,在任务栏显示图标,目前有不少程序喜欢搞上这么一个功能,有时候可方便用户,不过有时候觉得多此一举,把本来就不大的托盘搞的都是图标,因此有的朋友可能要烦感这功能哦,在适当的时候再用吧。 -Recurrence of a VC++ system tray program icon in the taskbar, there are so many programs like to do a feature on, and sometimes can be user-f
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:20.3kb
    • 提供者:madud00046
  1. showTray

    0下载:
  2. 实现系统托盘,其中包括实现的原理及程序源码。-Implement the system tray, including the implementation of the principles and program source code.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-17
    • 文件大小:75.34kb
    • 提供者:goldenocean
« 1 2 ... .75 .76 .77 .78 .79 1380.81 .82 .83 .84 .85 ... 15013 »
搜珍网 www.dssz.com

浏览历史记录

关闭