代码搜索:factor
找到约 6,651 项符合「factor」的源代码
代码结果 6,651
www.eeworm.com/read/407093/11430051
out f77exm.out
No of nonzeros in factor L = 835
No of nonzeros in factor U = 978
No of nonzeros in L+U = 1813
L\U MB 0.020 total MB needed 0.040 expansions 0
Factorization succeeded
Solve succeeded
188.456815
www.eeworm.com/read/406935/11432414
m calculate_b.m
function B = calculate_B( l, R )
% calculates separately B field components
% Copyright (C) 2007
%
% mag. David Erzen
% Faculty of Mechanical Engineering
% LECAD Lab
www.eeworm.com/read/406404/11443162
cpp jdcoefct.cpp
//-------------------------------------------------------------------------//
// Windows Graphics Programming: Win32 GDI and DirectDraw //
// ISBN 0-13-08698
www.eeworm.com/read/404684/11480158
cpp d13r7.cpp
#include "iostream.h"
#include "math.h"
#include "stdlib.h"
void main()
{
//program d13r7
//driver for routine ftest
int npts = 1000, nval = 10;
int i,j,mpts = 500;
doub
www.eeworm.com/read/402849/11526900
cpp tmo_trilateral.cpp
/**
* @file tmo_trilateral.cpp
* @brief Tone map luminance channel using trilateral filter model
*/
#include
#include
#include
#include
#include
www.eeworm.com/read/401024/11565801
txt drawisoline.txt
code for isoline(C)
Well, Thanks to all you folks who replied, I now have a contour plotting
routine, that does its job fairly well. I've posted this code below. It
is not nearly runnable as oth
www.eeworm.com/read/158463/11612803
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=1:narg
www.eeworm.com/read/158443/11614736
c xftest.c
/* Driver for routine ftest */
#include
#include
#define NRANSI
#include "nr.h"
#include "nrutil.h"
#define NPTS 1000
#define MPTS 500
#define EPS 0.01
#define NVAL 11
www.eeworm.com/read/158297/11627061
m addell.m
function p3 = addell(p1,p2,a,b,n);
% This function add points on the elliptic curve
% y^2 = x^3 + ax +b mod n
% The points are represented by
% p1(1) = x1 p1(2) = y1
% p2(1) = x2 p2(2) = y2
www.eeworm.com/read/261644/11632593
c jdcoefct.c
/*
* jdcoefct.c
*
* Copyright (C) 1994-1997, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying READ