代码搜索:Voltage Regulation
找到约 5,122 项符合「Voltage Regulation」的源代码
代码结果 5,122
www.eeworm.com/read/169093/5428750
c icxmlparser.c
/* Copyright 2003-2005, Voltage Security, all rights reserved.
*/
#include "vibe.h"
#include "environment.h"
#include "base.h"
#include "libctx.h"
#include "icStringBuffer.h"
#include "icInp
www.eeworm.com/read/169093/5428751
c icstringbuffer.c
/* Copyright 2003-2005, Voltage Security, all rights reserved.
*/
#include "vibe.h"
#include "environment.h"
#include "base.h"
#include "libctx.h"
#include "icStringBuffer.h"
#include "errorc
www.eeworm.com/read/316872/3604668
txt index.txt
CPU frequency and voltage scaling code in the Linux(TM) kernel
L i n u x C P U F r e q
Dominik Brodowski
Clock scaling allows you to change the c
www.eeworm.com/read/316872/3604670
txt cpufreq-stats.txt
CPU frequency and voltage scaling statistics in the Linux(TM) kernel
L i n u x c p u f r e q - s t a t s d r i v e r
- information for users -
www.eeworm.com/read/403510/2310682
prm scmos1.0.prm
; configuration file for 2.0um SCMOS (lambda=1.0um)
; parameters extracted from spice MOSIS supplied BSIM models
;
; Resistance values are for med temp (70 C) and nom voltage (5 V)
;
; Yang 7/95
la
www.eeworm.com/read/471460/6894013
m vprofile.m
% This function obtains the voltage profile for a transmission line.
%
% Copyright (C) 1998 by H. Saadat
function vprofile(r, L, C, f)
global resp model par1 par2 linelngt freq
fprintf(' \n')
www.eeworm.com/read/106776/15622767
bak spice.cpp.bak
// test.cpp : Defines the entry point for the console application.
//
#include "string.h"
#include "stdio.h"
#include "malloc.h"
#include "conio.h"
#define VOLTAGE 0
#define RESISTANT 1
#def
www.eeworm.com/read/431224/8695976
m write.m
function write(a,fid,buslist)
% write voltage dependent loads loads
if ~a.n, return, end
% filter loads using bus list
idx = [];
for i = 1:a.n
jdx = find(buslist == a.bus(i)*a.u(i));
if ~isempty
www.eeworm.com/read/384940/8829537
m write.m
function write(a,fid,buslist)
% write voltage dependent loads loads
if ~a.n, return, end
% filter loads using bus list
idx = [];
for i = 1:a.n
jdx = find(buslist == a.bus(i)*a.u(i));
if ~isempty
www.eeworm.com/read/408972/11363031
vhd p_sin.vhd
library IEEE, IEEE_proposed;
use IEEE_proposed.ELECTRICAL_SYSTEMS.all;
use IEEE.MATH_REAL.all;
entity P_SIN is
generic (VO : REAL := 0.0; -- offset voltage [V]
PA_DBM : REA