代码搜索:std
找到约 10,000 项符合「std」的源代码
代码结果 10,000
www.eeworm.com/read/385891/2579515
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/384950/2596094
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/384220/2602989
h std_valarray.h
// The template and inlines for the -*- C++ -*- valarray class.
// Copyright (C) 1997-1999 Cygnus Solutions
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you
www.eeworm.com/read/376060/2715867
h std_utils.h
// std_utils.h
// some utility templates for working with std::list
#ifndef __STD_UTILS_H
#define __STD_UTILS_H
namespace utils {
template
bool add_unique(std::list& ls, T t)
{
www.eeworm.com/read/375736/2720454
asm kbd_std.asm
;*
;* CW : Character Windows
;*
;* kbd_std.asm : standard KBD defaults (empty procedures)
;*
ifndef PollKeyboardKbd_NonDefault
;**************************************************************
www.eeworm.com/read/375736/2720485
asm syd_std.asm
;*
;* CW : Character Windows
;*
;* syd_std.asm : standard defaults
;*
ifndef DoSoundSyd_NonDefault
;*****************************************************************************
;**********
www.eeworm.com/read/375736/2720498
asm csd_std.asm
;*
;* CW : Character Windows
;*
;* csd_std.asm : standard defaults
;* (not machine specific)
ifndef ImodeGuessCurrentCsd_NonDefault
;***********************************************************
www.eeworm.com/read/375613/2723931
src us-std.src
/* Keymap for US MF-2 keyboard. */
u16_t keymap[NR_SCAN_CODES * MAP_COLS] = {
/* scan-code !Shift Shift Alt1 Alt2 Alt+Sh Ctrl */
/* =================================================================
www.eeworm.com/read/375190/2727224
hpp is_std_set.hpp
// Copyright 2005 Daniel Wallin.
// Copyright 2005 Joel de Guzman.
//
// Use, modification and distribution is subject to the Boost Software
// License, Version 1.0. (See accompanying file LICENSE_1_0
www.eeworm.com/read/375190/2727228
hpp is_std_list.hpp
// Copyright 2005 Daniel Wallin.
// Copyright 2005 Joel de Guzman.
//
// Use, modification and distribution is subject to the Boost Software
// License, Version 1.0. (See accompanying file LICENSE_1_0