代码搜索:CYCLIC
找到约 1,324 项符合「CYCLIC」的源代码
代码结果 1,324
www.eeworm.com/read/414769/11102541
for cyclic.for
SUBROUTINE cyclic(a,b,c,alpha,beta,r,x,n)
INTEGER n,NMAX
REAL alpha,beta,a(n),b(n),c(n),r(n),x(n)
PARAMETER (NMAX=500)
CU USES tridag
INTEGER i
REAL fact,g
www.eeworm.com/read/291235/8433296
cpp cyclic.cpp
#include "nr.h"
void NR::cyclic(Vec_I_DP &a, Vec_I_DP &b, Vec_I_DP &c, const DP alpha,
const DP beta, Vec_I_DP &r, Vec_O_DP &x)
{
int i;
DP fact,gamma;
int n=a.size();
if (n
www.eeworm.com/read/384270/8883781
c cyclic.c
/*
* Graphics Gems III: Fast Generation of Cyclic Sequences
*
* programmed by Alan Paeth (awpaeth@alumni.caltech.edu)
*
* These functions are implemented as macros which fall into two classes:
*
www.eeworm.com/read/428158/8889540
m cyclic.m
function m_tx_guard = cyclic(symbol_ofdm,G,Tx);
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% %
www.eeworm.com/read/361452/10051372
m cyclic.m
function m_tx_guarda = cyclic(simbolo_ofdm,G,Tx);
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
www.eeworm.com/read/359804/10124218
m cyclic.m
function m_tx_guarda = cyclic(simbolo_ofdm,G,Tx);
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
www.eeworm.com/read/278154/10564567
c cyclic.c
#define NRANSI
#include "nrutil.h"
void cyclic(float a[], float b[], float c[], float alpha, float beta,
float r[], float x[], unsigned long n)
{
void tridag(float a[], float b[], float c[],
www.eeworm.com/read/278154/10564761
c cyclic.c
#define NRANSI
#include "nrutil.h"
void cyclic(float a[], float b[], float c[], float alpha, float beta,
float r[], float x[], unsigned long n)
{
void tridag(float a[], float b[], float c[],
www.eeworm.com/read/423264/10575303
m cyclic.m
%%non systematic cyclic coder %%
clc;
clear;
%ENCODER SECTION
n=input('enter the value of n ');
k=input('enter the value of k ');
q=n-k;
z=0;
fprintf('\nthe degree of polynomial is %d',n-1);
www.eeworm.com/read/423264/10575342
asv cyclic.asv
%%non systematic cyclic coder %%
clc;
clear;
%ENCODER SECTION
n=input('enter the value of n ');
k=input('enter the value of k ');
q=n-k;
z=0;
fprintf('\nthe degree of polynomial is %d',n-1);