代码搜索:parameter
找到约 10,000 项符合「parameter」的源代码
代码结果 10,000
www.eeworm.com/read/403922/11506704
html function.imagickdraw-pathellipticarcabsolute.html
Draws an elliptical arc
www.eeworm.com/read/402976/11525662
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
www.eeworm.com/read/402294/11538648
c rfc2231.c
/*
* Copyright (C) 1999-2000 Thomas Roessler
*
* This program is free software; you can redistribute it
* and/or modify it under the terms of the GNU General
www.eeworm.com/read/401735/11551426
f90 lgstic4.f90
MODULE data_storage
! The data is stored in this module.
! This is equivalent to a COMMON area in old Fortran.
IMPLICIT NONE
INTEGER, PARAMETER, PRIVATE :: dp = SELECTED_REAL_KIND(12, 60)
RE
www.eeworm.com/read/401684/11551896
v div.v
module div(
clk,
leda
);
input clk;
output [5:0]leda;
reg [5:0]leda;
parameter MAX = 50_000;
integer count;
always @(posedge clk)
begin
if( count == MAX