CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 游戏 外挂编程 搜索资源 - structure

搜索资源列表

  1. shell124

    0下载:
  2. 程序主要运用向量 将数据进行排序 构造了Thread类和Node结构,以及切换,读入函数,FCFS与RR算法运用的队列,最后计算出各项包括utilization,serviceTime,ioTime等各项数据,然后输出结果-procedures will primarily use vector data structure sort of Thread and Node category structure, and switching, read into the function, RR
  3. 所属分类:外挂编程

    • 发布日期:2008-10-13
    • 文件大小:6.83kb
    • 提供者:徐玖
  1. 神迹消息结构

    0下载:
  2. 神迹消息结构 一个外挂程序的消息部分-structure of a miracle news plug some of the news
  3. 所属分类:外挂编程

    • 发布日期:2008-10-13
    • 文件大小:3.93kb
    • 提供者:阿迪
  1. SGLViewer_Source

    0下载:
  2. 传奇世界SGL文件破解,源代码,对传奇世界SGL文件结构分析, PASCAL 语言的-Legends of the World SGL crack documents, source code, the legendary World SGL structure of the document, the language PASCAL
  3. 所属分类:外挂编程

    • 发布日期:2008-10-13
    • 文件大小:14.05kb
    • 提供者:陆尧
  1. cSharpwaigualei

    0下载:
  2. c# 外挂类 操作窗体 pid = kk.pid("su_client.exe") 获得进程PID key.WinFromXY wf 声明结构数组 wf = kk.findform(“窗口标题”) 根据窗口标题得到 宽,高,以及x,y信息。 kk.setwinform(窗口标题,新的高,新的宽)//改变窗体大小 kk.winText(旧的窗体标题, 新的窗体标题) //修改窗体标题 kk.showform(窗口标题)//将窗体至于屏幕最顶端 kk.fi
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-05-14
    • 文件大小:3.45mb
    • 提供者:bk
  1. WoolRobot

    2下载:
  2. 传奇世界脱机外挂源码,新手,高手都可研究,代码结构明了。思路清晰。-Legends of the World off-line plug-in source code, novice, expert can study the code structure and clear. Clear thinking.
  3. 所属分类:Game Hook Crack

    • 发布日期:2015-10-05
    • 文件大小:148kb
    • 提供者:林繁
  1. VB-rookie-to-write

    0下载:
  2. 让VB菜鸟最快写出自己的外挂.代码结构简单 思路清晰 是个研究的好材料-VB rookie to write their own plug-fastest. The code is a simple structure and clear thinking of the good material
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-03-30
    • 文件大小:5.26kb
    • 提供者:余华景
  1. sousuodll

    0下载:
  2. 易语言编写,主要用于游戏找call,占用内存小。结构简单,绿色环保-Easy language, mainly for the game to find call, small memory. Simple structure, green! ! !
  3. 所属分类:外挂编程

    • 发布日期:2017-04-17
    • 文件大小:134.31kb
    • 提供者:19930102
  1. saolei

    0下载:
  2. 扫雷分析,对扫雷的地址进行分析,读取相应的内存数据,分析其数据结构-Mine-sweeping analysis of the address mine clearance analysis, reading memory data, analyze the data structure
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-05-09
    • 文件大小:1.83mb
    • 提供者:Tsing
  1. DNant

    0下载:
  2. 失效了的DNF外挂源码. 里面的DNF内存地址都已经失败. 不过程序结构和思想还是有很多借鉴之处-Failure of the DNF external source. DNF memory addresses inside have failed, but the program structure and ideas still have a lot learn from
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-04-01
    • 文件大小:61.04kb
    • 提供者:hkcly
  1. renshilianbiaojiegouSYSdeng

    0下载:
  2. A、链表结构 B、链表的初始化 C、在链表中插入数据(结点) D、链表的遍历 -A, the list structure B, list of initialization C, in the list to insert data (node) D, linked list traversal
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-04-09
    • 文件大小:46.2kb
    • 提供者:蔡中伟
  1. OEP

    1下载:
  2. OEP感染注入呢,最主要我们要了解OEP的概念。OEP就是程序的入口,比如我们编写一个DLL,那么OEP就相当于DllMain,如果编写一个EXE,那么OEP就相当于main或者WinMain。当windows把一个pe文件装载完成之后,就会直接执行OEP入口,即:AddressOfEntryPoint。我们学过PE知识得知,AddressOfEntryPoint是在IMAGE_OPTIONAL_HEADER32 结构的定义里面。-OEP infection injection, the mai
  3. 所属分类:Game Hook Crack

    • 发布日期:2014-08-09
    • 文件大小:169kb
    • 提供者:mrbang
  1. APC

    0下载:
  2. APC中文叫异步过程调用(APC)是NT异步处理体系结构中的一个基础部分。Alertable IO(告警IO)提供了更有效的异步通知形式,当IO请求完成后,一旦线程进入可告警状态,回调函数将会执行,也就是一个APC的过程。线程进入告警状态时,内核将会检查线程的APC队列,如果队列中有APC,将会按FIFO方式依次执行。如果队列为空,线程将会挂起等待事件对象。以后的某个时刻,一旦APC进入队列,线程将会被唤醒执行APC。-APC called asynchronous procedure call
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-04-06
    • 文件大小:14.45kb
    • 提供者:mrbang
  1. Database-2.2.3.2-Fresh-Upload-By-Fyurith

    0下载:
  2. Structure data about flow chart
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-05-11
    • 文件大小:2.13mb
    • 提供者:steven imut
  1. tagbaseatt.lst(www.gmnets.cn)-(1)

    16下载:
  2. 一款通用的解码器,免费放出,功能: 1、文件解码 2、文件结构定义(自行扩展解码其他游戏文件) 3、批量修改,定位,查找等功能-A universal decoder, free release, features: 1, file decoding 2, the file structure definition (self-expansion decoding other game files) 3, bulk editing, localization, se
  3. 所属分类:Game Hook Crack

    • 发布日期:2014-09-01
    • 文件大小:777kb
    • 提供者:王杰
搜珍网 www.dssz.com