资源列表
c51
- 74hc595的c51驱动程序,led大屏幕显示系统-74hc595 of c51 driver
keypad
- 8051 4x4 keypad interfacing.
ex1
- 在ccs中,加减法的实现, 在ccs中,加减法的实现-In the ccs, the addition and subtraction method to achieve, in the ccs, the addition and subtraction method to achieve, in the ccs, the addition and subtraction method to achieve
sj1
- 判断B是否是A的子串,是c++中的源程序,即为cpp文件-judge the B string is the son of the A string.
cal
- X86汇编语言键盘实现输入计算两个100以内数的加法-A keyboard input to calculate the addition of two 100 within a few
eg4-1
- 计算z=(X^2-3Y)/ 2 并在屏幕上输出结果Z-Calculate z = (X ^ 2-3Y)/2 and Z output on the screen
wenjian
- 1.编一名为delblank.asm的汇编程序存盘。 2.把文件delblank.asm从盘中读出。 3.把其中的空格删除,存入文ourfile.txt。 4.在屏幕上显示ourfile.txt文件。 5.把文件中的小写字母改为大写字母。 -1. Compiled an assembler for the delblank.asm save. 2. Delblank.asm read from the document tray. 3. The space in which
8255
- 8255交通灯汇编语言程序,简单明了,适合初学者入门。-8255 traffic light assembly language program, simple, suitable for beginners entry.
ascii
- 将ASCII码按顺序在屏幕上竖列显示。 要求: (1)逐个显示字符,相邻的两个字符之间显示要有时间间隔。 (2)字符颜色为绿色。 (3)每列显示20个字符,列间距为5个字符。显示完128个ASCII码,共需7列。 -The ASCII code sequence vertical columns displayed on the screen. Requirements: (1) by-character display, the display between
asgn_6
- this code is about random walk
t1
- 1. 从people类派生出student类,添加属性:班号char classNO[7];从people类派生出teacher类,添加属性:职务char principalship[11]、部门char department[21]。从student类中派生出graduate类,添加属性:专业char subject[21]、导师teacher advisor;从graduate类和teacher类中派生出TA(助教)类,注意虚基类的使用。用成员函数实现对人员信息的录入和显示。附:people