搜索结果

找到约 6 项符合 num1 的查询结果

数学计算 比较两个十进制数的二进制各位的差别 $0 $num1 $num2 附devcpp编译后的可执行文件(windows)

比较两个十进制数的二进制各位的差别 $0 $num1 $num2 附devcpp编译后的可执行文件(windows)
https://www.eeworm.com/dl/641/281878.html
下载: 149
查看: 1047

单片机开发 通过led数码管显示 如果长时间按下"change"键,则生成"num1"信号用于快速加1

通过led数码管显示 如果长时间按下"change"键,则生成"num1"信号用于快速加1
https://www.eeworm.com/dl/648/386776.html
下载: 76
查看: 1032

Java编程 4. Write a program that sorts three integers. The integers are entered from the console and stored i

4. Write a program that sorts three integers. The integers are entered from the console and stored in variables num1, num2 and num3, respectively. The program sorts the numbers so that num1 <= num2 <= num3.
https://www.eeworm.com/dl/633/292118.html
下载: 140
查看: 1068

单片机开发 //*********主机代码****** #include <reg51.h> #include "Clicent_Setting.h" #include "LCD_Funt

//*********主机代码****** #include <reg51.h> #include "Clicent_Setting.h" #include "LCD_Funtion.h" #include "Futions.h" #include "Host_Interrupt_Funtion.h" int num1=1 //从机数码管起始数 int num2=0 int num3=1
https://www.eeworm.com/dl/648/300927.html
下载: 183
查看: 1026

单片机编程 红外解码程序

/*  * _168ZHONGDUAN2.c  *  * Created: 2014/11/2 15:12:45  *  Author: lenovo  */  #include <avr/io.h> #include <avr/iom168pa.h> #include <avr/interrupt.h> #include <util/delay.h> #include <avr/eeprom.h> //#include <util/delay_basic.h> //unsigned char const SEGtabl ...
https://www.eeworm.com/dl/509771.html
查看: 52

设计相关 16进制数密码开关

.功能与性能 (1)可以用16进制数预先设置5个数密码(共20bit),例如:F1A2E,密码可更改,上电后(复位)密码默认为20’h1_1111,设有一个密码输入完的确认键,在密码输入完成后以此信号作为判断密码是否正确的开始条件; (2)密码输入完成后按确认,若密码正确,绿灯亮,开关打开,若密码错误,红灯亮,开关保 ...
https://www.eeworm.com/dl/511002.html
下载: 1
查看: 93