代码搜索:Input
找到约 10,000 项符合「Input」的源代码
代码结果 10,000
www.eeworm.com/read/467117/7017886
h input_080627.h
//亦木明
//哪天写的忘了,从以前做的一个项目中移过来的按键程序。
#define int8 unsigned char
/*---------------------------------------------------------------------
键值检测程序
RB4(KEY_OUT1) KEY_ONOFF
R
www.eeworm.com/read/466802/7020902
txt input1.txt
1:0230106:80
2:0530346:79
3:0330049:78
4:0430126:75
5:0530058:71
6:0130056:69
7:0230090:60
8:0530316:58
9:0530285:56
10:0530046:53
11:0530377:48
12:0530093:43
13:0430291:39
14:0230162:37
www.eeworm.com/read/466875/7022665
txt input_matrix_a.txt
www.eeworm.com/read/466114/7038471
p input_parameters.p
www.eeworm.com/read/466114/7038486
fig input_parameters.fig
www.eeworm.com/read/466114/7038518
mat input_para.mat
www.eeworm.com/read/466223/7041202
m solar_input.m
%solar_input
%输入公历日期
solar_year=input('请输入一公历个年份:');
while (solar_year-1936)*(solar_year-2032)>0; %输入年份不符合要求
solar_year=input('猪头!年份应在1936至2032之间,请再输一次:');
end
solar_month=inp
www.eeworm.com/read/466223/7041207
m lunar_input.m
%Lunar_input
%输入农历日期
lunar_year=input('请输入一个农历年份(输入年份范围为1936-2032\):');
while (lunar_year-1936)*(lunar_year-2031)>0; %输入年份不符合要求
lunar_year=input('猪头!年份应在1936至2031之间,请再输一次:');
e