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

搜索资源列表

  1. win-multitask

    0下载:
  2. 本文介绍了Windows多线程多任务设计的基础知识。-This paper introduces the Windows multi-threaded multi-task design of the knowledge base.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:11299
    • 提供者:渐渐
  1. Vc-multith

    0下载:
  2. 本文初步介绍了Visual C++多线程设计的基础知识。-this preliminary presentation of Visual C multithreaded design of the knowledge base.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:8484
    • 提供者:渐渐
  1. GetModuleBaseAddress

    0下载:
  2. How to get Module s base address of windows by vc.-How to get Module's base address of windows b y vc.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:4335
    • 提供者:ydnar
  1. StrThread

    0下载:
  2. 自定义多线程基类, 用于对多线程的管理,以及启动、结束的控制。使用时只需要重载RunThread(),非常方便。-Custom multi-threaded base class, used for the management of multi-threading, as well as the start and end control. Only need to use heavy-duty RunThread (), very convenient.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1274
    • 提供者:tonyxzj
  1. DllPatch

    0下载:
  2. DLL内存补丁,可查找进程中的dll模块,对dll模块的基地址相对偏移处修改内存,相比流行的进程内存补丁更进了一步-DLL memory patch can be find in the process of dll module, dll modules of relatively offset base address corrections memory, compared to the process of popular memory patch has taken one step
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:113158
    • 提供者:康康
  1. Pierce

    0下载:
  2. 开发外挂的辅助工具,用来搜索进程中的基址。功能十分强大。开发外挂,学习进程编程的必备源码。-Development of plug-in auxiliary tool for the search process in the base address. Function is very powerful. Development of plug-in, the learning process necessary to program source code.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:174601
    • 提供者:午夜的绅士
  1. mfcThread

    0下载:
  2. 只是一个简单的WIN32下面线程的C++基类封装。在我自己的代码中已经使用N年了,在此稍作简化。因为功能很简单,所以就没有注释了。-A simple C++ base class wrapping thread functionalities under WIN32, which has been used in codes of my own for years. Make some simplification before uploading herewith. No comments s
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:3718
    • 提供者:freemine Xu
  1. MFCThreadDemo

    0下载:
  2. MFC创建多线程的程序,学习多线程程序很好的参考-create multi-threaded program base on MFC
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:28635
    • 提供者:John
  1. thread

    0下载:
  2. mfc 的自己封装的多线程代码,避免了锁死情况-thread code base on mfc, avoid lock case
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:8568
    • 提供者:lx
  1. MultiThread6

    0下载:
  2. 建立一个基于对话框的工程MultiThread6,在对话框IDD_MULTITHREAD6_DIALOG中加入一个按钮IDC_UI_THREAD,标题为“用户界面线程” 右击工程并选中“New Class…”为工程添加基类为CWinThread派生线程类CUIThread。-Establishment of a dialog-based project MultiThread6 the dialog IDD_MULTITHREAD6_DIALOG a button IDC_UI_THREAD,
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-10
    • 文件大小:2285377
    • 提供者:zouxianjian
  1. pipe

    0下载:
  2. 进程间通信的VC++源码实例集,进程之间的通信以及实现方法实例,通过一些小程序来实现,这些小程序有剪贴板实例、邮槽、匿名管道等,希望对VC++基础用户有帮助。-Interprocess communication VC++ set of source instance, the communication between the process and the method instance, some small programs to achieve these procedures cli
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-10
    • 文件大小:2114969
    • 提供者:MarkZar
  1. VideoDemo

    0下载:
  2. 进程间通信的VC++源码实例集,进程之间的通信以及实现方法实例,通过一些小程序来实现,这些小程序有剪贴板实例、邮槽、匿名管道等,希望对VC++基础用户有帮助-Communication between the inter-process communication the VC++ source instance set, the process and the method instance, through a number of small programs to achieve thes
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:67184
    • 提供者:suehao
  1. vcThread

    0下载:
  2. vc知识库多线程例子,用2010编写的,以前的程序是vc6.0,所有的都能运行。-vc Knowledge Base multithreaded example, written by 2010, before the program is vc6.0 can run.
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-12
    • 文件大小:14642756
    • 提供者:韩晓东
  1. Queue

    0下载:
  2. 用双向链表实现的一个任务队列,把自己定义的任务继承基类BaseQueue,可以实现对任务的增加,删除,优先级的设置,获取任务等等。-With a doubly linked list to achieve a task queue , put their defined tasks inherit the base class BaseQueue, can be added to the task , delete, priority setting , access to the task a
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-04
    • 文件大小:1030588
    • 提供者:刘波
  1. dxce

    0下载:
  2. 在这里我使用了三个listbox来处理有关于生产者与消费者的问题,主要解决了将参数传输到线程内的问题,还有关于线程基础的知识学习-Here I used three listbox to deal with producers and consumers about the issue, mainly to solve the transfer parameters to the thread problem, there learning knowledge base about thread
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-18
    • 文件大小:4704707
    • 提供者:廖泽宇
  1. wbph

    0下载:
  2. A base-64 MIME format encoderdecoder with C source code-A base- 64 MIME format encoderdecoder with C source code
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-15
    • 文件大小:36864
    • 提供者:pszaketer
  1. base

    0下载:
  2. 所属分类:进程与线程

    • 发布日期:2018-04-22
    • 文件大小:41984
    • 提供者:VADpgz%2526206
  1. anzlysis-purmit

    0下载:
  2. Implement the base class of the control panel()
  3. 所属分类:进程与线程

  1. 390122

    5下载:
  2. 天龙八部3易语言源码,全能打怪,捡包,组队,基址需要自己更新 天龙易语言源码(The Demi-Gods & Semi-Devils 3 easy language source code, all-around playing strange, picking up bags, team, base site needs to update the Tianlong easy language source code)
  3. 所属分类:进程与线程

    • 发布日期:2020-03-29
    • 文件大小:123904
    • 提供者:htanley
搜珍网 www.dssz.com