代码搜索:std

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

代码结果 10,000
www.eeworm.com/read/402654/2318494

hpp std_concept.hpp

// Software License for MTL // // Copyright (c) 2007 The Trustees of Indiana University. All rights reserved. // Authors: Peter Gottschling and Andrew Lumsdaine // // This file is part of the Matrix
www.eeworm.com/read/402141/2332754

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/399273/2363172

h std-includes.h

/* RFCNB Standard includes ... */ /* RFCNB Standard Includes Copyright (C) 1996, Richard Sharpe Copyright 2006 The FreeRADIUS server project One day we will conditionalize these on OS t
www.eeworm.com/read/398510/2377947

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/396640/2410615

mk link_std.mk

# # Link instructions for standard systems # # Copyright 1996-2000 by # David Turner, Robert Wilhelm, and Werner Lemberg. # # This file is part of the FreeType project, and may only be used
www.eeworm.com/read/396039/2423898

std typeub2.std

**** Checking the type routines: MPI_UB(2) **** Example 3.26 type1 correct Example 3.26 type2 correct type3 correct **** Checking the type routines: MPI_UB(2) ****
www.eeworm.com/read/396039/2423900

std persist2.std

*** Testing MPI_Startall(Bsend)/Request_free *** No errors *** Testing MPI_Startall(Bsend)/Request_free ***
www.eeworm.com/read/396039/2423938

std ssendtest2.std

**** Verifying ssend (2) **** Received 1 Received 2 Received 3 Received 4 Received 5 Received 6 Received 7 Received 8 Received 9 Received 10 **** Verifying ssend (2) ****
www.eeworm.com/read/396039/2423949

std typeub3.std

**** Checking the type routines: MPI_UB(3) **** hindexed ok indexed ok hvector ok vector ok **** Checking the type routines: MPI_UB(3) ****
www.eeworm.com/read/396039/2423950

std nullproc2.std

*** Testing handling of MPI_PROC_NULL in blocking Recv *** No errors in handling MPI_PROC_NULL *** Testing handling of MPI_PROC_NULL in blocking Recv ***