代码搜索:std
找到约 10,000 项符合「std」的源代码
代码结果 10,000
www.eeworm.com/read/334860/12567834
m std.m
function y = std(x,flag,dim)
%列状数据标准差
%例如
% A=[11 4 0.2;22 3 0.5;0 3 0.4];
% std(A)
%
%STD Standard deviation.
% For vectors, STD(X) returns the standard deviation. For matrices,
%
www.eeworm.com/read/334477/12597714
h std.h
/*
* Copyright 2003 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
www.eeworm.com/read/334073/12643711
fpt std.fpt
www.eeworm.com/read/334073/12643725
bak std.bak
www.eeworm.com/read/334073/12643752
cdx std.cdx
www.eeworm.com/read/334073/12643765
dbf std.dbf
www.eeworm.com/read/300850/13888763
std makefile.std
#*******************************************************************
# uLan Communication - Makefile for regular compilation
# through Linux kernel rules
#
# Makefile-mod - drive
www.eeworm.com/read/300850/13888953
std makefile.std
CC=gcc
# enable next for WinNT target
# OS=Windows_NT
# enable next for DJGPP target
# DJGPP = 1
ifdef DJGPP
CFLAGS += -I../config/djgpp
# LOADLIBES += -liberty
#
else
ifeq ($(OS),Windows_NT)
#ena
www.eeworm.com/read/300850/13889001
std makefile.std
# enable next for WinNT target
# export OS=Windows_NT
# enable next for DJGPP target
# export DJGPP = 1
all: default
.PHONY: default subdirs clean cleandepend
dirs = ul_lib utils
ifdef DJGPP
else
www.eeworm.com/read/300850/13889032
std makefile.std
#*******************************************************************
# uLan Communication - Makefile for uLan library compilation
#
# (C) Copyright 2000 by Pavel Pisa
#
# The uLan driver is distribut