代码搜索:create
找到约 10,000 项符合「create」的源代码
代码结果 10,000
www.eeworm.com/read/461264/7230737
pro tab_create.pro
pro tab_create,tcb,tab,maxcol,maxrows,row_len,tb_type
;+
; NAME:
; TAB_CREATE
; PURPOSE:
; Procedure to create a new table file.
;
; CALLING SEQUENCE:
; tab_create, tcb, tab, maxcol, maxrows, row_le
www.eeworm.com/read/461264/7230768
pro create_struct.pro
pro create_struct, struct, strname, tagnames, tag_descript, DIMEN = dimen, $
CHATTER = chatter, NODELETE = nodelete
;+
; NAME:
; CREATE_STRUCT
; PURPOSE:
; Create an IDL stru
www.eeworm.com/read/461240/7231238
m create_rectangles.m
disp('creating rectangles');
for ind = 1:number_of_rectangles
% convert rectangle end coordinates to node indices
blx = round((rectangles(ind).min_x - fdtd_domain.min_x)/dx) + 1;
b
www.eeworm.com/read/461240/7231249
m create_circles.m
disp('creating spheres');
cx = fdtd_domain.cell_center_coordinates_x;
cy = fdtd_domain.cell_center_coordinates_y;
for ind=1:number_of_circles
% distance of the centers of the cells from the ce
www.eeworm.com/read/461240/7231281
m create_rectangles.m
disp('creating rectangles');
for ind = 1:number_of_rectangles
% convert rectangle end coordinates to node indices
blx = round((rectangles(ind).min_x - fdtd_domain.min_x)/dx) + 1;
b
www.eeworm.com/read/461240/7231292
m create_circles.m
disp('creating spheres');
cx = fdtd_domain.cell_center_coordinates_x;
cy = fdtd_domain.cell_center_coordinates_y;
for ind=1:number_of_circles
% distance of the centers of the cells from the ce
www.eeworm.com/read/461240/7231325
m create_rectangles.m
disp('creating rectangles');
for ind = 1:number_of_rectangles
% convert rectangle end coordinates to node indices
blx = round((rectangles(ind).min_x - fdtd_domain.min_x)/dx) + 1;
b
www.eeworm.com/read/461240/7231337
m create_circles.m
disp('creating spheres');
cx = fdtd_domain.cell_center_coordinates_x;
cy = fdtd_domain.cell_center_coordinates_y;
for ind=1:number_of_circles
% distance of the centers of the cells from the ce
www.eeworm.com/read/461240/7231369
m create_rectangles.m
disp('creating rectangles');
for ind = 1:number_of_rectangles
% convert rectangle end coordinates to node indices
blx = round((rectangles(ind).min_x - fdtd_domain.min_x)/dx) + 1;
b
www.eeworm.com/read/461240/7231380
m create_circles.m
disp('creating spheres');
cx = fdtd_domain.cell_center_coordinates_x;
cy = fdtd_domain.cell_center_coordinates_y;
for ind=1:number_of_circles
% distance of the centers of the cells from the ce