代码搜索:insert
找到约 10,000 项符合「insert」的源代码
代码结果 10,000
www.eeworm.com/read/137315/13330692
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/137315/13330698
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/137315/13330700
res proc_insert.res
www.eeworm.com/read/137315/13330703
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
www.eeworm.com/read/137132/13344477
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/323223/13346993
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/323223/13347005
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/323119/13349877
c insert_test.c
/* Copyright (C) 2000 MySQL AB
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Fou
www.eeworm.com/read/323119/13349904
pl insert_and_repair.pl
#!/usr/bin/perl -w
#
# This is a test of insert and repair/check.
#
$opt_loop_count=100000; # Change this to make test harder/easier
##################### Standard benchmark inits ##################
www.eeworm.com/read/323119/13351686
result insert_select.result
drop table if exists t1,t2,t3;
create table t1 (bandID MEDIUMINT UNSIGNED NOT NULL PRIMARY KEY, payoutID SMALLINT UNSIGNED NOT NULL);
insert into t1 (bandID,payoutID) VALUES (1,6),(2,6),(3,4),(4,9),(5