代码搜索:create
找到约 10,000 项符合「create」的源代码
代码结果 10,000
www.eeworm.com/read/299070/7893314
sql create_proc.sql
drop procedure Create_proc;
create procedure Create_proc @RptID char(10)
as
declare @Curr_RptID char(10)
declare @Drop_SQL nvarchar(100)
declare @SQL_String nvarchar(4000)
declare @Proc_Name
www.eeworm.com/read/433775/7910027
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/298894/7927171
m create_packet.m
function packet = create_packet(start_samples,stop_samples,compound_channel,...
ch_len,chip_span,tx_bit,ths,scrambling,symbol_start,CODE_ID,L,TC,...
FS_CONT,DATA_LENGTH,RSCODE,PACKET_LENGTH,BU
www.eeworm.com/read/398356/7992110
sql create view.sql
create view v_nc_query_funnode as
select f.cfunid, f.fun_code, f.fun_name, f.fun_property, f.help_name
from sm_funcregister f
union all
select b.cfunid, b.fun_code, b.fun_name, 9999, '
www.eeworm.com/read/297374/8026577
m create_demo.m
close all;
clear all;
t=0:0.0005:0.1;
f1=4*exp(-100*t).*sin(2*pi*t*400);
f2=2*exp(-20*t).*sin(2*pi*t*200);
f3=1*exp(-50*t).*sin(2*pi*t*100);
% figure,plot(t,y);
% n1 = sin(2*pi*150*t);
% n2= 6
www.eeworm.com/read/297109/8052105
m create_demo.m
close all;
clear all;
t=0:0.0005:0.1;
f1=4*exp(-100*t).*sin(2*pi*t*400);
f2=2*exp(-20*t).*sin(2*pi*t*200);
f3=1*exp(-50*t).*sin(2*pi*t*100);
% figure,plot(t,y);
% n1 = sin(2*pi*150*t);
% n2= 6
www.eeworm.com/read/196292/8102199
cpp gsm_create.cpp
/*
* Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
* Universitaet Berlin. See the accompanying file "COPYRIGHT" for
* details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
www.eeworm.com/read/195640/8137203