-
stepper_motor一个旋转的时钟
stepper_motor一个旋转的时钟-stepper_motor a rotating clock
- 2022-07-14 04:18:29下载
- 积分:1
-
递归下降分析法让我们更加的能够懂得和了解词法分析的内容和注解。...
递归下降分析法让我们更加的能够懂得和了解词法分析的内容和注解。-Recursive descent analysis so that we can know and understand more of the lexical analysis of the content and annotations.
- 2022-01-26 07:33:53下载
- 积分:1
-
编制课程设计作业的详细说明
详细介绍了编译课程的设计操作
- 2022-04-16 09:31:04下载
- 积分:1
-
学生成绩核算系统的设计与实现(25)
要求:(1)按班级按课程从文件中读入相应的平时成绩、期中考试成绩和期末考试成绩。
(2)三个成绩对总评成绩的百...
学生成绩核算系统的设计与实现(25)
要求:(1)按班级按课程从文件中读入相应的平时成绩、期中考试成绩和期末考试成绩。
(2)三个成绩对总评成绩的百分比被定义为常数,各占总成绩的30 、30 和40 。
(3)计算每位学生的总评成绩。
(4)计算该班级本课程的总平均成绩。
(5)计算处于优、良、中、及格、不及格的学生人数以及占总人数的百分比。其中100-90为优,89-80为良,79-70为中,69-60为及格,60分以下为不及格。
(6)按要求输出成绩在优、良、中、及格、不及格各区间的学生学号、成绩。-The student achievement calculation system s design with realizes (25) Request: (1) reads in the corresponding usual result, the midterm examination result and the terminal examinations result according to the class and grade according to the curriculum from the document. (2) three result are defined to the general appraisal result s percentage as the constant, occupies the overall result respectively 30 , 30 and 40 . (3) calculates each student s general appraisal result. (4) calculates this class and grade this curriculum the population mean result. (5) calculates the student population which is in superiorly, good, passes an examination, does not pass an examination as well as accounts for the total number of peop
- 2022-05-25 02:22:21下载
- 积分:1
-
本系统以AT89S52单片机为核心部件,外加温度采集电路、及显示电路和越限报警等电路。采用单总线型数字式的温度传感器DS18B20,使系统具有测温误差小、分辨率...
本系统以AT89S52单片机为核心部件,外加温度采集电路、及显示电路和越限报警等电路。采用单总线型数字式的温度传感器DS18B20,使系统具有测温误差小、分辨率高、抗干扰能力强,动态显示的方式等特点。本设计既可以对当前温度进行检测又可以对温度进行数码显示,两位整数两位小数的显示方式具有更高的显示精度,若超越极限温度则触发蜂鸣器报警。利用功能强大的Keil和具有互动电路仿真的Proteus进行程序的编写和仿真。-The system AT89S52 microcontroller as its core components, plus the temperature acquisition circuit, and display circuitry, and the more limited alarm circuits. Single bus-type digital temperature sensor DS18B20, the system has a temperature measurement error of the small, high resolution, anti-interference ability, dynamic show the way and so on. This design not only can detect the current temperature can also right temperature digital display, two integers with two decimal places are displayed to show a higher precision, if the temperature is beyond the limits of buzzer alarm is triggered. Keil and the use of powerful interactive circuit simulation of the Proteus programming the preparation and simulation.
- 2022-09-14 18:05:02下载
- 积分:1
-
Tang detailed description of all test cases, as well as a number written in asse...
唐老师详细介绍了所有的测试用例,以及一些用汇编语言编写的课程设计,详细说明,包括红绿灯、报警系统等。!
- 2022-02-19 21:44:11下载
- 积分:1
-
i think it is good coding for us
很好的一个学习汇编语言的源代码,适合初学者,我重中受益匪浅,希望大家喜欢,对大家又帮助-i think it is good coding for us
- 2022-11-05 08:55:02下载
- 积分:1
-
assembly language program design glossary, very good!
汇编语言程序设计词汇表,很不错!-assembly language program design glossary, very good!
- 2022-01-21 04:46:15下载
- 积分:1
-
The English version of summer vacation to do personal consumption systems, I hop...
暑假做的英文版个人消费系统,希望大家喜欢-The English version of summer vacation to do personal consumption systems, I hope everyone likes
- 2022-07-13 14:26:39下载
- 积分:1
-
模拟银行卡取款操作,银行卡号为8位,能够进行查询、取款、存款、修改密码等操作。查询时需要输入密码,密码为6位。当密码位数和相应位都符合时,显示卡内余额,否则密码...
模拟银行卡取款操作,银行卡号为8位,能够进行查询、取款、存款、修改密码等操作。查询时需要输入密码,密码为6位。当密码位数和相应位都符合时,显示卡内余额,否则密码三次错误,结束操作。取款时也需要输入密码,密码为6位。当密码位数和相应位都符合时,显示现有余额,输入取款金额,操作结束显示所剩金额,否则密码三次错误,结束操作。限制每天总共可取的金额 ,若违规给出相应的警告。取款操作时输入取款金额 ,操作结束,显示卡内余额,输入密码时,不显示真实值,修改密码时显示真实值。-simulated bank teller card operation, a registered member of the eight to conduct inquiries, withdrawals, deposits, change passwords operation. Inquiries need to enter a password, the password to six. When the median and the corresponding password-meet, showed the card balance, otherwise the wrong password three times, the end of operation. Teller also need to enter the password, the password to six. When the median and password are consistent with the corresponding position, shows that the existing balance of the amount imported withdrawals, the remaining operation ended shows the amount, otherwise the wrong password three times, the end of operation. Limit daily total amount of desirable, if irregularities are given corresponding warning. ATM withdrawals
- 2022-09-21 07:15:03下载
- 积分:1