代码搜索:predefined
找到约 1,203 项符合「predefined」的源代码
代码结果 1,203
www.eeworm.com/read/356874/10219764
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/421785/10698441
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/416994/11008060
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/416994/11008164
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/457902/7315644
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/449530/7501175
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/440253/7691460
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/199313/7867510
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/199313/7867727
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/245818/12779032
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