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

搜索资源列表

  1. Gerryxxx

    0下载:
  2. 自己在学c的时候写的小程序,里面的键盘中断控制可以借鉴,-c in the study was the small program inside the keyboard interrupt control can draw on,
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:3.62kb
    • 提供者:李遥
  1. russion_chinese

    0下载:
  2. 部分源码来自于网上下载,本人将程序进行了部分汉化。 本人认为这个程序对于嵌入式编程人员很值得参考的,里面涉及到中断处理、汉字显示、算法控制等。 通过这种底层程序的学习,可以很快在嵌入式领域入门。每一个LINVX、UC/OS、VXWORKS高手应该都是非常精通DOS环境编程的。 希望对大家有用。欢迎探讨-some source downloaded from the Internet, I will be part of the procedures for the Manchus.
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:810.54kb
    • 提供者:周国翔
  1. WIN9X下五子棋

    0下载:
  2. TC3.0下编译,98下运行(因为直接调用中断中的鼠标) 放在c:\\windows\\desktop\\wzq下 也就是把程序烤到98桌面上去 运行wzq.exe的时候必须有egavga.bgi 和 hzk16在同一目录-TC3.0 compiler, running under 98 (as a direct call interrupted the mouse) on c : \\ windows \\ desktop \\ wzq is under the procedures bake
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:369.15kb
    • 提供者:偶亦人
  1. 简单的赛车游戏1

    0下载:
  2. 这个程序是大二时的汇编课程设计,当时也是花了不少时间,因为是初学,很多方 面都遇到了麻烦。首先就是画小车的问题,如果采用子程序,参数的频繁变动将使程序 变得很难阅读,后来终于发现宏的应用将使程序变得更易于阅读,但因为宏调用在编译 时会宏展开,采用宏将使编译后的文件比较大。再就是小车的动画实现及其碰撞检测, 也是历经磨难好不容易才完成。尤其是碰撞检测,也没找到好的方法,以至三个车道绝 大部分代码是重复的,还盼高手指点迷津。原准备用中断做背景音乐的,但没做好,只 做了个显示系统时钟的,让大虾们见笑。
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:5.89kb
    • 提供者:向远
  1. kbdsrc

    0下载:
  2. 一个多输入的键盘中断处理程序-Importation of more than one keyboard interrupt handling procedures
  3. 所属分类:Game Program

    • 发布日期:2017-11-09
    • 文件大小:8.62kb
    • 提供者:站长
  1. dsp28335I2C_OK

    2下载:
  2. 本人TI的dsp28335的I2C总线调试通过的小程序,没有中断;读写间的延时非常重要; 欢迎下载-I TI' s I2C-bus debugging dsp28335 small program adoption, without interruption delay between read and write is very important welcome to download
  3. 所属分类:Other Games

    • 发布日期:2017-03-22
    • 文件大小:2.75kb
    • 提供者:马磊
  1. gba_game_Demo

    0下载:
  2. gba 游戏的 演示程序 调用了 中断,中断文件是从一个外国网站下载的,还是要对那个作者说声:thank for yout help!! -It is a demo for gba,in this demo,you can countrol a plaer move in a map and you can use key A or B to change the cloude attribute of transparent,I use a interrupt in this game ,it
  3. 所属分类:Other Games

    • 发布日期:2017-04-06
    • 文件大小:56.76kb
    • 提供者:fuzhibo
  1. Russian-box-source-in-asm

    0下载:
  2. 本程序是俄罗斯方块程序,用汇编写的,程序用的是16H的键盘中断,这个中断先把键盘输入放到键盘缓冲区。-This program is a Tetris program, written in assembler, the program is keyboard interrupt 16H, this interrupts the first keyboard input into the keyboard buffer.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-28
    • 文件大小:12.97kb
    • 提供者:danny
  1. arm_chess_game_double_machine

    0下载:
  2. 这是一个在pxa270平台上实现的一个裸机象棋游戏,程序实现了串口,中断,RTC等基本功能,通过双机对羿,完成游戏功能。-This is a arm game on intel pxa270 machine,it complish serial,interrupt,RTC and etc function.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-11-26
    • 文件大小:407.91kb
    • 提供者:朱朴
  1. MakeStandardDll

    0下载:
  2. 利用假的Link.exe替换原Link.exe。在Link时会中断,此时把OBJ文件拷贝出来,再由本程序调用原Link.exe来制作标准DLL。制作成功后,DLL中的函数可以像API那样声明使用。Use of fake Link.exe replace the original Link.exe. Be interrupted when Link, the OBJ file copy, called by the program the original Link.exe to create a
  3. 所属分类:Game Program

    • 发布日期:2017-04-05
    • 文件大小:16.87kb
    • 提供者:萍缘
  1. ex3

    0下载:
  2. 建立lib.c文件提供中断函数处理代码 使用SWI异常设计字符串输出程序-Establish lib.c document provides an interrupt function uses SWI exception handling code string output program design
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:806byte
    • 提供者:turkrsan
  1. ex3

    0下载:
  2. 建立lib.c文件提供中断函数处理代码 使用SWI异常设计字符串输出程序-Establish lib.c document provides an interrupt function uses SWI exception handling code string output program design
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:940byte
    • 提供者:ze2000360hanch
  1. C游戏编程

    0下载:
  2. 本书从c语言游戏编程入手,对图形绘制,中文显示,动画实现,文件调用,内存使用,声卡调用,中断,内存驻留技术,接口技术,数据库实现,简单病毒,界面技术等进行了详尽的介绍,并且配以大量的源程序以及程序分析对所涉及的理论进行充分的讲解和支撑。(This book from the start of the C programming language games, graphics rendering, animation, Chinese display, file, memory card, ca
  3. 所属分类:游戏

    • 发布日期:2018-01-10
    • 文件大小:7.5mb
    • 提供者:1111大苏打
搜珍网 www.dssz.com