代码搜索:Difference

找到约 3,389 项符合「Difference」的源代码

代码结果 3,389
www.eeworm.com/read/356682/10222941

m ct2lg.m

function [dx,dy,dz]=ct2lg(dX,dY,dZ,lat,lon) % CT2LG Converts CT coordinates to local geodetic. % Local origin at lat,lon,h. If astronomic lat,lon % input, then output is in local astronomic syst
www.eeworm.com/read/356682/10222949

m lg2ct.m

function [dX,dY,dZ]=lg2ct(dx,dy,dz,lat,lon) % LG2CT Converts local geodetic coordinates to CT. % Local origin at lat,lon,h. If astronomic lat,lon % input, then output is in local astronomic syst
www.eeworm.com/read/425546/10348990

m gradchek.m

function [gradient, delta] = gradchek(w, func, grad, varargin) %GRADCHEK Checks a user-defined gradient function using finite differences. % % Description % This function is intended as a utility
www.eeworm.com/read/353769/10418473

cpp lvq_pak.cpp

/************************************************************************ * * * Program packages 'lvq_pak' and 'som_pak' :
www.eeworm.com/read/160929/10469607

m p2_3.m

% Program P2_3 % Generate the input sequences clf; n = 0:40; a = 2;b = -3; x1 = cos(2*pi*0.1*n); x2 = cos(2*pi*0.4*n); x = a*x1 + b*x2; num = [2.2403 2.4908 2.2403]; den = [1 -0.4 0.75]; ic = [0 0]; %
www.eeworm.com/read/160929/10469963

m p2_3.m

% Program P2_3 % Generate the input sequences clf; n = 0:40; a = 2;b = -3; x1 = cos(2*pi*0.1*n); x2 = cos(2*pi*0.4*n); x = a*x1 + b*x2; num = [2.2403 2.4908 2.2403]; den = [1 -0.4 0.75]; ic
www.eeworm.com/read/160929/10470369

m p2_3.m

% Program P2_3 % Generate the input sequences clf; n = 0:40; a = 2;b = -3; x1 = cos(2*pi*0.1*n); x2 = cos(2*pi*0.4*n); x = a*x1 + b*x2; num = [2.2403 2.4908 2.2403]; den = [1 -0.4 0.75]; ic = [0 0]; %
www.eeworm.com/read/423705/10536886

java itemset.java

import java.io.*; import java.lang.*; import java.util.*; public class ItemSet extends HashSet { ItemSet() { super(); } ItemSet( Collection c ) { super(c); } /* Removed for ex
www.eeworm.com/read/278011/10584939

txt 一份 tomcat vs resin 的测试报告。。。.txt

作者:jeru email: jeru@163.net 日期:2001-2-9 18:53:49 ----- Original Message ----- From: Griggs, James To: Sent: Tuesday, February 08, 2000
www.eeworm.com/read/159601/10635180

m calcbits.m

function [bits]=calcbits(bounds,precision) % function [bits]=calcbits(bounds,precision) % Determine the number of bits to represent a float number to the precision % provided. % % bits - the