代码搜索:factor
找到约 6,651 项符合「factor」的源代码
代码结果 6,651
www.eeworm.com/read/380709/2653213
g output-ppt.g
#set xrange [100:*]
set yrange [2200:2300]
set xtics 0.1
#set ytics 300000
set xlabel "Smoothing factor value"
set ylabel "Total goodput (KBps)"
set term gif
set output "alpha-goodput.gif"
set key
www.eeworm.com/read/380709/2653449
g output-ppt.g
#set xrange [100:*]
set yrange [2200:2300]
set xtics 0.1
#set ytics 300000
set xlabel "Smoothing factor value"
set ylabel "Total goodput (KBps)"
set term gif
set output "alpha-goodput.gif"
set key
www.eeworm.com/read/378914/2679231
m p10_6.m
% Program P10_6
% Illustration of Interpolation Process
%
clf;
L = input('Up-sampling factor = ');
% Generate the input sequence
n = 0:49;
x = sin(2*pi*0.043*n) + sin(2*pi*0.031*n);
% Generate the int
www.eeworm.com/read/378914/2679377
m p10_6.m
% Program P10_6
% Illustration of Interpolation Process
%
clf;
L = input('Up-sampling factor = ');
% Generate the input sequence
n = 0:49;
x = sin(2*pi*0.043*n) + sin(2*pi*0.031*n);
% Generate the int
www.eeworm.com/read/377754/2696737
fs fog.fs
// fog.fs
//
// per-pixel fog
uniform float density;
void main(void)
{
const vec4 fogColor = vec4(0.5, 0.8, 0.5, 1.0);
// calculate 2nd order exponential fog factor
// based
www.eeworm.com/read/263014/4306399
h largefilter.h
/* Included by resamplesubs.c */
#define LARGE_FILTER_NMULT ((RES_HWORD)65)
#define LARGE_FILTER_SCALE 14746 /* Unity-gain scale factor */
#define LARGE_FILTER_NWING 8192 /* Filter table length */
sta
www.eeworm.com/read/263014/4306405
h smallfilter.h
/* Included by resamplesubs.c */
#define SMALL_FILTER_NMULT ((RES_HWORD)13)
#define SMALL_FILTER_SCALE 13128 /* Unity-gain scale factor */
#define SMALL_FILTER_NWING 1536 /* Filter table length */
sta
www.eeworm.com/read/370777/9586043
c 化学分子式.c
#include
#include
#define MAXN 300
#define CMLEN 30
struct elem
{
char name[3];
double v;
}nTbl[MAXN];
char cmStr[CMLEN],*pos;
int c;
FILE *fp;
double factor();
d
www.eeworm.com/read/173932/9629706
m fig2_21.m
% Use this program to reproduce Fig. 2.20 of text.
close all
clear all
np = 4;
pfa = 1e-7;
pdm = 0.99945;
pda = 0.99812;
% calculate the improvement factor
Im = improv_fac(np,pfa, pdm);
Ia =