代码搜索:2.54加高简牛

找到约 2,310 项符合「2.54加高简牛」的源代码

代码结果 2,310
www.eeworm.com/read/443325/7634591

m stucture_switch.m

% stucture_switch.m % switch-case结构示例 % 单位换算示例 disp('单位换算示例') x=input('输入需要换算的长度数值(m):'); unit=input('选择转换单位(1 in; 2 ft; 3 m; 4 mm; 5 cm;):'); switch unit case {'inch', 'in', 1} y=
www.eeworm.com/read/443325/7634607

asv stucture_switch.asv

% stucture_switch.m % switch-case结构示例 % 单位换算示例 disp('单位换算示例') x=input('输入需要换算的长度数值(cm):'); unit=input('选择转换单位(1 in; 2 ft; 3 m; 4 mm; 5 cm;):') switch unit case {'inch', 'in', 1} y=
www.eeworm.com/read/386977/8714961

url 牛伯伯— 大学生学习资源门户站.url

[DEFAULT] BASEURL=http://www.niubobo.com/ [InternetShortcut] URL=http://www.niubobo.com/ IDList= IconFile=http://www.niubobo.com/favicon.ico IconIndex=1 [{000214A0-0000-0000-C000-000000000046}]
www.eeworm.com/read/307855/13713490

url 牛伯伯— 大学生学习资源门户站.url

[DEFAULT] BASEURL=http://www.niubobo.com/ [InternetShortcut] URL=http://www.niubobo.com/ IDList= IconFile=http://www.niubobo.com/favicon.ico IconIndex=1 [{000214A0-0000-0000-C000-000000000046}]
www.eeworm.com/read/233823/14133200

url 牛伯伯— 大学生学习资源门户站.url

[DEFAULT] BASEURL=http://www.niubobo.com/ [InternetShortcut] URL=http://www.niubobo.com/ IDList= IconFile=http://www.niubobo.com/favicon.ico IconIndex=1 [{000214A0-0000-0000-C000-000000000046}]
www.eeworm.com/read/221763/14722562

url 牛伯伯— 大学生学习资源门户站.url

[DEFAULT] BASEURL=http://www.niubobo.com/ [InternetShortcut] URL=http://www.niubobo.com/ IDList= IconFile=http://www.niubobo.com/favicon.ico IconIndex=1 [{000214A0-0000-0000-C000-000000000046}]
www.eeworm.com/read/489307/6478261

c cpp1.c

#include void main() { float num_cm, num_inch,num_feet; printf("请输入厘米值(cm):"); scanf("%f",&num_cm); num_inch=num_cm/2.54; num_feet=num_inch/12; printf("等于%0.1f英寸\t等于%0.1f英尺