代码搜索:containing
找到约 10,000 项符合「containing」的源代码
代码结果 10,000
www.eeworm.com/read/222288/14697965
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 poly
www.eeworm.com/read/214740/15090169
m filold.m
function [out]=fil(in,f);
%
% Filters the data using a first order filter
%
% [out]=fil(in,f);
%
% f is a vector containing the filter constants
%
global stop;
[D L]=size(in);
out=in;
for i
www.eeworm.com/read/171581/5393406
java tokenorientedview.java
/*
* 08/06/2004
*
* TokenOrientedView.java - An interface for the syntax-highlighting token-
* oriented views for token-oriented methods.
* Copyright (C) 2004 Robert
www.eeworm.com/read/155960/5617449
3 tpm_quote.3
.\" Copyright 2004 IBM (Jeff Kravitz)
.\"
.\" Written Feb 10 2004, Jeff Kravitz
.\"
.TH "TPM_Quote" 3 2004-03-29 "IBM" "TPM Library"
.SH NAME
TPM_Quote
.SH SYNOPSIS
.nf
.B #include
.sp
.B
www.eeworm.com/read/195309/8165114
install
Basic Installation
==================
While there is no a special configure process, the simplest way to
compile this package is:
1. `cd' to the directory containing the package's source code and ty
www.eeworm.com/read/172473/9706198
m nelder.m
function [V0,y0,dV,dy]=nelder(F,V,min1,max1,epsilon,show)
%Input - F is the object function input as a string 'F'
% - V is a 3xn matrix containing starting simplex
% - min1 & max1
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/147608/12543025
readme
Chapter 1 - Getting Started.
hello.c - First of many "Hello World" programs in this book.
fred.c and bill.c - Source code files containing static library functions.
lib.h - L
www.eeworm.com/read/133667/14031152
readme
Chapter 1 - Getting Started.
hello.c - First of many "Hello World" programs in this book.
fred.c and bill.c - Source code files containing static library functions.
lib.h - L
www.eeworm.com/read/202785/15373335
m filold.m
function [out]=fil(in,f);
%
% Filters the data using a first order filter
%
% [out]=fil(in,f);
%
% f is a vector containing the filter constants
%
global stop;
[D L]=size(in);
out=in;
for i