代码搜索:parameter

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

代码结果 10,000
www.eeworm.com/read/260385/11729870

v count4_tp.v

`timescale 1ns/1ns `include "count4.v" module coun4_tp; reg clk,reset; wire[3:0] out; parameter DELY=100; count4 mycount(out,reset,clk); always #(DELY/2) clk = ~clk; initial begin clk =0
www.eeworm.com/read/346706/11732158

h param.h

/*! \file param.h \brief EEPROM Parameter Storage Library. */ //***************************************************************************** // // File Name : 'param.h' // Title : EEPROM Paramet
www.eeworm.com/read/260248/11737681

c 2410lib.c

/**************************************************************************** 【文 件 名 称】2410lib.c 【功 能 描 述】FS2410XP教学平台实验程序 【程 序 版 本】3.0 【创建及创建日期】优龙公司/2005-XX-XX 【修改及修改日期】2005-5-23 *****
www.eeworm.com/read/260247/11737744

c 2410lib.c

/**************************************************************************** 【文 件 名 称】2410lib.c 【功 能 描 述】FS2410XP教学平台实验程序 【程 序 版 本】3.0 【创建及创建日期】优龙公司/2005-XX-XX 【修改及修改日期】2005-5-23 *****
www.eeworm.com/read/346451/11744699

v rlsifter_4.v

module RLSifter_4(clk,reset,q); parameter WIDTH=4; input clk,reset; output [WIDTH-1:0] q; reg [WIDTH-1:0] q; always@(posedge clk or posedge reset) begin
www.eeworm.com/read/156868/11759457

m subsasgn.m

function f = subasgn(f,S,b) switch S.type case '.' switch lower(S.subs) case {'amplitude','delay','width'} eval(['f.' S.subs '=b;']); otherwise error(['The parameter ' char
www.eeworm.com/read/156868/11759527

m subsasgn.m

function f = subasgn(f,S,b) switch S.type case '.' switch lower(S.subs) case {'amplitude','period','phase','length','delay'} eval(['f.' S.subs '=b;']); otherwise error(['Th
www.eeworm.com/read/156868/11759561

m subsasgn.m

function f = subasgn(f,S,b) switch S.type case '.' switch lower(S.subs) case {'amplitude','period','phase','length','delay'} eval(['f.' S.subs '=b;']); otherwise error(['Th
www.eeworm.com/read/156868/11759709

m subsasgn.m

function f = subasgn(f,S,b) switch S.type case '.' switch lower(S.subs) case {'area','delay','plotheight','plotscale'} eval(['f.' S.subs '=b;']); otherwise error(['The para
www.eeworm.com/read/156572/11791734

h field.h

#if !defined(AFX_FIELD_H__522768ED_360F_480B_8B2A_86845BB88AA6__INCLUDED_) #define AFX_FIELD_H__522768ED_360F_480B_8B2A_86845BB88AA6__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VE