代码搜索:create
找到约 10,000 项符合「create」的源代码
代码结果 10,000
www.eeworm.com/read/461240/7231412
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/7231423
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/461235/7231516
m create_spheres.m
disp('creating spheres');
cx = fdtd_domain.cell_center_coordinates_x;
cy = fdtd_domain.cell_center_coordinates_y;
cz = fdtd_domain.cell_center_coordinates_z;
for ind=1:number_of_spheres
% dis
www.eeworm.com/read/461235/7231517
m create_bricks.m
disp('creating bricks');
for ind = 1:number_of_bricks
% convert brick end coordinates to node indices
blx = round((bricks(ind).min_x - fdtd_domain.min_x)/dx) + 1;
bly = round((bric
www.eeworm.com/read/459986/7259671
m create_channel.m
function [H, H_f]=create_channel(Mt, Mr, A, N);
% function [H, H_f]=create_channel(Mt, Mr, A, N);
%
% A - vector containing the power-delay profile (real values)
% Mt - number of Tx antennas
% M
www.eeworm.com/read/458447/7296522
txt create-mutex.txt
* CREATE A MUTUAL EXCLUSION SEMAPHORE
*
* Description: This function creates a mutual exclusion semaphore.
*
* Arguments : prio is the priority to use wh
www.eeworm.com/read/458133/7303803
m create_channel.m
function [H, H_f]=create_channel(Mt, Mr, A, N);
% function [H, H_f]=create_channel(Mt, Mr, A, N);
%
% A - vector containing the power-delay profile (real values)
% Mt - number of Tx antennas
% M
www.eeworm.com/read/457731/7318631
m create_tree.m
%
% create_tree.m
%
% Sunghwan Yoo
%
% Create a tree structure for id3
function [node] = create_tree(dataset, level, cutoff)
% create a blank node
clear node;
% structure of node
www.eeworm.com/read/456579/7344398
c create_close.c
///////////////////////////////////////////////////////////////////////////////
//
// (C) Copyright 1995 - 1997 OSR Open Systems Resources, Inc.
// All Rights Reserved
//
// This sofware