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

搜索资源列表

  1. keygame

    0下载:
  2. 用汇编语言写的打字游戏,界面漂亮,可以选择级别。有存储功能。
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:5673
    • 提供者:菟菟莎莎
  1. snake

    0下载:
  2. 用汇编语言编写的贪食蛇小程序,有撞墙功能,即撞墙后游戏结束
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:245510
    • 提供者:冯治
  1. JIMU_ASM

    0下载:
  2. 积木游戏汇编语言-modular assembly language game
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:4682
    • 提供者:李风
  1. snake

    1下载:
  2. 用汇编语言实现贪吃蛇游戏 直接编译连接即可
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:5522
    • 提供者:何健明
  1. dazi1

    1下载:
  2. 汇编语言的另一个打字游戏 比较好 测试通过masm6.0
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:5407
    • 提供者:yenan
  1. 汇编贪吃蛇

    0下载:
  2. 一个完成文件,贪吃蛇游戏,汇编语言版的,是本人学习汇编语言时做的。-a completed document, Snake games, the assembly language version, I am learning assembly language so.
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:3002
    • 提供者:陈希
  1. 复件 push01

    0下载:
  2. 用汇编语言实现的推箱子游戏,基本的操作和网上的游戏一样,只就做了一关,有兴趣的朋友可以帮着完成其他的-assembly language magazines in the game, the basic operation and online games, it was done only a clearance, interested friends can help to complete the other
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:11776
    • 提供者:aiai
  1. AXPUnpack

    3下载:
  2. 最近研究了一下*狐的天龙**的打包文件axp格式,其实网上也有一些同学的分析,不过不是很完整。 过程: 1、OD加载游戏,通过对文件I/O的API下断点,定位游戏加载的打包文件 2、对程序读入的文件数据缓冲区下内存断点,定位索引和偏移的计算算法 3、通过IDA提取文件偏移和hash计算的代码,通过内嵌汇编测试程序 4、将代码还原成c代码 整个过程没有太大的技巧,关键是耐心和细心的考验,文件头和索引头还有一些字段无法确定其作用,许多地方是都是猜测,无法保证正确性。后还原时代码果如暴雪的mpq文件的
  3. 所属分类:文件操作

    • 发布日期:2011-07-01
    • 文件大小:69897
    • 提供者:jamesma
  1. 32bitSokoban.rar

    0下载:
  2. 利用汇编语言实现32位下的推箱子游戏,代码以小组的模式编写,代码完整独立,程序界面不错。并且还有440k的实验报告,内容完整,经历了软件工程的所有步骤。,The use of assembly language to achieve a 32-bit under the Sokoban game code to write the model group, code complete independence, a good program interface. And there are 44
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:112329
    • 提供者:william
  1. major

    0下载:
  2. 汇编语言的打字游戏,包括鼠标控制,直接写显存的图形界面,通过rs232连机,记录存档等功能。-An asm typing game. Includes features such as mouse control, direct video memory access, serial communication via rs232 and high score keeping and etc.
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:21985
    • 提供者:赵可
  1. littlebird

    0下载:
  2. 用汇编语言写成的小游戏,小鸟在屏幕上飞过,比较简单-Written in assembly language of the game, birds flying on the screen, relatively simple
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:538
    • 提供者:FranciseLee
  1. keyboardgame

    0下载:
  2. 打字游戏,字母由上往下掉,由键盘输入,是一个简单的汇编语言编写的小程序-Typing games, letters from top-down away from the keyboard input, is a simple compilation of small programs written in languages
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:2996
    • 提供者:张平
  1. 24_Points_Game

    0下载:
  2. 算24点”作为一种扑克牌智力游戏,游戏内容为从一副牌中抽去大小王2张,任意抽取4张牌(称牌组),用加、减、乘、除(可加括号)把牌面上的数算成24,每张牌必须用一次且只能用一次。我们可以人工计算,当然也可以用计算机来处理。本程序主要是借助计算机利用设计好的算法来计算24点问题。 该24点游戏程序内容主要包括界面显示,自动运算24点以及手动计算24点三部分,采用模块化开发方法,并汇编语言编写程序代码。-Count 24 points " as a mental poker game,
  3. 所属分类:assembly language

    • 发布日期:2017-03-24
    • 文件大小:6738
    • 提供者:杜畅
  1. GreedySnake

    0下载:
  2. 该款贪吃蛇游戏完全基于底层的汇编语言,采用DOS调用的方式运行,并且是全彩色的,配有详细的游戏说明。-The Snake game is based entirely on the ground floor of the assembly language, used to call DOS run, and the full-color, with a detailed descr iption of the game.
  3. 所属分类:assembly language

    • 发布日期:2017-04-24
    • 文件大小:132046
    • 提供者:石云
  1. Box

    0下载:
  2. 俄罗斯方块用汇编语言编写 (1)执行的命令: ---------------------------------- ML /c /coff /Cp main.asm Link /subsystem:windows main.obj els.res (2) 按Enter键开始新游戏 按上下左右箭头操作方块 只实现了最基本的功能-Box with the compilation of the Russian language (1)
  3. 所属分类:assembly language

    • 发布日期:2017-04-29
    • 文件大小:37565
    • 提供者:边宇
  1. mg

    0下载:
  2. 汇编语言完成的迷宫游戏,可以运行,可以再dos中玩这个小游戏-Assembler language to complete the maze game, can run, you can re-dos in playing this game
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:4666
    • 提供者:xiaochong
  1. jam

    0下载:
  2. 用汇编语言实现的一个小游戏 通过该游戏可以领略汇编的魅力。-Using assembly language to achieve a small game through the game can appreciate the charm of the compilation.
  3. 所属分类:assembly language

    • 发布日期:2017-05-13
    • 文件大小:3081123
    • 提供者:wangaiguo
  1. file

    0下载:
  2. 运用汇编语言编写的程序,通过该游戏,你可以发现汇编的作用非常大。-The use of assembly language program written by the game, you can find a very large role in the compilation.
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:2653
    • 提供者:wangaiguo
  1. yang

    0下载:
  2. 在DOS环境下的用汇编语言实现的推箱子的游戏界面-In the DOS environment to achieve the use of assembly language interface of the game Sokoban
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:1187
    • 提供者:呀呀彤
  1. 3Dgame

    0下载:
  2. 源码为机器码,经过反汇编是汇编语言,功能是一段3D游戏的过场及音乐。是一届程序设计大赛的作品。应该有助于理解汇编指令。-Source for the binary, after the compilation is a compilation of anti-language, feature is the cross section of 3D games and music games. Design Competition is the next procedure works. Shou
  3. 所属分类:Other Games

    • 发布日期:2017-04-15
    • 文件大小:7289
    • 提供者:xy
« 1 2 34 5 6 7 »
搜珍网 www.dssz.com