代码搜索:factor
找到约 6,651 项符合「factor」的源代码
代码结果 6,651
www.eeworm.com/read/402868/11526795
m interpolate2l.m
function result = Interpolate2L(a, b, r);
factor_ar = 1/( 1+ (a-r)^2 )^.5;
factor_rb = 1/( 1+ (r-b)^2 )^.5;
result = (factor_ar * a + factor_rb * b ) / (factor_ar + factor_rb);
www.eeworm.com/read/338523/12302392
m ga_f21.m
function PI=GA_f21(chro)
% Fitness function evaluation of Example 2.1-1.
% chro is the array transfered from GA for optimization.
% PenChen Chou, 8-10-2001
% Revised, 6-25-2002
global MI
www.eeworm.com/read/162807/5514149
c ijg_timing.c
/*
//
// INTEL CORPORATION PROPRIETARY INFORMATION
// This software is supplied under the terms of a license agreement or
// nondisclosure agreement with Intel Corporation and may
www.eeworm.com/read/429840/8786187
m examp2_10.m
m=sym(1856120); n=sym(1483720); [gcd(m,n), lcm(m,n)]
factor(lcm(n,m))
www.eeworm.com/read/381628/9081083
vsh pointlights.vsh
vs.1.1
;Do the final transformation and emit it in oPos. This
;is completely independent of the lighting operations
dp4 oPos.x, v0, c0
dp4 oPos.y, v0, c1
dp4 oPos.z, v0, c2
dp4 oPos.w, v0, c3
www.eeworm.com/read/381628/9081119
psh simple.psh
ps.1.1
;This is the tile texture
tex t0
;This is a little unnecessarily convoluted.
;The diffuse lighting factor (v1) is multiplied by the
;smudge factor in the alpha channel of the texture.
www.eeworm.com/read/378000/9254774
m psp.m
%The Pocock-Simon Procedure %
%SOURCE OF FORMULAS:p12-13,Chapter 6,STA 526%
%This codes will randomize patients according to the the levels of
%stratification factors associated to them%
% T
www.eeworm.com/read/376593/9312429
m examp2_10.m
m=sym(1856120); n=sym(1483720); [gcd(m,n), lcm(m,n)]
factor(lcm(n,m))
www.eeworm.com/read/177887/9427681
doc gif2herc.doc
Gif2Herc
--------
Program to display images saved as GIF files on IBM PC Hercules graphic card.
The program has few stages as follows:
1. Reads GIF file header and determines size of it.