代码搜索:instance
找到约 10,000 项符合「instance」的源代码
代码结果 10,000
www.eeworm.com/read/237764/13932693
sdo myadder_v.sdo
// Copyright (C) 1991-2006 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 o
www.eeworm.com/read/300040/13942534
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/300040/13942554
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/132665/14081160
py check-relaxng-test-suite.py
#!/usr/bin/python
import sys
import time
import os
import string
import StringIO
sys.path.insert(0, "python")
import libxml2
# Memory debug specific
libxml2.debugMemory(1)
debug = 0
verbose = 0
quiet
www.eeworm.com/read/113220/15466972
bls cm224.bls
#$ TOOL SCH2BLF 7.0
#$ TITLE cm224.bls
#$ MODULE cm224
#$ PINS 9 q43 q42 q40 q41 q33 q32 q30 q31 cp
#$ NODES 4 GND VCC N_1 N_2
#$ NODES 1 I5>TC
#$ INTERFACE count10 14 CLK'i' CLR'i' D0'i' D
www.eeworm.com/read/113220/15466988
jhd clock.jhd
MODULE clock
SUBMODULE CM224
INSTANCE I1
SUBMODULE XSSM
INSTANCE I2
SUBMODULE M60
INSTANCE I3
SUBMODULE M60
INSTANCE I4
www.eeworm.com/read/112888/15474910
cpp netengineclient.cpp
#include "netengineclient.h"
NetEngineClient* NetEngineClient::m_pMe = NULL;
NetEngineClient::NetEngineClient( MsgFun a_pFun )
{
m_pMsgProcessFun = a_pFun;
NetEngineClient::m_pMe = this;
www.eeworm.com/read/107687/15603416
cpp imagex.cpp
#include "StdAfx.h"
#include "imagex.h"
CImageX::CImageX(void)
{
m_pImageBuffer = NULL;
m_pAlphaBuffer = NULL;
m_dwCurrentFrame = 1;
}
CImageX::~CImageX(void)
{
Free();
}
CImageX
www.eeworm.com/read/105179/15675903
c g_ncr5380.c
#define AUTOSENSE
/*
* Generic Generic NCR5380 driver
*
* Copyright 1993, Drew Eckhardt
* Visionary Computing
* (Unix and Linux consulting and custom programming)
* drew@colorado.edu
* +
www.eeworm.com/read/103336/15736536
cpp privstat.cpp
#include
class SomeClass {
public:
SomeClass(int value) { count++; my_data = value; };
SomeClass(int value, int static_value) {
count = static_value; my_data = val