代码搜索:predefined
找到约 1,203 项符合「predefined」的源代码
代码结果 1,203
www.eeworm.com/read/319472/13451200
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/315699/13537860
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/313201/13592374
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/313201/13592441
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/310212/13655011
m fspecial.m
function h = fspecial(type,P1,P2)
%FSPECIAL Create predefined filters.
% H = FSPECIAL(TYPE) creates a two-dimensional filter H of the
% specified type. (FSPECIAL returns H as a computational
%
www.eeworm.com/read/147331/5732068
h xscale.h
#ifndef __XSCALE_MACH_H__
#define __XSCALE_MACH_H__
/* These are predefined by new versions of GNU cpp. */
#ifndef __USER_LABEL_PREFIX__
#define __USER_LABEL_PREFIX__ _
#endif
#ifndef __REGISTER_P
www.eeworm.com/read/147331/5732253
s setjmp.s
/* These are predefined by new versions of GNU cpp. */
#ifndef __USER_LABEL_PREFIX__
#define __USER_LABEL_PREFIX__ _
#endif
/* ANSI concatenation macros. */
#define CONCAT1(a, b) CONCAT2(a, b)
#d
www.eeworm.com/read/124347/6051529
h xscale.h
#ifndef __XSCALE_MACH_H__
#define __XSCALE_MACH_H__
/* These are predefined by new versions of GNU cpp. */
#ifndef __USER_LABEL_PREFIX__
#define __USER_LABEL_PREFIX__ _
#endif
#ifndef __REGISTER_P
www.eeworm.com/read/124347/6051701
s setjmp.s
/* These are predefined by new versions of GNU cpp. */
#ifndef __USER_LABEL_PREFIX__
#define __USER_LABEL_PREFIX__ _
#endif
/* ANSI concatenation macros. */
#define CONCAT1(a, b) CONCAT2(a, b)
#d
www.eeworm.com/read/410432/11287359
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