搜索资源列表
表盘式时钟汇编原代码
- 基本设计要求 1 在屏幕上显示一个适当大小的圆形,再圆形道上均匀的分配着60个点,代表1秒—60秒的位置,凡是5倍的点应当比其他的大。 2 以圆中心为轴,画一条斜线代表秒针,采用定时中断方式,每过1秒钟,秒针移动一个位置。 3 定时源可以使用试验箱上的8253。 4 按“ESC”之后,结束演示。 - The basic design requests 1 on the screen to demonstrate a suitable size the circula
汇编奥运五环
- 汇编实现的奥运五环,采用了中点Bresenham算法即八分法画圆,来实现-compilation achieve the Olympic rings, using the midpoint of the Bresenham algorithm that interval law Circle to achieve
简单的赛车游戏1
- 这个程序是大二时的汇编课程设计,当时也是花了不少时间,因为是初学,很多方 面都遇到了麻烦。首先就是画小车的问题,如果采用子程序,参数的频繁变动将使程序 变得很难阅读,后来终于发现宏的应用将使程序变得更易于阅读,但因为宏调用在编译 时会宏展开,采用宏将使编译后的文件比较大。再就是小车的动画实现及其碰撞检测, 也是历经磨难好不容易才完成。尤其是碰撞检测,也没找到好的方法,以至三个车道绝 大部分代码是重复的,还盼高手指点迷津。原准备用中断做背景音乐的,但没做好,只 做了个显示系统时钟的,让大虾们见笑。
c51源程序集合
- 源码 │ 0108_12864LCD-F149.ASM │ 12232-1520.c │ 12232.c │ 12864-ks0108.asm │ 12864-ST7290-F149.C │ 12864-zb.c │ 12887.c │ 24C01-64.C │ 24C01-F440.C │ 28sf040a.asm │ 51use.txt │ 6963.C │ 93c46.asm │ 93c46.c │ 93cxx.c │ ad7416-mcuzb.c │ ad7416.c │ AT24C01
9999
- 汇编语言画圆,计算三角形水平边平方,●双字减法,入口参量:bx减数的低16位,cx减数的高16位,dx被减数高16位,ax被减数低16位-Assembly Language Circle, calculate the square side of the triangle level, ● double-word subtraction, import parameters: bx subtrahend the low 16, cx subtrahend high 16, dx minuend
dynamic_pic
- 汇编:动态的标题栏与图形。在屏幕中央动态的画一个彩色的圆环。画圆环的过程中变换两种颜色。-Series: dynamic title bar and graphics. In the dynamic center of the screen to draw a colored circle. Ring in the process of painting two color change.
asm_draw_figure
- 用汇编EMU8086编写的图形模式下的放大菜单。菜单内可以先择画三个图形(可以画圆,三角形,椭圆),是按打点的形式画出的图形,自编的打点函数。每个图形可以按+ -号放大缩小-Written in assembler EMU8086 graphics mode to enlarge the menu. Can first select in the menu draw three graphics (draw a circle, triangle, oval), is drawn accordin
compiled-graphical-clock
- 汇编语言编写的图形化时钟,采用了Bresenham算法画圆-Graphical assembly language clock, using the Bresenham circle algorithm
huayuan
- 动态画实心圆汇编实验报告,利用汇编语言实现动态的画实心圆的实验报告,汇编语言作业-Dynamic compilation of experimental reports painted a solid circle, using assembly language to achieve dynamic painting solid round of lab reports, assembly language jobs
draw-a-circle
- 用汇编编写的画圆程序,可按任意键退出程序。-Circle program written in assembly, press any key to exit the program.