代码搜索:Control
找到约 10,000 项符合「Control」的源代码
代码结果 10,000
www.eeworm.com/read/445022/7601493
plg general_control.plg
Build Log
--------------------Configuration: General_Control - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\WINDOW
www.eeworm.com/read/445022/7601496
aps general_control.aps
www.eeworm.com/read/443325/7634595
m control_break.m
% control_break.m
% break控制语句示例
% 计算浮点数的精度数值
eps1=1;
for num=1:1000
eps1=eps1/2;
if(1+eps1)>1
continue;
end
eps1=eps1*2;
break;
end
fprintf('eps的数据(浮点数的精度)为:\n\
www.eeworm.com/read/443325/7634606
asv control_continue.asv
% control_continue.m
% continue控制语句
% 统计文本文件的行数
fid = fopen('pascal.m','r');
count=0;
num=0;
while ~feof(fid)
line = fgetl(fid);
if isempty(line) | strncmp(line,'%',1)
num=num
www.eeworm.com/read/443325/7634608
m control_continue.m
% control_continue.m
% continue控制语句
% 统计程序的行数和注释行及空行的数目
fid = fopen('pascal.m','r');
count=0;
num=0;
while ~feof(fid)
line = fgetl(fid);
if isempty(line) | strncmp(line,'%',1)
www.eeworm.com/read/443325/7634613
m control_input.m
% control_input.m
% input控制语句示例
univ=input('输入你心目中最好的大学:','s');
reply=input('你想重新选择吗? Y/N [Y]: ', 's');
if isempty(reply)
reply = 'Y';
end
if reply=='Y'
disp('你已经选择过了');
else
dis
www.eeworm.com/read/442924/7642284
ico control_icon.ico
www.eeworm.com/read/442661/7647265
bmp control_repeat.bmp
www.eeworm.com/read/442661/7647275
bmp control_pause.bmp
www.eeworm.com/read/442661/7647352