代码搜索:factor

找到约 6,651 项符合「factor」的源代码

代码结果 6,651
www.eeworm.com/read/377407/9277709

fasta pos-test.1.27.1.2.fasta

>d1eera_ 1.27.1.2.1 Erythropoietin {Human (Homo sapiens)} APPRLICDSRVLERYLLEAKEAEKITTGCAEHCSLNEKITVPDTKVNFYAWKRMEVGQQAVEVWQGLALLSEAVLRGQALLVKSSQPWEPLQLHVDKAVSGLRSLTTLLRALGAQKEAISNSDAASAAPLRTITADTFRKLF
www.eeworm.com/read/179398/9358971

chf cvcalcarrbackprojectpatch.chf

void cvCalcArrBackProjectPatch(CvArr** image, CvArr* dst, CvSize range, CvHistogram* hist, int method, double factor) { void *fptr; fptr = dlsym(_Chcv_handle, "cvCalcArrBackProjectPatch_ch
www.eeworm.com/read/178378/9404774

h useful.h

//: C14:Useful.h // From Thinking in C++, 2nd Edition // at http://www.BruceEckel.com // (c) Bruce Eckel 1999 // Copyright notice in Copyright.txt // A class to reuse #ifndef USEFUL_H_ #define
www.eeworm.com/read/177513/9450343

m ascend1.m

function prt=ascend1(Rs,fs,factor) %Rs=128000; %比特速率 %nn=5; %每个比特的采样点数nn %fs=nn*Rs; %采样速率 %factor=1/4; Bda=factor*Rs; Ts=1/fs; N=150; k=4*fs/Rs; prt=zeros(1,N); for i=0:N-1 t=i
www.eeworm.com/read/177488/9450996

java tempconverter.java

//******************************************************************** // TempConverter.java Author: Lewis/Loftus // // Demonstrates the use of primitive data types and arithmetic // expr
www.eeworm.com/read/373036/9476938

c csort.c

/************************************************************************ 名称: csort.c 一个动画程序来显示6个排序算法的动作。 运行这个程序要求包含
www.eeworm.com/read/175226/9555161

cpp list0909.cpp

//Listing 9.9 // Returning multiple values from a function // using references #include using namespace std; enum ERR_CODE { SUCCESS, ERROR }; ERR_CODE Factor(int, int&, in
www.eeworm.com/read/371256/9558960

m ant_cfnsf.m

function t = ant_cfnsf(x1,y1,x2,y2,m3,f_init) % This is the code to estimate the fundamental matrix using % the constrained vesrion of the fundamental numerical scheme. % It has been written so as t
www.eeworm.com/read/371236/9560395

atg expr.atg

$C /* Generate Main Module */ COMPILER Expr /* This is a simple expression calculator */ /*----------------- Scanner Specifications ----------------------*/ CHARACTERS letter = "ABCDEFG
www.eeworm.com/read/371236/9560442

atg xref.atg

/********************************************************** ** XREF.ATG ** Coco/R C Taste Cross-reference Generator Example. ** Adapted to C++ by Frankie Arzu ** from