代码搜索:insert
找到约 10,000 项符合「insert」的源代码
代码结果 10,000
www.eeworm.com/read/171829/9735473
cpp insert_3.cpp
#ifdef __BCPLUSPLUS__
#include
#else
#include
#endif
#include
using namespace std;
typedef list LISTINT;
void main(void)
{
int rgTest1[] = {5,6,7};
www.eeworm.com/read/171718/9740030
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/367345/9755661
cpp insert_3.cpp
#include
#include
using namespace std;
typedef list LISTINT;
void main(void)
{
int rgTest1[] = {5,6,7};
int rgTest2[] = {10,11,12};
LISTINT listInt;
www.eeworm.com/read/170892/9781008
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/170892/9781031
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/269905/11071445
class lau$insert.class
www.eeworm.com/read/414662/11106895
m insert_preamble.m
%******************************************************************
%
% insert Training Sequences
%******************************************************************
function [InsertTS] = Insert_P