代码搜索:iec标准
找到约 10,000 项符合「iec标准」的源代码
代码结果 10,000
www.eeworm.com/read/273093/10927647
m randn.m
%R=randn(m,n) 生成标准正态分布的m行n列随机矩阵
%RANDN Normally distributed random numbers.
% RANDN(N) is an N-by-N matrix with random entries, chosen from
% a normal distribution with mean zero and variance
www.eeworm.com/read/418162/10963292
htm 15.10 定时消失的图片.htm
标题页
function view(cDays, cDate)
{
var oldDate = new Date(cDate); //将指定的日期转换为标准日期型
www.eeworm.com/read/468125/6994143
m rbf.m
clc
clear
close all
load input;
%---------------------------------------------------
load input;
T=input(101:150,5);
%数据归一化处理
[g_data,mx,stdx]=autosc(input);
%标准化处理
Xmax=max(g_data);
Xmin
www.eeworm.com/read/468125/6994158
m cross_lssvm.m
clc
clear
close all
%global grain = 20
%---------------------------------------------------
t1=cputime
load input;
T=input(101:150,5);
%数据归一化处理
[g_data,mx,stdx]=autosc(input);
%标准化处理
Xm
www.eeworm.com/read/468125/6994161
asv cross_lssvm.asv
clc
clear
close all
%global grain = 20
%---------------------------------------------------
load input;
T=input(101:150,5);
%数据归一化处理
[g_data,mx,stdx]=autosc(input);
%标准化处理
Xmax=max(g_dat
www.eeworm.com/read/468125/6994169
asv rbf.asv
clc
clear
close all
load input;
%---------------------------------------------------
load input;
T=input(101:150,5);
%数据归一化处理
[g_data,mx,stdx]=autosc(input);
%标准化处理
Xmax=max(g_data);
Xmin
www.eeworm.com/read/172061/7074873
m randn.m
%R=randn(m,n) 生成标准正态分布的m行n列随机矩阵
%RANDN Normally distributed random numbers.
% RANDN(N) is an N-by-N matrix with random entries, chosen from
% a normal distribution with mean zero and variance
www.eeworm.com/read/449064/7519204
c query.c
/*-------------------------------------------------------------
功能:查询--商业报表的打印查询和打印清机
说明:符合国家标准GB18240.1-2003和GB18240.2-2003的税控机软件
日期:2003年6月12日
---------------------------------------------------
www.eeworm.com/read/449064/7519205
c display.c
//extern void con_disp(uchar xaddr,uchar yaddr,uchar length,void *buf);
/*-------------------------------------------------------------
功能:Lcd显示:各类功能界面显示、错误显示
说明:符合国家标准GB18240.1-2003和GB18240.2-2003