代码搜索:factor

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

代码结果 6,651
www.eeworm.com/read/178375/9405726

h spreproc.h

/* ******************************************************************************** * * GSM AMR-NB speech codec R98 Version 7.6.0 December 12, 2001 * R99 Ve
www.eeworm.com/read/374411/9407067

m rescale.m

function npd = rescale(npd,factor) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % rescale(P, factor) -- Rescales the KDE "P" proportionally by %
www.eeworm.com/read/177887/9427650

c gifrsize.c

/***************************************************************************** * "Gif-Lib" - Yet another gif library. * * * * Written by: Gershon Elber IBM PC Ver 0.1, Jul
www.eeworm.com/read/373627/9445730

html class.ind.html

R: Generates Class Indicator Matrix from a Factor
www.eeworm.com/read/373627/9446088

r ch16.r

#-*- R -*- ## Script from Fourth Edition of `Modern Applied Statistics with S' # Chapter 16 Optimization and Mazimum Likelihood Estimation library(MASS) postscript(file="ch16.ps", width=8, height
www.eeworm.com/read/177415/9456008

h int.h

/************************************************************************ * * * Copyright (C) SEIKO EPSON CORP. 1999 * * * * File name: int.h * * This is interrupt
www.eeworm.com/read/372563/9503436

c parser.c

#include "global.h" int lookhead; parse() { lookhead = lexan(); while (lookhead != DONE) { expr(); match(';'); } } expr() { int t; term();
www.eeworm.com/read/372509/9506656

cpp ch9_5.cpp

//********************* //** ch9_5.cpp ** //********************* #include bool Factor(int, int&, int&); void main() { int number,squared,cubed; bool error; cou
www.eeworm.com/read/176193/9512769

m ml_decision_2x2.m

function [Symbol_1,Symbol_2]=ML_decision_2x2(H11,H21,H12,H22,ComSymbol_1,ComSymbol_2,qam) % Alamouti Maximum Likelihood Decision Rule Factor=H11.*conj(H11)+H21.*conj(H21)+H12.*conj(H12)+H22.*conj(
www.eeworm.com/read/176119/9515787

f90 zbrac.f90

SUBROUTINE zbrac(func,x1,x2,succes) INTEGER NTRY REAL x1,x2,func,FACTOR EXTERNAL func PARAMETER (FACTOR=1.6,NTRY=50) INTEGER j REAL f1,f2 LOGICAL succes if(x1==x2) & pause 'you have to gues