搜索结果
找到约 6 项符合
num1 的查询结果
数学计算 比较两个十进制数的二进制各位的差别 $0 $num1 $num2 附devcpp编译后的可执行文件(windows)
比较两个十进制数的二进制各位的差别
$0 $num1 $num2
附devcpp编译后的可执行文件(windows)
单片机开发 通过led数码管显示 如果长时间按下"change"键,则生成"num1"信号用于快速加1
通过led数码管显示
如果长时间按下"change"键,则生成"num1"信号用于快速加1
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.
单片机开发 //*********主机代码****** #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
单片机编程 红外解码程序
/*
&nbsp;* _168ZHONGDUAN2.c
&nbsp;*
&nbsp;* Created: 2014/11/2 15:12:45
&nbsp;* &nbsp;Author: lenovo
&nbsp;*/&nbsp;
#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 ...
设计相关 16进制数密码开关
.功能与性能
(1)可以用16进制数预先设置5个数密码(共20bit),例如:F1A2E,密码可更改,上电后(复位)密码默认为20’h1_1111,设有一个密码输入完的确认键,在密码输入完成后以此信号作为判断密码是否正确的开始条件;
(2)密码输入完成后按确认,若密码正确,绿灯亮,开关打开,若密码错误,红灯亮,开关保 ...