代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/172473/9706207
m tpcoeff.m
function [A,B]=tpcoeff(X,Y,M)
%Input - X is a vector of equally spaced abscisssas in [-pi, pi]
% - Y is a vector of ordinates
% - M is the degree of the trigomometric polynomial
%O
www.eeworm.com/read/172473/9706249
m heun.m
function H=heun(f,a,b,ya,M)
%Input - f is the function entered as a string 'f'
% - a and b are the left and right endpoints
% - ya is the initial condition y(a)
% - M is the nu
www.eeworm.com/read/172473/9706291
m romber.m
function [R,quad,err,h]=romber(f,a,b,n,tol)
%Input - f is the integrand input as a string 'f'
% - a and b are upper and lower limits of integration
% - n is the maximum number of rows in
www.eeworm.com/read/172473/9706317
m uptrbk.m
function X = uptrbk(A,B)
%Input - A is an N x N nonsingular matrix
% - B is an N x 1 matrix
%Output - X is an N x 1 matrix containing the solution to AX=B.
% NUMERICAL METHODS: Matlab Program
www.eeworm.com/read/172473/9706323
m rk4.m
function R=rk4(f,a,b,ya,M)
%Input - f is the function entered as a string 'f'
% - a and b are the left and right endpoints
% - ya is the initial condition y(a)
% - M is the
www.eeworm.com/read/172473/9706326
m lufact.m
function X = lufact(A,B)
%Input - A is an N x N matrix
% - B is an N x 1 matrix
%Output - X is an N x 1 matrix containing the solution to AX = B.
% NUMERICAL METHODS: Matlab Programs
% (c) 200
www.eeworm.com/read/415872/11049720
txt 066[1].delphi_cs笔试题.txt
Delphi CS笔试题(ZZ from 小百合)
shury 发表于 2004-12-6 14:11:00
1.List at least 3 sorts of programing languages you know.
2.List most addressing methods inside 80x86 computer system you know.
3.sup
www.eeworm.com/read/334846/12570391
h parse.h
/*
Copyright (c) 2000-2003, Jelle Kok, University of Amsterdam
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the fo
www.eeworm.com/read/135259/13946725
h shlobj.h
//===========================================================================
//
// Copyright (c) Microsoft Corporation 1991-1998
//
// File: shlobj.h
//
//======================================
www.eeworm.com/read/112466/15484758
tex intro.tex
\thispagestyle{fancy}
\section{About this manual}
This manual is meant as a programmers' reference to the GSNAKE API. It covers all the classes and explains the use, arguments and return values