代码搜索:factor
找到约 6,651 项符合「factor」的源代码
代码结果 6,651
www.eeworm.com/read/140665/13068120
cpp xftest.cpp
#include
#include
#include
#include "nr.h"
using namespace std;
// Driver for routine ftest
int main(void)
{
const int NVAL=11,NPTS=1000,MPTS=500;
www.eeworm.com/read/140665/13068354
cpp xks2d1s.cpp
#include
#include
#include "nr.h"
using namespace std;
// Driver for routine ks2d1s
int main(void)
{
int idum,jtrial,j,n1,ntrial;
DP d,factor,prob,u,v;
www.eeworm.com/read/139928/13120545
pas cdibstandardfilters.pas
unit cDIBStandardFilters;
{-----------------------------------------------------------------------------
The contents of this file are subject to the Mozilla Public License
Version 1.1 (the "Lice
www.eeworm.com/read/326313/13148465
m projection_shift.m
function [Pnew,Ptnew,F] = projection_shift(P,Pt,nshift,side,Qsize)
% PROJECTION_SHIFT -- relative shift of biorthogonal multiwavelets
%
% [Pnew,Ptnew,F] = projection_shift(P,Pt,nshift,side,Qsi
www.eeworm.com/read/326313/13148651
m match_type.m
function [type,m,r] = match_type(varargin)
% MATCH_TYPE - propagate type, dilation factor, multiplicity
%
% [type,m,r] = match_type(P1,P2,P3,...)
%
% This is used only in multiwavelet ca
www.eeworm.com/read/241323/13156450
m hydrogen.m
function f=hydrogen(N,L,M,x,y);
%> The file calculates the amplitudes of the eigenfunctions
%> of the hydrogen atom. The amplitude is renormalized by an extra
%> factor = sqrt(sin(theta
www.eeworm.com/read/241192/13164303
m bierman.m
function [x,U,D] = bierman(z,R,H,xin,Uin,Din)
%
% Matlab implementation of the
% Bierman ``square root filtering without square roots''
%
% From the diskette included with
% M. S. Grewal, L. R.
www.eeworm.com/read/325143/13224322
java factorial.java
public class Factorial {
public static void main(String[] args) {
long limit = 20L; // Calculate factorials of integers up to this value
long factorial = 1L; // A factorial wil