代码搜索:normal

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

代码结果 10,000
www.eeworm.com/read/348819/10865708

txt makefile.txt

# file: Makefile G. Moody 14 October 2004 multifractal: multifractal.c $(CC) -o multifractal multifractal.c -lm log_normal_sigma0.1: @echo "Unpacking test input and expected output files ..." t
www.eeworm.com/read/348818/10865902

inc memcfg.inc

;----------------------------------------------------------------------------- ; ; 2410Memcfg.inc ; ; 2005. 02 modified for MBA-2410 by Wooki of AIJI System Co., Ltd. ;
www.eeworm.com/read/348809/10866328

inc memcfg.inc

;----------------------------------------------------------------------------- ; ; 2410Memcfg.inc ; ; 2005. 02 modified for MBA-2410 by Wooki of AIJI System Co., Ltd. ;
www.eeworm.com/read/348725/10870460

inc memcfg.inc

;************************************************ ; NAME : MEMCFG.A ; DESC : Memory bank configuration file ; Revision: 02.28.2002 ver 0.0 ;************************************************
www.eeworm.com/read/348723/10870887

inc memcfg.inc

;************************************************ ; NAME : MEMCFG.A ; DESC : Memory bank configuration file ; Revision: 02.28.2002 ver 0.0 ;************************************************
www.eeworm.com/read/419355/10872744

ad fontlist1.ad

FontList1*fontList: 8x16;-*-song-medium-r-normal--16-*:small, \ 12x24;-*-song-medium-r-normal--24-*:large
www.eeworm.com/read/418868/10893836

s memcfg.s

;************************************************ ; NAME : MEMCFG.A ; DESC : Memory bank configuration file ; Revision: 02.28.2002 ver 0.0 ;************************************************
www.eeworm.com/read/273828/10899618

eqn crc.map.eqn

-- Copyright (C) 1991-2005 Altera Corporation -- Your use of Altera Corporation's design tools, logic functions -- and other software and tools, and its AMPP partner logic -- functions, and any o
www.eeworm.com/read/273544/10911548

c multiio.c

/* SNEeSe, an Open Source Super NES emulator. Copyright (c) 1998-2004 Charles Bilyue'. Portions Copyright (c) 2003-2004 Daniel Horchner. This is free software. See 'LICENSE' for details.
www.eeworm.com/read/272606/10951919

txt 说明.txt

uinform %产生一组[0,1]分布的随机数,采用余数法 %从文献中得知下列参数组较为适用: %y的初值为1,w=7,模M=10^10(伪随机数周期为5*10^7) %y的初值为1,w=5^13,模M=2^36(伪随机数周期为2^34,约2*10^10) %y的初值为1,w=5^17,模M=2^42(伪随机数周期为2^40,约10^12) %------------------