代码搜索:parameter
找到约 10,000 项符合「parameter」的源代码
代码结果 10,000
www.eeworm.com/read/409436/11325176
pas paramsde.pas
{**************************************************************************}
{ Parameter control design time property editor interface }
{ for Delphi & C++Builder
www.eeworm.com/read/264167/11326973
mak bcc55.mak
# OraLib 0.0.4 / 2002-07-28
# Makefile for BCC 5.5 (Borland's free command-line tools)
#
# http://606u.dir.bg/
# 606u@dir.bg
# ---------------------------
# C O N F I G U R E H E R E
#
B
www.eeworm.com/read/264079/11330362
v c.v
module param_test;
parameter b = 1,a = 2;
defparam b = 3;
endmodule
module top;
param_test #(5,10) test();
endmodule
www.eeworm.com/read/264079/11330461
v c.v
module Tf;
reg clock;
parameter off=0;
task light;
output color;
parameter size=32;
input [(size-1):0] tics;
begin
repeat (tics) @(posedge clock);
color = off;
end
endtask
function
www.eeworm.com/read/409323/11333180
java push.java
package unicompush.Send;
import java.util.*;
import java.sql.*;
import unicompush.db.*;
import unicompush.util.*;
import unicompush.Info.*;
import javax.activation.*;
import javax.mail.*;
import java.
www.eeworm.com/read/409267/11338341
v vga_sync.v
/*
* Copyright (C) 2006-2008 CMM Sigma Andrzej Chmielowiec
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Ge
www.eeworm.com/read/409264/11338425
v vga_sync.v
/*
* Copyright (C) 2006-2008 CMM Sigma Andrzej Chmielowiec
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Ge
www.eeworm.com/read/409260/11338504
f90 lagrange.f90
module INTERPOLATE_UTILITY
use sgl
implicit none
type point
real x,y
end type
real, parameter :: PI=3.14159
real, parameter :: xmin = 0.0, xmax = PI*3.0
integer, parameter ::