搜索资源列表
表盘式时钟汇编原代码
- 基本设计要求 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
dfshfgsdg
- 按15*16列的表格形式显示ASCII为10H—100H的所有字符,即以行为主的顺序及ASCII码递增的次序依次显示对应的字符。每16个字符为一行,每行中的相邻每两个字符之间用空白隔开。-15 * 16 shown in the form of ASCII 10H - 100H of all characters, that is the main acts in the order and ASCII incremental sequence of the order of the corre
asm005
- MCS-96单片机中断控制下的多道I_O程序。该程序完成4路采样,并在HSO线上给出相应PWM输出,P2.5上给出另一个PWM输出。-MCS-96 microcontroller suspended under the control of multi-channel I_O procedures. The procedures are completed 4 Sample Road and the HSO line is the corresponding PWM output dry wei
huibianyuyffffffffan
- 要求完成的主要任务: (包括课程设计工作量及其技术要求,以及说明书撰写等具体要求) (1) 实现哈系表查找算法。 (2) 程序应有操作提示、输入和输出,界面追求友好,最好是菜单式的界面。 (3) 设计若干用例(测试数据),上机测试程序并分析(评价)所设计的程序。 (4) 设计报告格式按附件要求书写。课程设计报告书正文的内容应包括: 在正文第一行写课程设计题目; 1.需求说明(要求、功能简述)或问题描述; 2.设计说明(简要的分析与概要设计); 3.详细的算法描述;
baogeascii
- 一、用表格形式显示字符 1、题目:用表格形式显示ASCII字符 2、实验要求: 按15行*16列的表格形式显示ASCII码为10H-100H之间的所有字符,即以行为主的顺序用ASCII码递增的次序依次显示对应的字符.每16个字符为一行,每行中的相邻两个字符之间用空白符(ASCII为0)隔开. 3、提示: (1)显示每个字符可能使用功能号为02的显示输出功能调用,使用方法如下: MOV AH,02H MOV DL,输出字符的ASCII码 INT 21H 本题中可
agxmigong
- 以上代码复制下来存为文本文档,命名为1.txt 在命令行窗口下(在运行栏输入cmd),进入文档所存盘符,输入debug<1.txt-reproduced above code for text document retention, named one. txt in the command line window (in the run column importation cmd), which entered the Document Inventory website. imp
WordGame
- 用汇编语言做的一个打字游戏。运行环境是MASN5.0。 1,用户打开软件时先出现欢迎界面,当用户输入字符’1’时,再进入打字界面 当用户按的是”ESC”键时,退出打字游戏 当用户输入不是数字”1”或者不是按的”ESC”键时,屏幕不动作,直到用户输入数字”1”或者按的”ESC”键时 2,打字字符从第二行开始显示(双数行为显示打字内容,单数行由用户输入) 打字内容:1), We will see his boat and then.We ll say goodbye to him.
DATEANDTIME01
- 部分具体运作功能: 清屏 设置光标 取得日期 取得时间 转换并显示日期设置光标(下一行) 转换并显示日期 设置光标(下一行) 处理并显示星期取日期-some of the specific operational functions : Ping-made date set cursor made time for a change and display the date set cursor (next line) and indicate the date
俄罗斯方块的联机游戏代码
- 俄罗斯方块的联机游戏代码,支持两人联机游戏.-Russian box online game code to support both on-line games.
mycopy1
- 汇编程序,实现文件的考贝,可通过命令行参数输入文件名,并能很好地外理大文件-compilation procedures, the document examination Pui, through command line parameter input file name, and well outside the PolyU documents
line
- 应用Bresenham法画直线的算法,的汇编程序。-application of Bresenham draw line
Draw
- draw a line on screen continuously.-draw a line on screen continuously.
Line
- 利用DevC++画一个矩形和一条直线。-Draw a line and a rectangle.
Line-Following-Robot
- this project is about how to make a line following robot. it includes asm codes and proteus design pictures in pdf document. it is written in turkish but you can understand by looking codes and proteus design pictures.
nuclear-line-image-generation
- 有两张RAW格式的图像,单独像对,用C++实现核线影像生成。-There are two RAW image format, as a separate right, using C++ to achieve nuclear-line image generation.
K-LINE-10400
- The software implementation of the master user of the bus k-line controller PIC16F8-The software implementation of the master user of the bus k-line controller PIC16F877
Press-the-line-output-data-to-TXT
- 按行输出数字到TXT。程序中按照一定的条件,输入下一行 的时候,把指针自动跳转到下一行的开头,然后写入-Press the line output digital-to-TXT. Program in accordance with certain conditions, input the next line when the cursor automatically jumps to the beginning of the next line, and then write
Bresenham's line algorithm
- Bresenham's line algorithm
line
- Bresenham s line algorithm
BRESENHAM-LINE
- BRESENHAM LINE ASM ROUTINES