代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/453656/7415809
c touchscreen.c
/*===========================================================================
FILE: touchscreen.c
SERVICES: Sample applet using AEE
DESCRIPTION
This file contains usage examples of touch s
www.eeworm.com/read/452217/7444905
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/452217/7444913
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/452217/7444926
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/452217/7445216
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/452217/7445270
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/452217/7445327
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/452217/7445333
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/452217/7445382
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/452209/7445737
bat pdf2ps.bat
@echo off
@rem Convert PDF to PostScript.
if "%1"=="" goto usage
if "%2"=="" goto usage
echo -dNODISPLAY -dNOPAUSE >_.at
:cp
if "%3"=="" goto doit
echo %1 >>_.at
shift
goto cp
:doit
re