代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/145180/12746403
c first.c
/* This file and the rest of YAMD is copyright (C) 1999 by Nate Eldredge. */
/* There is no warranty whatever; I disclaim responsibility for any */
/* damage caused. Released under the GNU General
www.eeworm.com/read/321546/13403376
m tx_dechunk.m
% tx_dechunk
% Construct signal to transmit by placing time domain sets in series
xmit = zeros(1,num_chunks*fft_size);
for i = 1:num_chunks
for k = 1:fft_size
xmit(k + (i-1)*fft_size) = td_s
www.eeworm.com/read/319449/13451630
m tx_dechunk.m
% tx_dechunk
% Construct signal to transmit by placing time domain sets in series
xmit = zeros(1,num_chunks*fft_size);
for i = 1:num_chunks
for k = 1:fft_size
xmit(k + (i-1)*fft_size) = td_s
www.eeworm.com/read/315010/13554399
h immthpsr.h
/*******************************************************/
/* "C" Language Integrated Production System */
/* */
/*
www.eeworm.com/read/312857/13603331
m tx_dechunk.m
% tx_dechunk
% Construct signal to transmit by placing time domain sets in series
xmit = zeros(1,num_chunks*fft_size);
for i = 1:num_chunks
for k = 1:fft_size
xmit(k + (i-1)*fft_size) = td_s
www.eeworm.com/read/491400/6435141
m tx_dechunk.m
% tx_dechunk
% Construct signal to transmit by placing time domain sets in series
xmit = zeros(1,num_chunks*fft_size);
for i = 1:num_chunks
for k = 1:fft_size
xmit(k + (i-1)*fft_size) = td_s
www.eeworm.com/read/250648/12394329
m tx_dechunk.m
% tx_dechunk
% Construct signal to transmit by placing time domain sets in series
xmit = zeros(1,num_chunks*fft_size);
for i = 1:num_chunks
for k = 1:fft_size
xmit(k + (i-1)*fft_size) = td_s
www.eeworm.com/read/216817/14991459
m tx_dechunk.m
% tx_dechunk.m
% tx_dechunk
% Construct signal to transmit by placing time domain sets in series
xmit = zeros(1,num_chunks*fft_size);
for i = 1:num_chunks
for k = 1:fft_size
xmit(k + (i-1)*fft_s
www.eeworm.com/read/208930/15230632
h user_macro.h
#ifndef _USERMACRO_H_
#define _USERMACRO_H_
/* calculate PSNR value */
#define _DEBUG_PSNR
/* output encoding log file */
/*#define _LOGFILE*/
/* output constructed image */
#define _OUT_CO
www.eeworm.com/read/207800/15261960
h immthpsr.h
/*******************************************************/
/* "C" Language Integrated Production System */
/* */
/*