代码搜索:instance
找到约 10,000 项符合「instance」的源代码
代码结果 10,000
www.eeworm.com/read/471796/6881994
vhd list_ch03_13_led_test.vhd
-- Listing 3.13
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
entity hex_to_sseg_test is
port(
clk: in std_logic;
sw: in std_logic_vector(7 downto 0);
www.eeworm.com/read/471417/6892471
mss system.mss
PARAMETER VERSION = 2.2.0
BEGIN OS
PARAMETER OS_NAME = standalone
PARAMETER OS_VER = 1.00.a
PARAMETER PROC_INSTANCE = ppc405_0
PARAMETER STDIN = RS232_Uart_1
PARAMETER STDOUT = RS232
www.eeworm.com/read/294317/8240453
h fx_matr2.h
// #########################################################
// === File #7 of 15 : fx_matr2.h ==========================
// ------------------- C++ code : BEGIN --------------------
// =======
www.eeworm.com/read/294213/8246000
c ecsample.c
/****************************************************************************
*****************************************************************************
**
** File Name
** ---------
**
** ECS
www.eeworm.com/read/294213/8246188
h ecuserdefined.h
#ifndef __ECUserDefined_h__
#define __ECUserDefined_h__
/* ! */
#include "ECInterface.h"
/* ! User defined Assembly Object Instances */
typedef struct s_UserDefinedAssemblyInstance{
/*
www.eeworm.com/read/172784/9690662
log use_workarea_test.log
Host command: C:\PROGRA~1\CDS\TOOLS\BIN\VERILOG.EXE
Command arguments:
use_workarea_test.v
Verilog_XL_Turbo_NT 2.6.9 log file created Nov 30, 1998 12:13:27
Verilog_XL_Turbo_NT 2.6.9 Nov 3
www.eeworm.com/read/172578/9701029
c usbd-func.c
/*
* linux/drivers/usbd/usbd-func.c - USB Function support
*
* Copyright (c) 2000, 2001, 2002 Lineo
* Copyright (c) 2001 Hewlett Packard
*
* By:
* Stuart Lynne ,
* To
www.eeworm.com/read/415663/11059457
m sim_obstaclep.m
function sim_obstaclep(instance, job_id)
% job_id:
% >0 -- called in condor for specific jobs, never use it manually
% except for debugging!
% ==0 -- called by user: run all jobs without using co
www.eeworm.com/read/267677/11169121
h windowapp.h
#define WIN32_LEAN_AND_MEAN // include all macros
#define INITGUID // include all GUIDs
#include
/***********************************************************************
www.eeworm.com/read/107687/15603427
cpp transition.cpp
#include "stdafx.h"
#include "ImageX.h"
#include "Transition.h"
//调用方式:把p_FileA设置为黑色背景图
CTransition::CTransition(char* p_FileA)
{
m_pImageXA=NULL;
SetImageX(p_FileA);
}
HRESULT CTran