代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/122672/14676698
h pubmem.h
//-------------------------------------------------------------------
// C Interface to private allocator
//-------------------------------------------------------------------
#define EXPORT extern
www.eeworm.com/read/222288/14697993
m qr2.m
function D=qr2(A,epsilon)
%Input - A is a symmetric tridiagonal nxn matrix
% - epsilon is the tolerance
%Output - D is the nx1 vector of eigenvalues
% NUMERICAL METHODS: Matlab Progra
www.eeworm.com/read/222288/14698002
m rks4.m
function [T,Z]=rks4(F,a,b,Za, M)
%Input - F is the system input as an M-file function
% - a and b are the endpoints of the interval
% - Za=[x(a) y(a)] the initial conditions
www.eeworm.com/read/114602/15046244
pm des.pm
package DES;
require Exporter;
require DynaLoader;
@ISA = qw(Exporter DynaLoader);
# Items to export into callers namespace by default
# (move infrequently used names to @EXPORT_OK below)
@EXP
www.eeworm.com/read/212047/15166727
todo
* Implement other stepping methods from well-known packages such as
RKSUITE, etc
www.eeworm.com/read/209167/15226542
h qnetwork.h
//------------------------------------------------------------------------------
// File: qnetwork.h
//
// Desc: This header file machine-generated by mktyplib.exe.
// Interface to type libr
www.eeworm.com/read/207380/15274123
h eaxp_dom.h
/*
* $Id: eaxp_dom.h,v 1.4 2006/10/20 12:41:21 matti Exp $
*
* EAXP - Lightweight XML SAX parser for Symbian Environments
* Copyright (C) 2004-2006 Matti Dahlbom
*
* This library is free s
www.eeworm.com/read/172609/5383140
in lvm.in
#!/bin/sh
#
# $Id: LVM.in,v 1.2.4.2 2005/06/20 05:46:36 horms Exp $
#
# LVM
#
# Description: Manages an LVM volume as an HA resource
#
#
# Author: Alan Robertson
# Support: linux-ha-dev@lists.tummy.c