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

搜索资源列表

  1. 教你如何作弊玩扫雷

    0下载:
  2. 最近闲暇时间迷上了扫雷,有的时候经常遇到模棱两可的地方,很容易死到.于是就在想,要是我一开始就知道哪个地方有雷就好了.遂打开OllyDBG,对扫雷程序(WinMine.exe),进行了一番跟踪.好在WinMine.exe没有加壳,直接看它的IMPORT TABLE,在两个可疑的API上下断点,一个就是GDI.BitBlt,这个是程序来画地图的,另一个就是User32.GetDlgItemInt,这个用来获得扫雷地图大小,和雷的个数的. -recent spell of the mine,
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:11831
    • 提供者:黄河
  1. 上古神器

    0下载:
  2. 代码模拟了龟兔赛跑爬山的情况,其中有个时钟触发设置每秒执行一次循环,乌龟的规则是:50% 的机会快走(右移三格) 20% 的机会下滑(左移六格) 30% 的机会慢走(右移一格). 兔子的规则是:20% 的机会睡觉(不移动) 20% 的机会大跳(右移九格) 10% 的机会大滑(左移十二格) 30% 的机会小跳(右移一格) 20% 的机会小滑(左移两格). 其中最先走到整 70 格的胜利,超过 70 格的从头开始 程序在一条线上打印了龟兔移动的轨迹,当两者重合时打印 P 乌龟
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:1273
    • 提供者:单士占
  1. Enemy_with_destructor

    0下载:
  2. Program that creates an array of pointers to objects of type Enemy. Enemies move at random intervals. Colourfully illustrates use of destructor and sound track build in.-Program that creates an array of pointers to objects of type Enemy. Enemies mo
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:390913
    • 提供者:符思中
  1. JAVA游戏的毕业设计

    0下载:
  2. 一个关于游戏的毕业设计 打飞机的,背景可以移动,有关头,有奖励,有一架飞机带跟踪,很简单,各位不要笑话我,发上来主要照顾毕业设计危险的XD -A graduation on the game hit the aircraft, and background can be moved, the head, have a reward, a plane with a track, is very simple, you do not laugh at me, made up mainly
  3. 所属分类:其他智力游戏

    • 发布日期:2017-03-23
    • 文件大小:567390
    • 提供者:studentkang
  1. zoj2127 Zuma的代码

    0下载:
  2. Zuma的代码,Zuma游戏是一款非常经典的小游戏,上传下自己的代码,希望能有多改进……谢~-Zuma code……Zuma is one of my favourite games of Fantasy Games series. In the game a lot of balls of different colors will enter the screen continuous, and the balls onscreen are rolling by a fixed track
  3. 所属分类:射击游戏

    • 发布日期:2017-03-26
    • 文件大小:988
    • 提供者:123
  1. war123

    0下载:
  2. war3 1.24E全图写出来了,通过浩方,VS,掌门人平台,新功能,传钱,加钱,探F,显隐,限定鼠标 [attachment=843789] 如题,见附件 解压后就一个 main.exe文件 先运行魔兽再运行这个文件,跟踪版本,选择3-5之间 一般上平台选5 5不行,选4 忘了加上源代码,最后补上 怕有毒的,自己编译 自已建主可以改钱 哎,改钱要掉线-war3 1.24E write out the whole plan, by Hao Fan
  3. 所属分类:Game Engine

    • 发布日期:2017-03-26
    • 文件大小:8911
    • 提供者:aaa
  1. LightCycles

    0下载:
  2. 该游戏的玩法是允许两辆光束驱动的摩托车在游戏屏幕上行驶,知道其中一辆没有去路,撞到了游戏屏幕边界或另一亮光车留下的光迹为止。-Play the game is to allow two-beam-driven motorcycles traveling in the game screen, there is no way to know one, hit a game-screen borders or other light trucks to stay until the light tr
  3. 所属分类:Game Program

    • 发布日期:2017-03-29
    • 文件大小:377992
    • 提供者:赵胜南
  1. 5_40

    0下载:
  2. :某大学开田径运动会,现有12名选手参加100米比赛,对应的运动员号及成绩如表所示,请按照成绩排名并输出,要求每一行输出名次、运动员号及成绩。要求用冒泡法排序。-: A university open track and field sports, the existing 12 players compete in the 100-meter race, the corresponding numbers and achievements of athletes, such as shown
  3. 所属分类:Other Games

    • 发布日期:2017-04-11
    • 文件大小:627
    • 提供者:guagua
  1. snake

    0下载:
  2. 贪食蛇编程要点 1、每次刷屏时需要注意无效矩形区的大小和位置,一般取整条蛇最小坐标和最大坐标组成的矩形(包括蛇的头和身体) 2、蛇全身的运行轨迹应该参照蛇头的运行轨迹 3、蛇吃下东西之后身体各点的变化情况应该参照第一点的变化,即第一点发生变化之后下一时间段第二点发生变化,再下一时间段第三点发生变化,依此类推,直到最后一点发生变化结束 4、分数的计算变量:蛇吃的一般屎数量、蛇吃大屎的数量、游戏的难度级别 计算公式:(一般屎数量+大屎数量)*难度级别 5、一个问题:游戏的难度
  3. 所属分类:Game Program

    • 发布日期:2017-05-07
    • 文件大小:1726653
    • 提供者:jory
  1. Light_Cycles1

    0下载:
  2. 双人游戏,通过控制方向键盘来控制橙色(W上、S下、A左、D右)和蓝色光车(方向键盘),触壁或者碰到自己或者对手的轨迹者输-Double game, by controlling the direction of the keyboard to control the orange (W' s, S Next, A left, D right) and blue light vehicles (the direction of the keyboard), touch wall, or hi
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-04
    • 文件大小:1273194
    • 提供者:shallowgrave
  1. hgeels

    0下载:
  2. hge的俄罗斯方块游戏,编译通过,可以运行,初学者可以调试追踪真个过程,其中注释可以帮忙调试运行-hge Tetris game, compile, run, track the true beginner can debug a process in which comments can help commissioning
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-10
    • 文件大小:2552891
    • 提供者:沈云海
  1. 100_meters_rank

    0下载:
  2. 问题的提出:某大学开田径运动会,现有12名选手参加100米比赛,对应的运动员号及成绩如表所示,请按照成绩排名并输出,要求每一行输出名次、运动员号及成绩。要求用冒泡法排序。-Of the problem: open a college track meet, the existing 12 players participated in the 100 meters race, the corresponding number of athletes and the results as show
  3. 所属分类:Other Games

    • 发布日期:2017-04-17
    • 文件大小:132924
    • 提供者:ncby
  1. main

    0下载:
  2. 为软件开发者设计的日志程序,科技记录开发的项目和时间,keep track of your project.-digital logbook for software development
  3. 所属分类:Games

    • 发布日期:2017-04-09
    • 文件大小:22207
    • 提供者:benjamin
  1. mouseMoveClickCount

    0下载:
  2. Java Applet for counting and marking the track of mouse as well as indicate XY coordinates of XP
  3. 所属分类:Games

    • 发布日期:2017-04-10
    • 文件大小:814
    • 提供者:cogent
  1. qk_snake_api

    0下载:
  2. VC++贪吃蛇游戏源码 贪食蛇编程要点 1、每次刷屏时需要注意无效矩形区的大小和位置,一般取整条蛇最小坐标和最大坐标组成的矩形(包括蛇的头和身体) 2、蛇全身的运行轨迹应该参照蛇头的运行轨迹 3、蛇吃下东西之后身体各点的变化情况应该参照第一点的变化,即第一点发生变化之后下一时间段第二点发生变化,再下一时间段第三点发生变化,依此类推,直到最后一点发生变化结束 4、分数的计算变量:蛇吃的一般屎数量、蛇吃大屎的数量、游戏的难度级别 计算公式:(一般屎数量+大屎数量)*难度级别
  3. 所属分类:Other Games

    • 发布日期:2017-05-07
    • 文件大小:1728794
    • 提供者:秦坤
  1. tank

    0下载:
  2. 电光源追踪 关于坦克打靶的设计 对点光源进行追踪 确定齐方位 -Electric light track
  3. 所属分类:Game Program

    • 发布日期:2017-04-25
    • 文件大小:102820
    • 提供者:仲昆
  1. modifyGame

    0下载:
  2. 原来写的一个dnf的修改内存工具,采购钩子技术和驱动技术完成内存的追踪和修改。-Originally written in memory of a dnf modification tools, technology and drive technology procurement hook to complete the track and modify memory....
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-05-03
    • 文件大小:1197889
    • 提供者:张三
  1. tuixiangzi

    0下载:
  2. 推箱子游戏,有欢迎界面,游戏关卡设置,成绩记录-Sokoban game, a welcome screen, set the game level, track record
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-27
    • 文件大小:45705
    • 提供者:谢汪益
  1. game

    0下载:
  2. Cursor Rally Your cursor is your car in this wacky racing game. Put your mouse over the start arrow, wait for the light to turn green and follow the track with your mouse cursor. The start indicator for this game is at the top of the
  3. 所属分类:Other Games

    • 发布日期:2017-03-28
    • 文件大小:43988
    • 提供者:Danik
  1. Track-objects

    0下载:
  2. 在scr ipt Tutorial 里的例子是写一个 Follow 的行为,拥有这个Component 的 GameObject 会自动追踪 (面对着) 一个目标物件-Track objects
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-04-11
    • 文件大小:606
    • 提供者:梅佳健
« 12 »
搜珍网 www.dssz.com