代码搜索:normal
找到约 10,000 项符合「normal」的源代码
代码结果 10,000
www.eeworm.com/read/198820/7908934
inc memcfg.inc
;************************************************
; NAME : MEMCFG.A
; DESC : Memory bank configuration file
; Revision: 02.28.2002 ver 0.0
; Revision: 03.11.2003 ver 0.0 Attatched for 2440
;
www.eeworm.com/read/198816/7909344
s memcfg.s
;/*
;************************************************************************************************************
;* 北京精仪达盛科技有限公司
;* 研 发
www.eeworm.com/read/433506/7925435
eqn color.map.eqn
--CC[4] is CC[4]
--operation mode is normal
CC[4]_lut_out = A1L9 & A1L38;
CC[4] = DFFEA(CC[4]_lut_out, FS[3], VCC, , , , );
--CC[3] is CC[3]
--operation mode is normal
CC[3]_lut_out = A1
www.eeworm.com/read/298708/7944423
inc memcfg.inc
;************************************************
; NAME : MEMCFG.A
; DESC : Memory bank configuration file
; Revision: 02.28.2002 ver 0.0
;************************************************
www.eeworm.com/read/298284/7968739
s memcfg.s
;************************************************
; NAME : MEMCFG.A
; DESC : Memory bank configuration file
; Revision: 02.28.2002 ver 0.0
;************************************************
www.eeworm.com/read/397615/8032605
eqn dac.fit.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/397615/8032616
eqn dac.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/396964/8081947
prk 0513mini2.prk
[ProjectManager]
FrameMax=1
FrameX=62
FrameY=19
FrameCX=1080
FrameCY=629
OpenFile1=selfLibrary_normal.asm,0,392,7,1518,514,0,1,0,0
OpenFile2=ext_var.h,0,330,6,1434,538,0,48,0,0
OpenFile3=Eepro
www.eeworm.com/read/296593/8089271
eqn full_add.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/296007/8128939
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)
%------------------