代码搜索:insert

找到约 10,000 项符合「insert」的源代码

代码结果 10,000
www.eeworm.com/read/392205/8357137

java insert_requestdefine.java

package pbs.service.defineobject; import pbs.service.function.*; public class insert_requestDefine extends defineObject { public static int REQUEST_ID_NO = 0; public static int DATA_T
www.eeworm.com/read/370800/9585003

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/370800/9585019

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/370800/9585030

asv insert_pilot.asv

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/173997/9613921

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/173349/9661556

test insert3.test

# 2005 January 13 # # The author disclaims copyright to this source code. In place of # a legal notice, here is a blessing: # # May you do good and not evil. # May you find forgiveness for your
www.eeworm.com/read/173349/9661805

test insert2.test

# 2001 September 15 # # The author disclaims copyright to this source code. In place of # a legal notice, here is a blessing: # # May you do good and not evil. # May you find forgiveness for yo
www.eeworm.com/read/368925/9672103

h quicksort_insert.h

#include"DataList.h" #include"InsertSort.h" #include"QuickSort.h" template void QuickSort_insert(dataList& L,const int left,const int right) { if(right - left
www.eeworm.com/read/172695/9696401

m insert_pilotsymbol.m

%****************************************************************** % % insert pilot symbols %------------------------------------------------------------------ function [IPS] = Insert_PilotSymbol