代码搜索:insert
找到约 10,000 项符合「insert」的源代码
代码结果 10,000
www.eeworm.com/read/266527/11221321
sql insert_data.sql
use eshop;
insert into supplier values(10001,'xxxx电子出版社','1','北京xxx路xxx号','','北京','北京','100082','1234567');
insert into category values('001','计算机图书','最新的计算机图书');
insert into category values('00
www.eeworm.com/read/266505/11222182
sql insert_data.sql
use eshop;
insert into supplier values(10001,'xxxx电子出版社','1','北京xxx路xxx号','','北京','北京','100082','1234567');
insert into category values('001','计算机图书','最新的计算机图书');
insert into category values('00
www.eeworm.com/read/411028/11260551
sin insert-header.sin
# Sed script that inserts the file called HEADER before the header entry.
#
# At each occurrence of a line starting with "msgid ", we execute the following
# commands. At the first occurrence, insert
www.eeworm.com/read/335934/12489904
m insert_cp.m
function output=insert_cp(input,cp_length)%为ofdm符号块插入循环前缀,cp_length为循环前缀长度
[m,n]=size(input);
output=zeros(m+cp_length,n);
%以下循环为各列插入循环前缀
for j=1:n
www.eeworm.com/read/335934/12489953
m insert_pilot.m
function [output,count,pilot_sequence]=insert_pilot(pilot_inter,pilot_symbol_bit,map_out_block)
% pilot_inter为导频符号间隔,以ofdm符号个数的形式给出,为整数。间隔越大估计误差越大
% pilot_symbol_bit 采用常数导频符号,这里给出它的二进制形式
% map_out
www.eeworm.com/read/148118/12492719
exe proc_insert.exe
www.eeworm.com/read/148118/12492723
dpr proc_insert.dpr
program proc_insert;
uses
Forms,
mainfrm in 'mainfrm.pas' {Form1};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
www.eeworm.com/read/148118/12492731
dof proc_insert.dof
[FileVersion]
Version=6.0
[Compiler]
A=8
B=0
C=1
D=1
E=0
F=0
G=1
H=1
I=1
J=0
K=0
L=1
M=0
N=1
O=1
P=1
Q=0
R=0
S=0
T=0
U=0
V=1
W=0
X=1
Y=1
Z=1
ShowHints=1
ShowWarnings=1
U
www.eeworm.com/read/148118/12492733
res proc_insert.res
www.eeworm.com/read/148118/12492738
cfg proc_insert.cfg
-$A8
-$B-
-$C+
-$D+
-$E-
-$F-
-$G+
-$H+
-$I+
-$J-
-$K-
-$L+
-$M-
-$N+
-$O+
-$P+
-$Q-
-$R-
-$S-
-$T-
-$U-
-$V+
-$W-
-$X+
-$YD
-$Z1
-cg
-AWinTypes=Windows;WinProcs=Windows;Dbi