代码搜索:std
找到约 10,000 项符合「std」的源代码
代码结果 10,000
www.eeworm.com/read/286580/8757987
bak std.h.bak
//数据类型定义
#define TRUE 0
#define FALSE 1
#define U8 unsigned char
#define S8 signed char
#define U16 unsigned int
#define S16 signed int
#define U32 unsigned long
www.eeworm.com/read/285860/8807905
m std_atmos.m
%
% International Standard Atmosphere
%
% [m] [C] [hPa] [kg/m^3]
profile = [0 15.0 1013 1.2
1000 8.5 900 1.1
2000 2.0 800 1.0
3000 -4.5
www.eeworm.com/read/384729/8847541
c match_std.c
/*
* This file is part of firestorm NIDS
* Copyright (c) 2002 Gianni Tedesco
*/
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/186783/8910417
pbl std_window.pbl
www.eeworm.com/read/427835/8916945
lis usb_std.lis
0000 ;;*****************************************************************************
0000 ;;*****************************************************************************
0000
www.eeworm.com/read/427835/8917013
o usb_std.o
XH
H 3 areas 46 global symbols
M usb_std.asm
S USB_EndpointStatus Ref0000
S USB_DeviceStatus Ref0000
S USB_CB_d2h_std_ifc_06 Ref0000
S USB_GetTableEntry Ref0000
S USB_GETWORD Ref0000
S USB_EP0
www.eeworm.com/read/427835/8917085
asm usb_std.asm
;;*****************************************************************************
;;*****************************************************************************
;; FILENAME: USB_std.asm
;; Versio
www.eeworm.com/read/427835/8917273
asm usb_std.asm
;;*****************************************************************************
;;*****************************************************************************
;; FILENAME: USB_std.asm
;; Versio
www.eeworm.com/read/427761/8923255
m std1.m
%std1.m用极差标准化法标准化矩阵
function std=std1(vector)
max0=max(vector); %对列求最大值
min0=min(vector);
[a,b]=size(vector); %矩阵大小,a为行数,b为列数
for i=1:a
for j=1:b
std(i,j)=(vector(i,j)-min0(j))/(ma
www.eeworm.com/read/427761/8923298
m std1.m
%std1.m用极差标准化法标准化矩阵
function std=std(vector)
max0=max(vector); %对列求最大值
min0=min(vector);
[a,b]=size(vector); %矩阵大小,a为行数,b为列数
for i=1:a
for j=1:b
std(i,j)=(vector(i,j)-min0(j))/(max