代码搜索:Models
找到约 5,847 项符合「Models」的源代码
代码结果 5,847
www.eeworm.com/read/324920/3488299
h lasat_models.h
/*
* Model description tables
*/
typedef struct product_info_t {
const char *pi_name;
const char *pi_type;
} product_info_t;
typedef struct vendor_info_t {
const char *vi_name;
con
www.eeworm.com/read/316872/3585763
h lasat_models.h
/*
* Model description tables
*/
#include
struct product_info {
const char *pi_name;
const char *pi_type;
};
struct vendor_info {
const char *vi_name;
const struct
www.eeworm.com/read/302839/3823148
py cpu_models.py
# Copyright (c) 2003, 2004, 2005, 2006
# The Regents of The University of Michigan
# All Rights Reserved
#
# This code is part of the M5 simulator.
#
# Permission is granted to use, copy, create deriv
www.eeworm.com/read/300857/3844039
inc ibis_models.inc
DATAPOINTS BDRVR CDSDefaultOutput_Typ
MODEL_VERSION=2.0
PullUpReference=5
PullDownReference=0
PowerClampReference=5
GroundClampReference=0
DATAPOINTS AC_PARAM
dVGateOpen=1
dVGateClose=0
ENA
www.eeworm.com/read/443386/1741567
h lasat_models.h
/*
* Model description tables
*/
typedef struct product_info_t {
const char *pi_name;
const char *pi_type;
} product_info_t;
typedef struct vendor_info_t {
const char *vi_name;
con
www.eeworm.com/read/437018/1838482
deck digital_models.deck
Digital models
*
* This circuit contains a nand gate oscillator enabled by
* a pulse input after 20nS. Node 1 is an analog node.
* Nodes 2 and 3 are digital nodes.
*
.tran 1e-8 1e-7
*
v1 1 0 0.0 puls
www.eeworm.com/read/412940/2164851
h models.psa.h
#if !defined(__MODELS_PSA_H__)
#define __MODELS_PSA_H__
static const unsigned Models_psa[] = {
// ---------------------------------------------
// Shader Object Header
// ----------------
www.eeworm.com/read/412940/2164881
h models.vsa.h
#if !defined(__MODELS_VSA_H__)
#define __MODELS_VSA_H__
static const unsigned Models_vsa[] = {
// ---------------------------------------------
// Shader Object Header
// ----------------
www.eeworm.com/read/410728/2202141
compare_igen_models
#!/bin/sh
# Script to compare functions and instructions used by different igen models.
# Copyright (C) 2002 Free Software Foundation, Inc.
# Contributed by Chris Demetriou of Broadcom Corporation (S
www.eeworm.com/read/393286/2476049
h lasat_models.h
/*
* Model description tables
*/
typedef struct product_info_t {
const char *pi_name;
const char *pi_type;
} product_info_t;
typedef struct vendor_info_t {
const char *vi_name;
con