代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/152112/12139118
m rctrap.m
function T=rctrap(f,a,b,n)
%Input - f is the integrand input as a string 'f'
% - a and b are upper and lower limits of integration
% - n is the number of times for recursion
%Output - T
www.eeworm.com/read/151556/12201418
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/151556/12201435
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 Programs
www.eeworm.com/read/150030/12323853
h imalloc.h
//-------------------------------------------------------------------
// C Interface to private allocator
//-------------------------------------------------------------------
#define EXPORT extern
www.eeworm.com/read/251092/12364534
txt declarations and access control (2).txt
作者:jeru
email: jeru@163.net
日期:7/3/2001 9:59:34 AM
Objective 2
Declare classes, inner classes, methods, instance variables static, variables and automatic (method local) variables, making appropri
www.eeworm.com/read/250287/12416139
bat stub.bat
rem -user=aqadm/aqadm Object owner to which the to be translated objects belong.
rem -sql=QUEUE_MESSAGE_TYPE One or more object types and packages that you want
rem
www.eeworm.com/read/234517/14110356
java appfont.java
/*====================================================================*\
AppFont.java
Application font enumeration.
------------------------------------------------------------------------
This fi
www.eeworm.com/read/234517/14110378
java funcplotter.java
/*====================================================================*\
FuncPlotter.java
Function plotter application and applet : main class.
-----------------------------------------------------
www.eeworm.com/read/234517/14110445
java noyes.java
/*====================================================================*\
NoYes.java
No-Yes option enumeration.
------------------------------------------------------------------------
This file is
www.eeworm.com/read/234146/14120802
c link4.c
/* Demo of using 2 methods to access static link.
*
* Written by Cyril Hu (cyrilhu@gmail.com), public domain.
* */
#include
#include
typedef struct l {
int sn;
struct l *next