代码搜索结果

找到约 6,083 项符合 Circuit 的代码

flash.h

#ifndef __FLASH_H__ #define __FLASH_H__ #define PARRAPORT_PADDR (0x60000000 + 0x1c5) #define PARRAPORT_PADAT (0x60000000 + 0x1c9) enum { FLASH_SIZE_NULL, FLASH_SIZE_2M, FLASH_SIZE_4M

flash.h

#ifndef __FLASH_H__ #define __FLASH_H__ #define PARRAPORT_PADDR (0x60000000 + 0x1c5) #define PARRAPORT_PADAT (0x60000000 + 0x1c9) enum { FLASH_SIZE_NULL, FLASH_SIZE_2M, FLASH_SIZE_4M

fly_back_test-schematic1-fly_tans.out

**** 09/06/06 07:42:39 ********* PSpice 9.1 (Mar 1999) ******** ID# 0 ******** ** circuit file for profile: fly_tans **** CIRCUIT DESCRIPTION ***********************************

traneqckt.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % traneqckt.m - Determines transformer equivalent circuit % parameters from open-circuit & short-circuit %

readinglamp.java

public class ReadingLamp{ /** 灯泡 */ private Bulb bulb; /** 电源线路 */ private Circuit circuit; /** 构造方法 */ public ReadingLamp(Bulb bulb, Circuit circuit){ this.bulb=bulb;

dictionary.shiva

# -*- text -*- # # Shiva dictionary. # # Shiva Inc. # http://www.shiva.com/ # # For more information on magic values for Shiva-User-Attributes, # see their web page, at: # # http://www.shiva.com/prod/

fly_back_test-schematic1-fly_trans.out

**** 09/05/06 22:53:57 ********* PSpice 9.1 (Mar 1999) ******** ID# 0 ******** ** circuit file for profile: fly_trans **** CIRCUIT DESCRIPTION **********************************

0422.c

/*************************************************************************** * 名称:LCD_Initialize() * 功能:LCM初始化,S6D0164兼容ILI9225, * 入口参数:无 * 出口参数:无 * 说明:函数会设置LCM数据总线为输出方式 ****************