代码搜索:std
找到约 10,000 项符合「std」的源代码
代码结果 10,000
www.eeworm.com/read/480930/1305004
c ide-std.c
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* IDE routines for t
www.eeworm.com/read/480930/1306828
c kbd-std.c
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Routines for stand
www.eeworm.com/read/480930/1306829
c rtc-std.c
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* RTC routines for P
www.eeworm.com/read/480930/1306833
c floppy-std.c
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Access the floppy
www.eeworm.com/read/480930/1306836
c ide-std.c
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* IDE routines for t
www.eeworm.com/read/480260/1320228
h memp_std.h
/*
* SETUP: Make sure we define everything we will need.
*
* We have create three types of pools:
* 1) MEMPOOL - standard pools
* 2) MALLOC_MEMPOOL - to be used by mem_malloc in mem.c
www.eeworm.com/read/477111/1364134
m std_example.m
%std_example.m
%验证2*x的方差是x的4倍,2x标准方差是x的2倍
x=rand(1,1000);
x_std=std(x);
x_var=var(x);
x2_std=std(2*x);
x2_var=var(2*x);
disp(['随机变量x2的标准方差与x1的标准方差之比 = ' num2str(x2_std/x_std)]);
disp(['随机变量x2的
www.eeworm.com/read/470720/1445565
c std1.c
// Build don't link:
// Origin: Mark Mitchell
extern "C" int memcmp (const void * __s1,
const void * __s2,
__SIZE_TYPE__ __n) throw ();
namespace std {
void
www.eeworm.com/read/470693/1457511
c std1.c
// Build don't link:
// Origin: Mark Mitchell
extern "C" int memcmp (const void * __s1,
const void * __s2,
__SIZE_TYPE__ __n) throw ();
namespace std {
void
www.eeworm.com/read/470693/1467119
h std_cctype.h
// -*- C++ -*- forwarding header.
// Copyright (C) 2000, 2002 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribut