代码搜索:instance
找到约 10,000 项符合「instance」的源代码
代码结果 10,000
www.eeworm.com/read/443124/7637305
xrf udasyncounter_modelsim.xrf
vendor_name = ModelSim
source_file = 1, C:/altera/quartus51/UDasyncounter/UDasyncounter.vhd
design_name = UDasyncounter
instance = comp, \clk~I\, clk, UDasyncounter, 1
instance = comp, \Q~8_I\, Q~
www.eeworm.com/read/442494/7650414
m fmdemod_4.m
% This is a demodulation program with different FM demodulation algorithms
% fmdemod_4.m
% to check FM MODULATION with different methods
Fs = 102000; % Sampling rate of signal
Fc = 25000; % Carrier
www.eeworm.com/read/439356/7711665
java hellomidlet.java
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package hello;
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
import java.
www.eeworm.com/read/439356/7711677
java hellomidlet.java
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package hello;
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
import java.
www.eeworm.com/read/438794/7726837
h mass.h
#ifndef _MASS_H
#define _MASS_H
#include "chap9.h"
typedef struct epi
{
unsigned max_packet_size:10; // 端点最大封包
unsigned dev_addr:7; // 设备地址
unsigned ep_num:5; // 端点号
www.eeworm.com/read/438794/7726845
h mass.h
#ifndef _MASS_H
#define _MASS_H
#include "chap9.h"
typedef struct epi
{
unsigned max_packet_size:10; // 端点最大封包
unsigned dev_addr:7; // 设备地址
unsigned ep_num:5; // 端点号
www.eeworm.com/read/438791/7726873
h mass.h
#ifndef _MASS_H
#define _MASS_H
#include "chap9.h"
typedef struct epi
{
unsigned max_packet_size:10; // 端点最大封包
unsigned dev_addr:7; // 设备地址
unsigned ep_num:5; // 端点号
www.eeworm.com/read/438791/7726906
h mass.h
#ifndef _MASS_H
#define _MASS_H
#include "chap9.h"
typedef struct epi
{
unsigned max_packet_size:10; // 端点最大封包
unsigned dev_addr:7; // 设备地址
unsigned ep_num:5; // 端点号
www.eeworm.com/read/438677/7728292
xrf dds_modelsim.xrf
vendor_name = ModelSim
source_file = 1, D:/cwdds/REG10B.VHD
source_file = 1, D:/cwdds/lpm_rom0.vhd
source_file = 1, D:/cwdds/DDS_VHDL.vhd
source_file = 1, D:/cwdds/ADDER10B.VHD
source_file = 1, e
www.eeworm.com/read/437214/7753348
java mycommand.java
import javax.microedition.lcdui.Canvas;
import javax.microedition.lcdui.Displayable;
import javax.microedition.lcdui.Font;
import javax.microedition.lcdui.Graphics;
import javax.microedition.lcdui