代码搜索结果
找到约 10,000 项符合
E 的代码
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.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.txt
函数名: ecvt
功 能: 把一个浮点数转换为字符串
用 法: char ecvt(double value, int ndigit, int *decpt, int *sign);
程序例:
#include
#include
#include
int main(void)
{
char *st