代码搜索:factor
找到约 6,651 项符合「factor」的源代码
代码结果 6,651
www.eeworm.com/read/246404/12728856
pas ac1265.pas
{$Q-,R-}
program tju1265;
const
maxn=10000;
var
time,factor:array[0..maxn]of longint;
cost:array[0..maxn]of qword;
q:array[0..maxn]of word;
n,s,i,f,r:longint;
function slope(a,b:wor
www.eeworm.com/read/246404/12729421
pas ac1265.pas
{$Q-,R-}
program tju1265;
const
maxn=10000;
var
time,factor:array[0..maxn]of longint;
cost:array[0..maxn]of qword;
q:array[0..maxn]of word;
n,s,i,f,r:longint;
function slope(a,b:wor
www.eeworm.com/read/332576/12747142
c aa_hiresantialiasing.c
/*
*********************************************************************************************************
* uC/GUI
* Universal
www.eeworm.com/read/245818/12779208
c hotel.c
/* hotel.c -- hotel management functions */
#include
#include "hotel.h"
int menu(void)
{
int code, status;
printf("\n%s%s\n", STARS, STARS);
printf("Enter the number of
www.eeworm.com/read/245816/12779848
m tfrrmsc.m
function [tfr,rtfr,hat] = tfrrmsc(x,t,N,f0T,trace,K);
%TFRRMSC Reassigned Morlet Scalogram time-frequency distribution.
% [TFR,RTFR,HAT] = TFRRMSC(X,T,N,F0T,TRACE)
% computes the Morlet scalogram and
www.eeworm.com/read/144420/12796056
java recur-03.java
//=====================程序描述==================
//程序名称:recur-03.java
//程序目的:演示阶乘问题
//作者:张中强
//=====================程序描述==================
class recur03
{
public static void main(String args[])
www.eeworm.com/read/244800/12843149
m mppca.m
function [LX, MX, PX] = mppca(X, no_dims, no_analyzers, tol, maxiter, minstd)
%MPPCA Runs EM algorithm and computes local factor analyzers
%
% [LX, MX, PX] = mppca(X, no_dims, no_analyzers, tol, max
www.eeworm.com/read/244728/12847636
hxx wzmap.hxx
#ifndef wzmap_hxx
#define wzmap_hxx
#include "wzpoint.hxx"
#include "wzsafepointer.hxx"
class wzMap;
class wz1Dmap;
class wz2Dmap;
class wz3Dmap;
class wz1Dcoordinates;
class wz2Dcoordinates;
clas
www.eeworm.com/read/244597/12854318
cpp zbrac.cpp
#include
#include "nr.h"
using namespace std;
bool NR::zbrac(DP func(const DP), DP &x1, DP &x2)
{
const int NTRY=50;
const DP FACTOR=1.6;
int j;
DP f1,f2;
if (x1 == x2) nrerr
www.eeworm.com/read/330414/12895097
h spreproc.h
/*
********************************************************************************
*
* GSM AMR-NB speech codec R98 Version 7.6.0 December 12, 2001
* R99 Ve