代码搜索结果
找到约 6,083 项符合
Circuit 的代码
test.c
#include "component.h"
#include "graph.h"
#include "drive.h"
void handler ()
{
network_ctx ctx;
int i;
/* set up equations */
i = network_first (&ctx);
while (i>=0) {
EQ_reset ()
ex1_5.cir
Ex1_5.CIR - Thevenin equivalent circuit
.PARAM V1value=0V I2value=0A Idpvalue=1A
V1 1 0 DC {V1value}
R1 1 2 1ohm
I2 0 2 DC {I2value}
R2 2 0 3ohm
R3 2 3 5ohm
G3 2 3 (1,0) 0.1 ; Voltage-con
prb1_29.cir
Prob1_29.CIR Bridge circuit
Vb 1 0 DC 20V
R1 1 2 1ohm
R2 2 0 2ohm
R3 1 3 3ohm
R4 3 0 4ohm
RL 2 3 10ohm
.DC Vb 20V 20V 1
.PRINT DC V(2,3)
.END
rrrcirc.c
/*
* Copyright (c) 1998-2001 by NETsilicon Inc.
*
* This software is copyrighted by and is the sole property of
* NETsilicon. All rights, title, ownership, or other interests
* in the s
makefile
# Name: Makefile
# Project: IRMouse
# Author: Krzysiek Szczuka
# Creation Date: 2007-01-12
# Tabsize: 4
# Copyright: (c) 2007 by Krzysiek Szczuka
# License: Proprietary, free under cer
flash.cpp
#include "bastype.h"
#include "mcf5206.h"
#include "main.h"
#include "graph.h"
#include "flash.h"
// -----------------------------------------------------------------------------------------
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
lcc.mak
#
# PWR makefile for ABC
#
# TISH031204 shirely modify for lcc compilation
# PWR_CFLAGS := -g -pw2 -mn -x -mt -mw -o $(CFLAGSDRIVERS) $(CFLAGSPWR) -D_RVF=1 -DTRACE_WANTED=1 -DUSE_PWL_AS_MODULA