代码搜索:factor
找到约 6,651 项符合「factor」的源代码
代码结果 6,651
www.eeworm.com/read/451644/7459685
txt d11r7.txt
implementation
//PROGRAM D11R7
//Driver for routine FTEST
uses
unit2;
{$R *.DFM}
procedure TForm1.Button1Click(Sender: TObject);
const
s1='%10.4f'; NPTS = 1000; MPTS = 500; NVAL = 10; E
www.eeworm.com/read/451487/7462880
m capacity_rician.m
function outage=capacity_rician(SNR,M,k,output)
%**************************************************************************
%This program illustrates the coding for determining the capacity in the
www.eeworm.com/read/448935/7521652
m wave_bases.m
%WAVE_BASES 1D Wavelet functions Morlet, Paul, or DOG
%
% [DAUGHTER,FOURIER_FACTOR,COI,DOFMIN] = ...
% wave_bases(MOTHER,K,SCALE,PARAM);
%
% Computes the wavelet function as a function o
www.eeworm.com/read/446580/7576541
txt 分析过程.txt
分析栈 exp $
字符串 number * number + number $
分析栈 term exp' $
字符串 number * number + number $
分析栈 factor term' exp' $
字符串 number * number + number $
分析栈 number term' exp' $
字符串 number *
www.eeworm.com/read/445823/7589637
m exp_fnct.m
function y=exp_fnct(x,funfcn,k,T,p1,p2,p3)
% y=exp_fnct(x,funfcn,k,T,p1,p2,p3)
% Returns the function funfcn(x) times
% the exponential factor exp(-j*2*pi*k/T*x)
j=sqrt(-1) ;
args=[];
for nn
www.eeworm.com/read/443686/7628378
cpp sieve.cpp
//: C01:Sieve.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
#include
#include
www.eeworm.com/read/442441/7651712
m exp_fnct.m
function y=exp_fnct(x,funfcn,k,T,p1,p2,p3)
% y=exp_fnct(x,funfcn,k,T,p1,p2,p3)
% Returns the function funfcn(x) times
% the exponential factor exp(-j*2*pi*k/T*x)
j=sqrt(-1) ;
args=[];
for nn
www.eeworm.com/read/439811/7701492
m exp_fnct.m
function y=exp_fnct(x,funfcn,k,T,p1,p2,p3)
% y=exp_fnct(x,funfcn,k,T,p1,p2,p3)
% Returns the function funfcn(x) times
% the exponential factor exp(-j*2*pi*k/T*x)
j=sqrt(-1) ;
args=[];
for nn
www.eeworm.com/read/439686/7702999
m two2n.m
function [IndicesN]=Two2N(DimX,Indices2);
%TWO2N Conversion of indices between unfoldings and N-way arrays
%
%
% function [IndicesN]=Two2N(DimX,Indices2);
%
%
% This algorithm requires access t
www.eeworm.com/read/438932/7719076
c jdcoefct.c
/*
* jdcoefct.c
*
* Copyright (C) 1994-1995, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying README fi