登录
首页 » 汇编语言 » 时间显示,定时

时间显示,定时

于 2023-08-12 发布 文件大小:17.08 kB
0 91
下载积分: 2 下载次数: 1

代码说明:

时间显示,定时-Time display, time

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • progzip.rar
    progzip.rar
    2023-04-27 23:55:03下载
    积分:1
  • Through the DAC0832 output square wave, the initial frequency of 2KHz, the frequ...
    通过DAC0832输出方波,初始频率为2KHz,频率可以通过按键“0”与“1” 进行步进调节,按一下“0”频率增加100Hz,按一下“1”频率降低100Hz。 -Through the DAC0832 output square wave, the initial frequency of 2KHz, the frequency can be key
    2022-02-05 17:46:32下载
    积分:1
  • 想学习的,可以来看看了。《Intel程序设计》的例子源码(作者Kip R.Irvine) 该书籍的英文名称:Assembly Languag...
    想学习汇编语言的,可以来看看了。《Intel汇编语言程序设计》的例子源码(作者Kip R.Irvine) 该书籍的英文名称:Assembly Language for Intel-Based Computers-Want to learn assembly language, you can look at reading. Intel Assembly Language Programming examples source (author Kip R. Irvine) English name of the book: Assembly Language for Intel-Based Computers
    2022-03-16 01:25:57下载
    积分:1
  •  各模块的功能 1.各种基本数据的录入。如:学生基本情况录入。 2.各种基本数据的修改。即:允许对录入的数据重新进行辑、修改。 3...
     各模块的功能 1.各种基本数据的录入。如:学生基本情况录入。 2.各种基本数据的修改。即:允许对录入的数据重新进行编辑、修改。 3.各种基本数据的插入。如:在学生选修课程基本信息中插入一条新信息。 4.各种基本数据的删除。如:假设某同学转学或出国深造,删除该生的相关信息。 5.基于各种数据的查询。如:姓张的所有同学、年龄小于20岁的同学。  基于各种基本数据的统计计算. 6.统计每个学生各门功课的平均成绩,并按平均成绩从高到低的次序排名输出每个学生各门功课的综合成绩和平均成绩(名次、学号、姓名、平均成绩、各门功课的考试成绩、综合成绩)。 7.统计并输出各班各门功课的平均成绩和总平均成绩。 8.统计并输出每个同学已修学分。 9.列出不及格学生清单(学号、姓名、不及格的课程和成绩)。 10. 保存文件。 11. 读取文件。 12. 退出系统。
    2022-04-27 20:56:56下载
    积分:1
  • 课件 和练习题 供初学者用 初学者值得下载啊
    汇编语言课件 和练习题 供初学者用 初学者值得下载啊-huibianyan
    2022-01-25 18:17:53下载
    积分:1
  • 给出具体的几个源代码.相信您看过之后对程会有所了解....
    给出具体的几个汇编源代码.相信您看过之后对汇编语言编程会有所了解.-give a specific compilation of several source code. Do you believe that, after reading the assembly language programming will understand.
    2022-02-15 08:05:06下载
    积分:1
  • 可执行文件向二进制文件的转换。能够将所有可执行文件转换成相应的二进制文件。...
    可执行文件向二进制文件的转换。能够将所有可执行文件转换成相应的二进制文件。-executable binary files to the conversion. All can be converted into executable files corresponding to the binary files.
    2022-03-10 22:33:30下载
    积分:1
  • 实现两台微机之间通过RS
    汇编语言实现两台微机之间通过RS-232C电缆连接实现串行通信。 1、异步方式全双工通信,每次传送单个字符,能连续发送和接收。 2、通信双方采用程序查询方式。 -Microcomputer assembly language to achieve between the two RS-232C serial communication cable connection. 1, full-duplex asynchronous communications, each transmission of a single character can send and receive continuous. 2, communications procedures for both the use of inquiry methods.
    2022-03-16 06:09:27下载
    积分:1
  • 当前流行的电子计价秤软件
    这是我为电子秤厂商开发的一款液晶软件,直接通过软件设置,可以生产3kg,6kg,15kg,30kg,69kg,100kg,150kg,300kg,600kg,1000kg分度值可达到6000分度,供各位朋友参考!
    2022-02-04 05:52:31下载
    积分:1
  • 1. 本程序中,首先应输入一个值赋给初始报数上限m,人数n应为任意的,程序应能自动保存出列人的序号并将出列的人所持的密码赋给m,再次作为报数上限,然后删除出列人...
    1. 本程序中,首先应输入一个值赋给初始报数上限m,人数n应为任意的,程序应能自动保存出列人的序号并将出列的人所持的密码赋给m,再次作为报数上限,然后删除出列人信息。如此循环,直至所有人都出列为止。 2. 程序以用户和计算机的对话方式执行,即在计算机屏幕上显示“提示信息”之后,由用户在键盘上输入相应数据(即每个人所持的密码),每个人的序号由程序自动分配并存储。 -1. This process should first enter a value assigned to the initial reported that the maximum number of m, the number n should be arbitrary, the procedure should be able to automatically save a number of people out and held out the password assigned to m again reported as the maximum number, and then delete the information out of people. Such a cycle, until all that far out. 2. Procedures to computer users and the implementation of the dialogue, that is displayed on the screen in the computer " message" after the keyboard by the user in the corresponding input data (that is, each person" s password), each individual" s serial number automatically assigned by the procedures and stored.
    2022-01-31 12:38:49下载
    积分:1
  • 696518资源总数
  • 105386会员总数
  • 9今日下载