代码搜索:parameter
找到约 10,000 项符合「parameter」的源代码
代码结果 10,000
www.eeworm.com/read/203062/15366908
cpp param.cpp
//param.cpp
/*
(9-10-94 Hadon) fixed scalarparams::getValueString
(10-7-94 Hadon) fixed scalarparams::getValueString (again)
(10-28-94 Hadon) fixed scalarparams::getValueString (again)
(11-11-94 Hado
www.eeworm.com/read/203062/15366952
h param.h
//param.h
#ifndef __PARAMS_H
#define __PARAMS_H
#ifdef UNIX
#include
#endif
#include
#include
#include
#if defined(_MSC_VER)
#include
#includ
www.eeworm.com/read/202630/15377472
f lapack3.f
PROGRAM TESTBRD
* .. Scalar Arguments ..
INTEGER ILO, IHI, INFO, LDA, LWORK, N
PARAMETER ( N = 500, LDA = N, ILO = 1, IHI = N, LWORK = N*256 )
* .. Array Arguments ..
DOUBLE PR
www.eeworm.com/read/202630/15377474
f lapack2.f
PROGRAM TESTQRF
* .. Scalar Arguments ..
INTEGER INFO, LDA, LWORK, M, N, MN
PARAMETER (M = 500, N = 500, LDA = N)
PARAMETER (LWORK = N*256, MN = M)
* .. Array Arguments ..
www.eeworm.com/read/202630/15377475
f lapack4.f
PROGRAM TESTTRD
* .. Scalar Arguments ..
CHARACTER*1 UPLO
INTEGER INFO, LDA, LWORK, N
PARAMETER ( UPLO = 'U', N = 500, LDA = N, LWORK = N*256 )
* .. Array Arguments ..
DO
www.eeworm.com/read/202630/15377508
f block.f
PARAMETER(N=4000, NB=80)
REAL A(N,N), B(N,N)
*
DO J = 1, N
DO I = 1, N
A(I,J) = 1.D0
B(I,J) = 1.D0
ENDDO
ENDDO
*
DO JJ = 1, N, N
www.eeworm.com/read/202630/15377514
f axb.f
PARAMETER(N=1024)
REAL*8 A(N,N), B(N,N), C(N,N)
*
DO J = 1, N
DO I = 1, N
A(I,J) = 1.D0
B(I,J) = 1.D0
C(I,J) = 0.D0
ENDDO
www.eeworm.com/read/202267/15387435
v clockout.v
//ClockOut.v 时钟变换模块 2006-8-28 version:1.5 作者:田世坤
//输入:
//
//
//输出:
module ClockOut(ClkIn10mhz, Reset,
ClkOut7219, ClkOutTime, ClkOut1Hz, ClkOutLow, ClkOutHigh, ClkOut4Hz, ClkOutMid
www.eeworm.com/read/202267/15387438
bsf keystates.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/202267/15387440
v key.v
//Key.v 按键处理模块 v0.93 2006-04-24
module Key(ClkIn,KeyIn,KeyOut);
input ClkIn;
input [7:0] KeyIn;
output [7:0] KeyOut;
reg [7:0] KeyOut;
reg [10:0] Scan;
parameter LEN=500;//