代码搜索:insert
找到约 10,000 项符合「insert」的源代码
代码结果 10,000
www.eeworm.com/read/254601/12128208
class insert$1.class
www.eeworm.com/read/254371/12140356
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/254371/12140387
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/252793/12262397
txt insert_list.txt
# include
# include
# include
# include
using namespace std;
class insert_list{
private:
double **f;
double *x;
int N;
public:
insert_list();
www.eeworm.com/read/250662/12393079
c insert2.c
/*
** Insert into an ordered, singly linked list. The arguments are
** a pointer to the root pointer for the list, and the value to
** insert.
*/
#include
#include
#includ
www.eeworm.com/read/250662/12393083
c insert3.c
/*
** Insert into an ordered, singly linked list. The arguments are
** a pointer to the first node in the list, and the value to
** insert.
*/
#include
#include
#include "