代码搜索:instance
找到约 10,000 项符合「instance」的源代码
代码结果 10,000
www.eeworm.com/read/314516/13565106
cpp cl_my_rand.cpp
// ______________________ 完美随机数 __________________________________ //
# ifndef _MY_RAND_NUM_
# define _MY_RAND_NUM_
# include
# include
# include
# include
www.eeworm.com/read/310713/13645242
xrf dds_modelsim.xrf
vendor_name = ModelSim
source_file = 1, E:/My_Designs/max/dds.bdf
source_file = 1, D:/men.mif
source_file = 1, D:/Waveform1.vwf
source_file = 1, E:/My_Designs/max/lpm_rom0.v
source_file = 1, d:/a
www.eeworm.com/read/301746/13849240
qsf cyclic.qsf
# Copyright (C) 1991-2005 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any
www.eeworm.com/read/147766/5725273
c bm_osl.c
/*****************************************************************************
*
* Module Name: bm_osl.c
* $Revision: 17 $
*
********************************************************************
www.eeworm.com/read/141343/5770104
ads grt-names.ads
-- GHDL Run Time (GRT) - 'name* subprograms.
-- Copyright (C) 2002, 2003, 2004, 2005 Tristan Gingold
--
-- GHDL is free software; you can redistribute it and/or modify it under
-- the terms of th
www.eeworm.com/read/141300/5770836
h dgen.h
#ifndef DGEN_H
#define DGEN_H
typedef struct st_dgen dgen;
struct st_dgen {
GENcircuit *ckt;
wordlist *dev_list;
int flags;
int dev_type_no;
int dev;
GENinstance *instance;
GENmodel *model
www.eeworm.com/read/140180/5794040
c spdif.c
/*****************************************************************************
* spdif.c : dummy mixer for S/PDIF output (1 input only)
**************************************************************
www.eeworm.com/read/136989/5826785
makefile
# Makefile,v 1.1 2004/01/01 21:01:00 shuston Exp
#
# Copyright 2003 Addison-Wesley Inc. All Rights Reserved.
BIN = Simple1 \
Simple2 \
Change_Mask \
Change_Instance_Default \
Wrap_Macros
www.eeworm.com/read/136989/5826811
mpc logging.mpc
project(Simple1) : aceexe {
exename = Simple1
Source_Files {
Simple1.cpp
}
}
project(Simple2) : aceexe {
exename = Simple2
Source_Files {
Simple2.cpp
}
}
project(Ch