代码搜索:Prentice
找到约 973 项符合「Prentice」的源代码
代码结果 973
www.eeworm.com/read/290205/8496318
m mmgetxy.m
function xy=mmgetxy(n)
%MMGETXY Graphical Input Using Mouse.
% XY=MMGETXY(N) gets N points from the current axes at
% points selected with a mouse button press.
% XY=[x,y] matrix having 2 columns and
www.eeworm.com/read/179150/9368396
m mmgetxy.m
function xy=mmgetxy(n)
%MMGETXY Graphical Input Using Mouse.
% XY=MMGETXY(N) gets N points from the current axes at
% points selected with a mouse button press.
% XY=[x,y] matrix having 2 columns and
www.eeworm.com/read/175783/9532702
txt info.txt
1:18,1:1,NULL,"db001","Fourth-Generation Languages Vol 1 - Principles","Prentice-Hall","1985",0
1:19,1:1,NULL,"db002","Fourth-Generation Languages Vol 2 - Representative 4GLs","Prentice-Hall","1986",0
www.eeworm.com/read/168111/9939376
m mmgetxy.m
function xy=mmgetxy(n)
%MMGETXY Graphical Input Using Mouse.
% XY=MMGETXY(N) gets N points from the current axes at
% points selected with a mouse button press.
% XY=[x,y] matrix having 2 columns and
www.eeworm.com/read/159596/10637322
m mmgetxy.m
function xy=mmgetxy(n)
%MMGETXY Graphical Input Using Mouse.
% XY=MMGETXY(N) gets N points from the current axes at
% points selected with a mouse button press.
% XY=[x,y] matrix having 2 columns and
www.eeworm.com/read/349909/10784533
m mmgetxy.m
function xy=mmgetxy(n)
%MMGETXY Graphical Input Using Mouse.
% XY=MMGETXY(N) gets N points from the current axes at
% points selected with a mouse button press.
% XY=[x,y] matrix having 2 columns and
www.eeworm.com/read/274773/10853136
m mmgetxy.m
function xy=mmgetxy(n)
%MMGETXY Graphical Input Using Mouse.
% XY=MMGETXY(N) gets N points from the current axes at
% points selected with a mouse button press.
% XY=[x,y] matrix having 2 columns and
www.eeworm.com/read/272527/10953925
m mmgetxy.m
function xy=mmgetxy(n)
%MMGETXY Graphical Input Using Mouse.
% XY=MMGETXY(N) gets N points from the current axes at
% points selected with a mouse button press.
% XY=[x,y] matrix having 2 columns and
www.eeworm.com/read/434325/7874046
m a4algos.m
%---------------------------------------------------------------------------
%A4ALGOS
%
% NUMERICAL METHODS: MATLAB Programs, (c) John H. Mathews 1995
% To accompany the text:
% NUMERICAL METHODS
www.eeworm.com/read/434325/7874242
m adapt.m
function [SRmat,quad,err] = adapt(f,a,b,tol)
%---------------------------------------------------------------------------
%ADAPT Adaptive quadrature using Simpson's rule
% Sample call
% [SRmat