代码搜索结果
找到约 10,000 项符合
E 的代码
e.m
t=[0:0.1:5];
b=[1 1];
a=[1 1 1];
y1=step(b,a,t);
subplot(2,1,1);plot(t,y1);
y2=impulse(b,a,t);
subplot(2,1,2);plot(t,y2)
e都.url
[InternetShortcut]
URL=http://www.vvss.net/
Modified=C0143E6BFC73C401B1
e.m
% routine to get the square root of a number
% usage: via tree structured GA
function out = e(x)
out=exp(x);
e.m
%
% routine to get the square root of a number
%
% usage: via tree structured GA
%
function out = e(x)
%
%
out=exp(x);
e.bat
del lopez.jpg
java Embed lopez.bmp lopez.jpg -c "" -e bin.noise -p pleasechangethispassphrasetoyourown
e函数.txt
函数名: ecvt
功 能: 把一个浮点数转换为字符串
用 法: char ecvt(double value, int ndigit, int *decpt, int *sign);
程序例:
#include
#include
#include
int main(void)
{
char *st