代码搜索:predefined
找到约 1,203 项符合「predefined」的源代码
代码结果 1,203
www.eeworm.com/read/341974/12050067
html 00348.html
29.2.1 Predefined coverage constants in SystemVerilog
www.eeworm.com/read/254802/12117589
asm include.asm
; This sample shows
; the use of emu8086.inc
; library of predefined
; macros and procedures.
#make_COM#
INCLUDE 'emu8086.inc'
ORG 100h
; print out some chars,
; using macro:
PUTC
www.eeworm.com/read/17607/742337
vhd dapara.vhd
LIBRARY ieee; -- Using predefined packages
USE ieee.std_logic_1164.ALL;
USE ieee.std_logic_arith.ALL;
PACKAGE da_package IS -- User defined components
COMPONENT case3s
www.eeworm.com/read/17607/742404
vhd dafsm.vhd
LIBRARY ieee; -- Using predefined packages
USE ieee.std_logic_1164.ALL;
USE ieee.std_logic_arith.ALL;
PACKAGE da_package IS -- User defined component
COMPONENT case3
PORT (
www.eeworm.com/read/18565/794319
vhd dapara.vhd
LIBRARY ieee; -- Using predefined packages
USE ieee.std_logic_1164.ALL;
USE ieee.std_logic_arith.ALL;
PACKAGE da_package IS -- User defined components
COMPONENT case3s
www.eeworm.com/read/18565/794387
vhd dafsm.vhd
LIBRARY ieee; -- Using predefined packages
USE ieee.std_logic_1164.ALL;
USE ieee.std_logic_arith.ALL;
PACKAGE da_package IS -- User defined component
COMPONENT case3
PORT (
www.eeworm.com/read/19245/828176
diz file_id.diz
ASEM-51 V1.2,
8051 cross assembler for MS-DOS,
Intel syntax, 5 location counters,
include files, conditional assembly,
type checking, code optimization,
predefined 8051 SFR symbols,
35 directly
www.eeworm.com/read/475965/1374167
c predef.c
// predef.c -- predefined identifiers
#include
void why_me();
int main()
{
printf("The file is %s.\n", __FILE__);
printf("The date is %s.\n", __DATE__);
printf("The time
www.eeworm.com/read/474959/1387502
readme
omkdepend
=========
This code is taken from the X11R6 makedepend sources. All I have done is:
* Add GNUWIN32 file name translation.
* Remove all predefined symbols, include directories and other
www.eeworm.com/read/349569/3143377
py builtins.py
"""This module provides a set of FFC built-ins such as special
functions and predefined variables."""
__author__ = "Anders Logg (logg@simula.no)"
__date__ = "2006-12-01 -- 2007-05-10"
__copyright__ =