扳动定义为“开始”(即enable)的开关后,一排指示灯变亮,之后抢答开始,有4个扳动开关代表4个抢答器,数码管将显示出最先被扳动的开关的序号,同时发出声音,表示抢答成功。若未按“开始”前,有任意开关被扳动,则数码管显示被扳动开关的序号,并发出另一种声音,表示有人抢答。
上传时间: 2013-12-16
上传用户:lmeeworm
数字运算,判断一个数是否接近素数 A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven number if the sum of its digits divides its value. Given b (2 <= b <= 10) and a number in base b, determine whether it is a Niven number or not. Input Each line of input contains the base b, followed by a string of digits representing a positive integer in that base. There are no leading zeroes. The input is terminated by a line consisting of 0 alone. Output For each case, print "yes" on a line if the given number is a Niven number, and "no" otherwise. Sample Input 10 111 2 110 10 123 6 1000 8 2314 0 Sample Output yes yes no yes no
上传时间: 2015-05-21
上传用户:daguda
程序及操作指南:程序写入上电后,将在四个数码管上显示0000,然后每隔一分钟,数码管将从低位跳变,该程序模拟的就是时钟。用按键数显键可将时间调至正确时间。
上传时间: 2015-05-24
上传用户:skfreeman
源代码\用动态规划算法计算序列关系个数 用关系"<"和"="将3个数a,b,c依次序排列时,有13种不同的序列关系: a=b=c,a=b<c,a<b=v,a<b<c,a<c<b a=c<b,b<a=c,b<a<c,b<c<a,b=c<a c<a=b,c<a<b,c<b<a 若要将n个数依序列,设计一个动态规划算法,计算出有多少种不同的序列关系, 要求算法只占用O(n),只耗时O(n*n).
上传时间: 2013-12-26
上传用户:siguazgb
c语言版的多项式曲线拟合。 用最小二乘法进行曲线拟合. 用p-1 次多项式进行拟合,p<= 10 x,y 的第0个域x[0],y[0],没有用,有效数据从x[1],y[1] 开始 nNodeNum,有效数据节点的个数。 b,为输出的多项式系数,b[i] 为b[i-1]次项。b[0],没有用。 b,有10个元素ok。
上传时间: 2014-01-12
上传用户:变形金刚
输入:以十进制的形式读入要判断的年份,从键盘取得的一个十进制数转换为二进制数存入BX寄存器中,再将BX中的内容保存在变量year中。 判断:首先将year中的内容首先除以4,不能被4整除,则一定不是闰年,能被4整除的,需再将year中的内容除以100,不能被100整除的,则一定是闰年,能被100整除的,需再将year中的内容除以400,能被400整除的,则是闰年,不能被400整除的,则不是闰年。 输出:经判断后,是闰年的输出“This is a leap year!”,不是闰年的则输出“ This is not a leap year! ”,然后输出是否要继续判断另一年份是否是闰年的提示字符串“ Continue jugding(y/n)?”,输入‘y’,则输入要判断的年份,输入其它字符则结束程序。
上传时间: 2015-09-21
上传用户:xmsmh
本人把这次课程设计作为培养实践能力的初次练兵,以数字通信中的编码器、译码器及锁存器为核心设计了八路抢答器。
标签: 实践
上传时间: 2015-10-27
上传用户:leehom61
本方案是利用8255芯片,用汇编语言编写的4人抢答器代码
上传时间: 2015-11-02
上传用户:1079836864
TI芯片DAC8501驱动程序,DAC8501是TI公司的高精度16位,高速率DA(数模)转换器 MAXIM公司12位高精度AD(模数)转换器MAX189驱动
上传时间: 2013-11-26
上传用户:dapangxie
ad转换的程序,c8051f021老程序,18B20测温00,抢答器程序,pwm_pac.c。
上传时间: 2015-12-19
上传用户:水口鸿胜电器