串口扩展LED时钟子程序,不含时间设定,可直接嵌入串口LED显示系统中
上传时间: 2013-12-15
上传用户:hakim
该程序把从键盘输入的多位十进制数转换为二进制数,存放在bin单元开始的内存单元中; 然后将它还原为二进制数,在屏幕上显示出来。 程序中有详细注释。
上传时间: 2013-12-25
上传用户:a673761058
通过的API 函数,把ARM7文本文件在屏幕上显示出来
上传时间: 2014-01-04
上传用户:wpwpwlxwlx
以前做的操作系统的课程设计,内容包括:1)编写一个C程序,使用Linux下的图形库,分窗口显示三个并发进程的运行 2)采用模块方法,添加一个新的设备驱动程序 3)了解/proc文件的特点和使用方法,监控系统状态,显示系统中若干部件的使用情况,用图形界面显示系统监控状态
上传时间: 2013-12-21
上传用户:hgy9473
We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.
标签: represented integers group items
上传时间: 2016-01-17
上传用户:jeffery
实现一个个人银行帐户程序。当程序开始运行时,用户输入姓名和帐户的初始金额,程序在屏幕上显示一个如下形式的选单,要求用户选择一个选项:
上传时间: 2013-12-09
上传用户:lnnn30
The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).
标签: converts Toolbox complex logical
上传时间: 2016-02-12
上传用户:a673761058
关于我的数字钟的设计,设计一个24小时的数字闹钟,该数字闹钟的面板如图9.1所示,它包括以下几个组成部分:(1)显示屏,由7个七段数码管组成,其中6个用于显示当前时间(时:分:秒)或设置的闹钟时间,而另一个则用于显示系统内部产生的周期性循环变化的待选预置数字; (2)YES(确认)键:用于输入新的时间或新的闹钟时间时,对每位待选预置数字输入的确认;(3)TIME(时间)键:用于确定新的时间设置;(4)ALARM(闹钟)键:用于确定新的闹钟时间设置,或显示已设置的闹钟时间;(5)扬声器,在当前时钟时间与闹钟时间相同时,发出蜂鸣声。
上传时间: 2013-12-10
上传用户:wsf950131
利用1AH,21H 中断调用,在屏幕上显示1-20的随机数,并要求能连续输出,直到按下Q键为止
上传时间: 2014-01-25
上传用户:yuanyuan123
一个电子表,读取并显示系统当前时间,时间每秒刷新一次,显示方式为:hh:mm:ss。
标签: 电子表
上传时间: 2016-03-20
上传用户:Breathe0125