代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/177981/9424462
m p.m
%
% routine to get the square root of a number
%
% usage: via tree structured GA
%
function out = p(u)
%
%
out=exp(u);
www.eeworm.com/read/177981/9424476
m e.m
% routine to get the square root of a number
% usage: via tree structured GA
function out = e(x)
out=exp(x);
www.eeworm.com/read/177981/9424928
m l.m
%
% routine to get the square root of a number
%
% usage: via tree structured GA
%
function out = l(x)
%
%
out = log(x);
www.eeworm.com/read/177981/9424999
m p.m
%
% routine to get the square root of a number
%
% usage: via tree structured GA
%
function out = p(u)
%
%
out=exp(u);
www.eeworm.com/read/177981/9425079
m e.m
%
% routine to get the square root of a number
%
% usage: via tree structured GA
%
function out = e(x)
%
%
out=exp(x);
www.eeworm.com/read/177981/9425086
m s.m
%
% routine to get the square of a number
%
% usage: via tree structured GA
%
function out = s(x)
%
%
out=x.^2.0;
www.eeworm.com/read/177981/9425161
m r.m
%
% routine to get the square root of a number
%
% usage: via tree structured GA
%
function out = r(x)
%
%
out=sqrt(abs(x));
www.eeworm.com/read/177887/9427729
doc gifinter.doc
GifInter
--------
Program to convert between interlaced and non interlaced images in GIF file.
Usage:
------
Usage: GifInter [-i] [-s] [-h] GifFile
If no GifFile is given, GifInt
www.eeworm.com/read/373864/9431083
c usb_desc.c
/******************** (C) COPYRIGHT 2003 STMicroelectronics ********************
* File Name : usb_desc.c
* Author : MCD Application Team
* Date First Issued : 27/10/2003
*
www.eeworm.com/read/373863/9431301
c usb_desc.c
/******************** (C) COPYRIGHT 2003 STMicroelectronics ********************
* File Name : usb_desc.c
* Author : MCD Application Team
* Date First Issued : 27/10/2003
*