代码搜索:std

找到约 10,000 项符合「std」的源代码

代码结果 10,000
www.eeworm.com/read/399588/7845761

cpp std.cpp

#include #include"std.h" Time::Time(int h,int m,int s) //构造函数赋值 { hour=h; minute=m; sec=s; } Date::Date(int m,int d,int y) //构造函数赋值 { month=m; day=d; year=y; } vo
www.eeworm.com/read/399201/7880816

out std.out

License request failed for feature PROE_Wildfire: -5: No such feature exists Feature: PROE_Wildfire License path: C:\license.dat; FLEXlm error: -5,357 For further information, refer to th
www.eeworm.com/read/298876/7928484

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/433352/7939384

inc std.inc

www.eeworm.com/read/298476/7959903

dat std.dat

www.eeworm.com/read/197963/7960161

h std.h

//数据类型定义 #ifndef _STD_H #define _STD_H #define TRUE 0 #define FALSE 1 #define U8 unsigned char #define S8 signed char #define U16 unsigned int #define S16 signed
www.eeworm.com/read/197958/7960377

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/196814/8058434

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/396764/8091428

res std.res

www.eeworm.com/read/146172/12666641

std makefile.std

# Makefile for PngMinus (png2pnm and pnm2png) # Linux / Unix #CC=cc CC=gcc LD=$(CC) RM=rm -f #PNGPATH = /usr/local #PNGINC = -I$(PNGPATH)/include/libpng12 #PNGLIB = -L$(PNGPATH)/lib -lpng12 #PNGLIB