代码搜索:coefficient
找到约 3,200 项符合「coefficient」的源代码
代码结果 3,200
www.eeworm.com/read/159329/10669246
h coeffs.h
/* Pre compute singleton coefficient IDCT values. */
#define C0 0xa73b4b42
#define C1 0x11a8cdb7
#define C2 0xcdb7a73b
#define C3 0x4b42ee58
#define C4 0x4b4211a8
#define C5 0x3249a73b
#defin
www.eeworm.com/read/208930/15230619
h coeffs_f.h
/* Pre compute singleton coefficient IDCT values. */
#include "../user_macro.h"
#ifdef _TRIMEDIA
#define C0 0xa73b4b42
#define C1 0x11a8cdb7
#define C2 0xcdb7a73b
#define C3
www.eeworm.com/read/431767/8655410
m wim_core.m
%WIM_CORE Channel coefficient computation for a geometric channel model
% [H DELTA_T FINAL_PHASES FINAL_PHASES_LOS]=WIM_CORE(WIMPAR,LINKPAR,ANTPAR,BULKPAR,BSGAIN,BSGAIN_LOS,MSGAIN,MSGAIN_LOS,OFFSET
www.eeworm.com/read/430124/8765059
c fft.c
#include "FFT.h"
#include
#include
void InitializePoly(poly* p, int m, int* co)
{
int i;
p->MaxExp = m;
p->Coefficient = (int*)malloc(sizeof(int) * (m + 1));
for(i
www.eeworm.com/read/372570/9503317
m wim_core.m
%WIM_CORE Channel coefficient computation for a geometric channel model
% [H DELTA_T FINAL_PHASES FINAL_PHASES_LOS]=WIM_CORE(WIMPAR,LINKPAR,ANTPAR,BULKPAR,BSGAIN,BSGAIN_LOS,MSGAIN,MSGAIN_LOS,OFFSET
www.eeworm.com/read/359900/10116823
m im2jpeg.m
function y = im2jpeg(x, quality)
%IM2JPEG Compresses an image using a JPEG approximation.
% Y = IM2JPEG(X, QUALITY) compresses image X based on 8 x 8 DCT
% transforms, coefficient quantization
www.eeworm.com/read/279813/10392180
txt 1.txt
#include
using namespace std;
#include
typedef int ElemType;
struct Pnomial //Pnomial=Polynomial(多项式)
{
ElemType co,de1,de2,de3;
//co=coefficient(系数), de=degree(次数)
www.eeworm.com/read/418342/10952713
m im2jpeg.m
function y = im2jpeg(x, quality)
%IM2JPEG Compresses an image using a JPEG approximation.
% Y = IM2JPEG(X, QUALITY) compresses image X based on 8 x 8 DCT
% transforms, coefficient quantization
www.eeworm.com/read/289641/7104605
m wim_core.m
%WIM_CORE Channel coefficient computation for a geometric channel model
% [H DELTA_T FINAL_PHASES FINAL_PHASES_LOS]=WIM_CORE(WIMPAR,LINKPAR,ANTPAR,BULKPAR,BSGAIN,BSGAIN_LOS,MSGAIN,MSGAIN_LOS,OFFSET
www.eeworm.com/read/197686/7976141
gp plot_cov.gp
set terminal postscript eps
set size 1, 0.8
set xlabel "Time Scale (Second)"
set ylabel "Coefficient of Variation"
set key right top
set xrange [0:7]
set yrange [0:0.6]
set xtics ("1" 1, "5" 2, "10