搜索资源列表
VC ASM
- 一个汇编与VC结合的程序代码 本程序旨在展示一下怎样在VC中嵌入汇编语言,来减少程序的大小。- An assembly and VC union procedure code this procedure is for the purpose of demonstrating how inserts the assembly language in VC, reduces the procedure the size.
学生成绩管理系统汇编版
- 这是一个学生成绩管理系统,有部分功能还不完善,以后会慢慢更新的:)-This is a performance management system for students, some function is not perfect, the future will gradually updated :)
saken
- 贪吃蛇C源码,可以实现C语言的一个游戏.-code of a game named eat_snake,this is can carry out a game of c language
打砖块(汇编版)
- 用汇编做的简单的打砖块游戏,在13h号图形方式下运行,源码大小为10k-a small game written in asm , which calls interrupt 13h to run under graphic mode , the code is less than 10k
200463161712850
- 頻率計程序﹐一個基于PIC單片機的頻率計程序和電路圖。 -calulating routine for frequence , which is based on both calulating routine for frequence of PIC embeded system and circuit
LCD--LED.ASM
- 主要用于LCD的驱动,还有一些关于它的资料,等以后再传上来,它是驱动128*64大小的LCD,相当有用,也相当有价值,使用起也很简单!-mainly used for LCD driver, and some information about it, such as after a tame onto, it is 128 * 64-size LCD, very useful and very valuable, since use is also very simple!
顺序脉冲波
- 这个程序真的很有用,它可以告诉你怎样来运用单片机,不仅仅是写一个程序而已,相信你看了之后一定收获不小!-this procedure is really useful, it can tell you how to use the microcontroller, is not just a procedure adopted, I believe you will certainly learned a lot after reading!
200hz频率产生
- 此程序完成功200HZ的固定频率,稳定性很高,波形失真度小,如果要想产生固定频率,这个程序是最好的选择!-success of this procedure 200Hz End of fixed-frequency, high stability, waveform distortion small, if they have a fixed-frequency, the procedure is the best choice!
kl10键盘显示
- 这是一个键盘显示的程序,一般键盘都可以用它,只是需要你更改其中的一些参数而已,很不错吧!-This is a keyboard and display procedures, the general keyboard can use it, you only need to change these parameters only, very good!
xpm3
- 该文件的内容是设计一个五层楼的电梯控制装置,要求每层楼根据需要控制设上下控制按键及按键指示灯,全部楼层只设置一个当前楼层显示 电梯内设开关门按键 各楼层按键及指示灯,开关门要有声响提示 每层楼高度为0.30米,楼层全高1.5米-the contents of this document is to design a five-storey building in the lift control device on each floor under the requirements necess
2005微计算机技术
- 这是我们老师的PPT 事关于计算机接口的 是我们学校公认的高质量的课件 实为教学和学习的最好的参考-This our teacher's PPT things on the computer interface is our school recognized the quality of the real courseware for teaching and learning of the best reference!
hextoasc-time
- 是一个将16进制转为ASC显示的程序,它是显示了系统当前时间的小程序,但是并不能实现时时显示当前程序,只是为了学习进制转换而写的。 有谁能够改进一点,请教教我。 QQ:254082939-is a band of 16 to show that the ASC procedures, it is an indication that the current time of the system of small procedures, but that will not always s
表盘式时钟汇编原代码
- 基本设计要求 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
凝固点汇编
- 该程序是用汇编语言编写的用于测试石油凝固点的程序,该程序对于应用汇编编程的初学者有很大的参考 价值-the program is written in assembly language for the testing of oil solidification point of the procedure, the procedure for application programming compilation of the beginners have great reference va
十字路口交通灯时实控制与管理
- 十字路口交通灯时实控制1、要完成本实验,首先必须了解交通路灯的亮灭规律。设有一个十字路口,1、3为南,北方向, 2、4为东,西方向,初始态为4个路口的红灯全亮。 之后, 1、3路口的绿灯亮, 2、4路口的红灯亮, 1、3路口方向通车。 延迟一段时间后, 1、3路口的绿灯熄灭,而1、3路口的黄灯开始闪烁。闪烁若干次后, 1、3路口的红灯亮, 同时2、4路口的绿灯亮, 2、4路口方向开始通车。 延迟一段时间后, 2、4路口的绿灯熄灭,而黄灯开始闪烁。闪烁若干次后,再切换到1、3路口方向。 之后,重复
87983winapp
- 在MASM6.15上,用汇编语言实现简单的Windows应用程序.-Some simple Windows applications written by assembly language.MASM version above 6.15 is needed.
count4
- 统计字符串中字母和数字的个数,对自学汇编的人会有帮助的,其中有如何输入字符串,如何输出两位数.-statistics strings of letters and digits of the number, the compilation of self-help, which is how the input string, how to double-digit output.
IBM-PC-programanswer
- 汇 编 语 言 实 验 实验一:分支程序设计 (1)试比较字数组array中的三个数,并根据比较结果在终端上显示如下信息: 如果三个数都不相等则显示0; 如果三个数有两个相等则显示1; 如果三个数都相等则显示2。 (2)试根据DL寄存器中哪一位为1(从低位到高位)把程序转移到8个不同的程序分支中去。(8个程序分支可设计成显示相应的数据) 实验二:循环程序设计 有一个首地址为array的10个字数组,用简单排序法使该数组中的数按照从小到大
To-determine-leap-year-program
- 这是一个判断某一年是否为润年的程序,运行可执行程序Ifleap.exe后,输入具体的年份, 可输出是本年是否为闰年的提示信息。-This is a year to determine whether a leap year of the program, run the executable Ifleap.exe, enter the specific year, output this year is a leap year is the message.
this-is-palindrome
- 此程序是用汇编语言编写的“是否是回文程序。”可以直接下载编译。- this is palindrome