该程序把从键盘输入的多位十进制数转换为二进制数,存放在bin单元开始的内存单元中; 然后将它还原为二进制数,在屏幕上显示出来。 程序中有详细注释。
上传时间: 2013-12-25
上传用户:a673761058
通过的API 函数,把ARM7文本文件在屏幕上显示出来
上传时间: 2014-01-04
上传用户:wpwpwlxwlx
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
利用1AH,21H 中断调用,在屏幕上显示1-20的随机数,并要求能连续输出,直到按下Q键为止
上传时间: 2014-01-25
上传用户:yuanyuan123
本实验通过DOS功能调用编制和调试一个自制时钟程序,要求设置一个新的1ch中断处理程序并常驻内存,实现在屏幕右上角显示当时的时间:按XX:XX:XX形式显示,并且能正确进位,24小时应消零。同时,在显示时间时,DOS系统能正确处理各种命令,正确执行应用程序。
上传时间: 2013-12-10
上传用户:changeboy
通过试验台电位器RW1输出0~5V滞留电压送入ADC0809通道0(IN0),变成采集IN0输入的电压,在屏幕上显示出转换后的16进制数据
上传时间: 2016-03-20
上传用户:思琦琦
将计数器0设置为方式0,计数器初值设为0H~FH,用手动逐个输入单脉冲,编成使计数值在屏幕上显示,并同时用逻辑笔观察OUT0点平变化。程序如下:
上传时间: 2014-11-03
上传用户:colinal
汇编课程设计,接收键盘输入的字符,在屏幕上显示出来
标签: 汇编
上传时间: 2014-05-26
上传用户:zq70996813