搜索资源列表
huibian
- 汇编语言 设计一个七段数码显示器,定时显示出生年月(1986.10.30)的后四位(1030)。 功能要求: 1)使8253工作在3方式,产生定时时间间隔,作为显示延长时间。 2)通过数据段定义当前日期或出生年月,控制七段数码管进行显示。 3)通过8255工作在0方式实现字符编码的输出、数位控制等功能,稳定显示出生年月的后四位。 -Seven-Segment assembly language to design a digital display, timer disp
FVSDKMasmAll
- 关于汇编的基本设计,基于window32设计教程,初次发贴不是很明白-Regarding the compilation of the basic design, design-based tutorial window32 initial post is not very aware of
transducer
- 指机械的、电子的或化学器件,用于区分、记录或指示环境中某一变量的变化,如温度、压力、电荷、电磁辐射、核辐射、粒子或分子等。如紫外检测器是将通过待测物质后的光强变化转化为电信号的器件,这类信号转换器英文中又称为transducer。 -Refers to mechanical, electronic or chemical devices used to distinguish records in a particular environment or direction of change
hwcm
- 红外测码程序,需要和仿真机通用,全速执行后,看数据存储单元30H~60H即可读出红外码-IR Code procedures, needs and general-purpose simulator, full implementation of post-data storage unit can be 30H ~ 60H IR code read out
led20
- 一个8051程序,LED灯柱显示,用164驱动,并且灯柱不闪。-LED lamp post indicates that with 164 drivers.
time
- 显示当前系统时间的汇编程序:将系统时间取出(二进制)然后转换成Ascii码形式再通过功能调用显示字符,执行后使当前的系统时间显示在dos窗口下。-Shows the current system time of the compilation process: the system time out (binary) and then converted to Ascii codes and then by the form of function calls shows characters,
mutiply_with_asm
- 实现BCD码的乘法,要求被乘数和乘数以压缩BCD形式分别存放在内存单元DS:1000H和DS:1001H。乘积存放在另外两个内存单元DS:1002H和DS:1003H(低位在前,高位在后)-To achieve multiplication of BCD code, required to compress BCD multiplicand and multiplier are stored in the memory unit form DS: 1000H and DS: 1001H. Pro
sort
- 从DATA_BUF(1000H)开始存放50个字节数据,编写程序将这些数据由小到大排序,排序后的数据仍放在该区域中。 要求原始数据在源程序中给出,排序前后的数据以每行10个的格式显示在屏幕上-From DATA_BUF (1000H) began storing 50 bytes of data, preparation of the program will sort the data from small to big, sort the data remains on the post
K7
- 将36位BCD数转换成ASSCII十进制数,以BCDBUFF为首地址的内存区中存有18个字节的组合BCD数,要求转换为相应的36个ASCII十进制数,并依次输出到CRT显示。BCD数存放时,低位在前,高位在后,例如,若BCD缓冲器内容12H,34H,56H,78H,...12H,56H,78H,则要求CRT上依次显示以下36个数字: 785634......563412-To 36 BCD digits into ASSCII decimal to BCDBUFF led address m
TeacherManage
- 老师叫我们开发的科教城选课系统,我做好了,上传上来与大家分享。-The teacher told us to develop the science city elective system, I do post it here to share with you.
100asp
- 100个ASP小例子,包括猜数字,倒计时间,读书室,动态广告条,发帖,发留言等-100 ASP small example, including guess Numbers, countdown room, reading room, dynamic article advertising, post, hair message, etc
Undocumented_asm
- Undocumented_asm 一本反汇编方面的书,原书是英文,我上传的是翻译后的-Undocumented_asm a disassembly book, the original book in English, I uploaded the post-translational
sy1302
- 定义描述平面上一个点的类point重载++和--运算符并区分这两种运算符的前置和后置运算-Definition describes a point in the plane of the class point overloading++ and- operators and to distinguish between the two operators of pre-and post op
get-filename
- masm32通过行命令获得 对应的文件名字,方便后期操作-masm32 get through the line command corresponding file name, to facilitate post-operation
v86dos_src
- 很老的东西,1993年左右的书,书的作者吕晓庆,通过一个将DOS POST到保护模式的开发环境,对了解保护模式有点参考价值,个人感觉这本 书里边的东西学起来比较顺手.直道现在也几乎没有见到像这本书这样介绍保护模式系统的书. 这本书上的代码有点错误.运行不起来.1998年左右我修改了下,可以用了.可以用这个代码来实作,段,页,多任务,模式切换.CPU异常等处理. 而且里边还带个最简单崩溃的调试器的代码,出现异常时候可以将当前的i386 寄存器给打印出来, 目
daoyouju
- 到邮局寄包裹,输入包裹数,输出邮费的价格。-To go to the post office to send the parcel, parcel number input, output postage price.
TBC-baseline-data
- TBC baseline data post-processing software modules-TBC baseline data
stamp
- acm题,纪念邮票邮局最近推出了一套纪念邮票,这套邮票共有N张,邮票面值各不相同,按编号顺序为1分,2分,……,N分。小明是个集邮爱好者,他很喜欢这套邮票,可惜现在他身上只有M分,并不够把全套都买下。他希望尽量买,最好刚好花光所有的钱。作为一个集邮爱好者,小明也不想买的邮票编号断断续续,所以小明打算买面值a分至b分的b-a+1张连续的邮票,且总价值刚好为M分。 我们用不同的算法求出所有符合要求的方案,以[a,b]的形式输出。-acm questions, post office recently
DakeleSign
- 实现网页,论坛,贴吧等一系列网站自动签到功能由py语言编写-To achieve Webpage, forum, a series of Post Bar website automatic sign function by py language
Declarate-class-Teacher-and-Cadre
- 采用多重继承方式由Teacher类和Cadre类派生出新类Teacher_Cadre: 要求: 1、在两个基类中都包含姓名、年龄、性别、电话等数据成员 2、在Teacher类中包含数据成员title,在Cadre类中包含数据成员post,在Teacher_Crade类中包含数据成员wages 3、对两个基类的姓名、年龄、性别、地址、电话等数据成员用相同的名字,在引用这些数据成员时指定作用域 4、在类体中声明成员函数,在类外定义成员函数 5、在派生类Teacher_Crad