代码搜索:factor
找到约 6,651 项符合「factor」的源代码
代码结果 6,651
www.eeworm.com/read/340730/12137854
m stretchmesh.m
function [x,y,xc,yc,dx,dy] = stretchmesh(x,y,nlayers,factor,method)
% This function can be used to continuously stretch the grid
% spacing at the edges of the computation window for
% finite-diff
www.eeworm.com/read/340194/12175724
cpp kwqcolor.cpp
/*
* Copyright (C) 2003 Apple Computer, Inc. All rights reserved.
* Portions Copyright (c) 2005 Nokia Corporation, Inc. All rights reserved.
*
* Redistribution and use in source and binary fo
www.eeworm.com/read/339554/12225303
pas ac1138.pas
program tju1138;
const
maxterms=1000;
type
term=record factor,index:longint;end;
formula=array[1..maxterms]of term;
var
a,b,c:formula;
p,la,lb,lc,i,j:longint;
s:ansistring;
fir
www.eeworm.com/read/339554/12225517
pas ac1030.pas
program tju1030;
const
maxl=100;
type
factorlist=record
count:byte;
value:array[1..3]of byte;
e:array[1..3]of byte;
end;
var
prime:array[1..maxl]of byte;
factor:array[
www.eeworm.com/read/339239/12247664
m exm05021_2.m
syms a x;f1=x^4-5*x^3+5*x^2+5*x-6;factor(f1)
f2=x^2-a^2;factor(f2)
factor(1025)
www.eeworm.com/read/338643/12290493
m convcon.m
% convcon.m
% Scope: This MATLAB macro sets the most used conversion constants as
% global variables.
% Usage: convcon
% Description of global parameters:
www.eeworm.com/read/150238/12302760
m lin2pcmu.m
function p=lin2pcmu(x,s)
%LIN2PCMU Convert linear to Mu-law PCM P=(X,S)
% pcmu = lin2pcmu(lin) where lin contains a vector
% or matrix of signal values within a range determined by
% the scale fac
www.eeworm.com/read/252063/12304869
c dpfafft.c
/* Copyright (c) Colorado School of Mines, 2003.*/
/* All rights reserved. */
/*********************** self documentation **********************/
/******************************
www.eeworm.com/read/251835/12317918
m scimapz0.m
function [z0,w0] = scimapz0(prefix,wp,w,beta,z,c,qdat,aux)
%SCIMAPZ0 (not intended for calling directly by the user)
% SCIMAPZ0 returns starting points for computing inverses of
% Schwarz-Chris
www.eeworm.com/read/149770/12351211
h src_inc.h
/****************************************************************************
* File: SRC_inc.h
* Date: Sept 26 2002
* Created: Jeff Sondermeyer
***********************************************