代码搜索结果
找到约 10,000 项符合
Display 的代码
led display.m51
BL51 BANKED LINKER/LOCATER V5.12 11/18/2006 17:07:13 PAGE 1
BL51 BANKED LINKER/LOCATER V5.12, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE LED Di
led display_opt.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
dyn display.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2, 0x0
Option
calculate_and_display_farfields.m
% This file calls the routines necessary for calculating
% farfield patterns in xy, xz, and yz plane cuts, and displays them.
% The display can be modified as desired.
% You will find the instr
display_transient_parameters.m
disp('plotting the transient parameters');
% figures for sampled electric fields
for ind=1:number_of_sampled_electric_fields
if sampled_electric_fields(ind).display_plot == false
sa
calculate_and_display_farfields.m
% This file calls the routines necessary for calculating
% farfield patterns in xy, xz, and yz plane cuts, and displays them.
% The display can be modified as desired.
% You will find the instr
display_material_mesh.m
if ~exist('show_material_mesh','var')
show_material_mesh = true;
end
if (show_material_mesh == true)
save('mesh_data_file', 'eps_r_x', 'eps_r_y', 'eps_r_z', ...
'mu_r_x', 'mu_r_y
display_transient_parameters.m
disp('plotting the transient parameters');
% figures for sampled electric fields
for ind=1:number_of_sampled_electric_fields
if sampled_electric_fields(ind).display_plot == false
sa
display_sampled_parameters.m
% displaying sampled parameters
if mod(time_step,plotting_step) ~= 0
return;
end
remaining_time = (number_of_time_steps-time_step) ...
*(cputime-start_time)/(60*time_step);
disp([
initialize_display_parameters.m
disp('initializing display parameters');
% open figures for sampled electric fields
for ind=1:number_of_sampled_electric_fields
if sampled_electric_fields(ind).display_plot == true