-
12位ad转换程序,很棒的阿。!! !!!使用一下吧!! !! !! !!!...
12位ad转换程序,很棒的阿。!! !!!使用一下吧!! !! !! !!!
- 2022-05-22 06:09:15下载
- 积分:1
-
Written in assembly code using random number generation algorithm: program mainl...
用汇编代码写的随机数生成算法:
程序主要由八部分组成。主程序main 从键盘输入的10进制数的子程序redigital;产生随机数,并输出随机性评估结果的子程序random;评估一个随机数随机性的子程序evaluAnum;用蒙特卡罗法评估随机性的calpi将数以十六进制输出的子程序printtohex;将数用十进制打印出来的子程序printaxd;输出换行回车的子程序printrn。-Written in assembly code using random number generation algorithm: program mainly by the eight parts. The main program main from the keyboard input 10 the number of decimal subroutine redigital generate random numbers, and output the results of the assessment of the subroutine random random assessment of a random number of random subroutine evaluAnum with the Monte Carlo Method to Evaluate the random of calpi will be hundreds of subroutines hexadecimal output printtohex will be hundreds of subroutines with the decimal print out printaxd the subroutine output carriage return line feed printrn.
- 2022-08-13 21:17:06下载
- 积分:1
-
题目:给一个不多于5位的正整数,要求:一、求它是几位数,二、逆序打印出各位数字。 1. 程序分析:学会分解出每一位数
题目:给一个不多于5位的正整数,要求:一、求它是几位数,二、逆序打印出各位数字。 1. 程序分析:学会分解出每一位数-Title: to a more than five positive integer, following requirements: First, for it is the number of a few, two, reverse print out all the figures. 1. Procedure Analysis: Institute of decomposition of each median
- 2023-03-25 11:20:04下载
- 积分:1
-
一个微机原理要做的试验程序
一个微机原理要做的试验程序-a computer theories do testing procedures
- 2022-05-31 02:28:03下载
- 积分:1
-
单片机MIDI decode
单音的播放,MIDI播放,按键扫描,带数码管,数码管显示音色序号或者MIDI 的Index,音量控制,速度控制,改变音色,带功放输出
- 2022-03-05 09:32:24下载
- 积分:1
-
可以存储最多50个电话信息,包括序号,姓名,地址,电话。具有查找,浏览,修改,添加,删除,查看上一个,下一个记录等功能。注释详细,在masm615下汇编运行。...
可以存储最多50个电话信息,包括序号,姓名,地址,电话。具有查找,浏览,修改,添加,删除,查看上一个,下一个记录等功能。注释详细,在masm615下汇编运行。-Can store up to 50 telephone information, including the serial number, name, address, telephone number. Have to find, browse, modify, add, delete, view, on one, the next record function. Note detailed compilation of the masm615 to run under.
- 2022-06-02 02:47:08下载
- 积分:1
-
微机原理8254与8255设计的手动跟自动的路灯控制系统
微机原理8254与8255设计的手动跟自动的路灯控制系统-8254 8255
- 2022-07-12 00:43:03下载
- 积分:1
-
ASM 编的vxd又是一个绝不是重复的
ASM 编的vxd又是一个绝不是重复的-vxd ASM series is a repeat is not the
- 2022-01-24 18:09:00下载
- 积分:1
-
c和c++代码精粹,这是一个pdg格式的文档,请使用超星的最新版本打开,很难得的文档,是vip会员的资料,先睹为快吧:)...
c和c++代码精粹,这是一个pdg格式的文档,请使用超星的最新版本打开,很难得的文档,是vip会员的资料,先睹为快吧:)-c and c++ code essence, this is a PDG format document, please use the latest version of Chaoxing open, it is difficult to get the documents, is vip membership information, preview it:)
- 2023-04-19 03:45:03下载
- 积分:1
-
1、用8255的A口驱动六个七段数码管(LED)的字段,C口驱动六位七段数码管(LED)的位控端,右侧两位显示分值,左侧两位显示秒值。
2、段数码管采用动态...
1、用8255的A口驱动六个七段数码管(LED)的字段,C口驱动六位七段数码管(LED)的位控端,右侧两位显示分值,左侧两位显示秒值。
2、段数码管采用动态扫描方式,用8253做定时器(采用查询方式),每位显示的时间50Hz。
3、以5ms为基本时间单位,计数产生秒时间值,秒计数到60时对分计数,分计数到69时对时计数。
-BUFF_KEY EQU 21H BUFF_LED1 EQU 22H
BUFF_LED2 EQU 23H
BUFF_LED3 EQU 24H
BUFF_LED4 EQU 25H
BUFF_LED5 EQU 26H
BUFF_LED6
- 2022-06-15 18:58:08下载
- 积分:1