代码搜索:std
找到约 10,000 项符合「std」的源代码
代码结果 10,000
www.eeworm.com/read/470693/1467234
h std_ios.h
// Iostreams base classes -*- C++ -*-
// Copyright (C) 1997, 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// softwar
www.eeworm.com/read/470693/1467235
h std_queue.h
// -*- C++ -*-
// Copyright (C) 2001, 2002 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or
www.eeworm.com/read/466484/1510799
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/460526/1561020
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/459219/1571398
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/458049/1589885
js std_stranjf.js
//模仿语言包式的简繁转换功能插件!
//Edited by Stardy --2005-04-16 , Web :http://www.stardy.com , QQ:2885465
var Default_isFT = 0 //默认是否繁体,0-简体,1-繁体
var StranIt_Delay = 50 //翻译延时毫秒(设这个的目的是让网页先流畅的显现出来)
//----
www.eeworm.com/read/455175/1625373
h std_test.h
/*
* This is is the std_test struct. It is the sole output interface between
* the user and the test program -- all standard test inputs and returns
* are passed through this struct. A test can h
www.eeworm.com/read/451949/1658985
js std_stranjf.js
//模仿语言包式的简繁转换功能插件!
//Edited by Stardy --2005-04-16 , Web :http://www.stardy.com , QQ:2885465
var Default_isFT = 0 //默认是否繁体,0-简体,1-繁体
var StranIt_Delay = 50 //翻译延时毫秒(设这个的目的是让网页先流畅的显现出来)
//----
www.eeworm.com/read/250243/4434459
lds vmlinux-std.lds
/* ld script to make m68k Linux kernel */
#include
OUTPUT_FORMAT("elf32-m68k", "elf32-m68k", "elf32-m68k")
OUTPUT_ARCH(m68k)
ENTRY(_start)
jiffies = jiffies_64 + 4;
SECTI