代码搜索:containing
找到约 10,000 项符合「containing」的源代码
代码结果 10,000
www.eeworm.com/read/101082/6243307
2c l52.2c
#print
In this directory is a file "memo". Between the line
containing "I." and the line containing "II."
change all multiple blanks to one blank.
Then rewrite the file and type "ready".
#create Ref
www.eeworm.com/read/100446/6269283
5 ldapfilter.conf.5
.TH LDAPFILTER.CONF 5 "20 August 2000" "OpenLDAP LDVERSION"
.\" $OpenLDAP: pkg/ldap/doc/man/man5/ldapfilter.conf.5,v 1.2.12.2 2000/08/20 21:14:30 kurt Exp $
.\" Copyright 1998-2000 The OpenLDAP Founda
www.eeworm.com/read/264420/11315642
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/262260/11595877
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/345079/11841056
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/155653/11856863
txt 说明.txt
A weird clock marked from 0 to 59 has only a minute hand. It won't move until a special coin is thrown into its box. There are different kinds of coins as your options. However once you make your choi
www.eeworm.com/read/155109/11898404
m menuitem.m
%
% Syntax: h = menuitem(hParent,strCaption,strCallback)
%
% Inputs: hParent is a handle to the item to which the new menuitem
% is to be added. strCaption is a string containing th
www.eeworm.com/read/152557/12105823
html characters-implementation.html
Using the GNU Compiler Collection (GCC)
www.eeworm.com/read/152442/12113310
m gradient2.m
function [xx,yy] = grad(a,xax,yax)
%GRADIENT Approximate gradient.
% [PX,PY] = GRADIENT(Z,DX,DY) returns the numerical partial derivatives
% of matrix Z in matrices PX = dZ/dx and PY = dZ/dy. DX and
www.eeworm.com/read/152112/12139040
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