代码搜索:Voltage Regulation
找到约 5,122 项符合「Voltage Regulation」的源代码
代码结果 5,122
www.eeworm.com/read/169093/5428732
c blockalgid.c
/* Copyright 2003-2005, Voltage Security, all rights reserved.
*/
#include "vibe.h"
#include "environment.h"
#include "base.h"
#include "libctx.h"
#include "algobj.h"
#include "cipher.h"
#inc
www.eeworm.com/read/370279/9606770
m vclampk.m
function [I,gK,minf,taum,m,h] = VClampK(V,t)
% VClampK Time-dependent potassium current (IK) under voltage clamp
% [I,minf,taum,m,h] = VClampK(V,t)
% I potassium current
% minf steady-state
www.eeworm.com/read/265611/11260018
xpn trafic.xpn
// PART: ispLSI1032E-70LJ84
// FORMAT: PINNAME PINTYPE LOCK PULLUP SLOWSLEW OPENDRAIN OUTDELAY VOLTAGE CRIT
clk - 20 -1 -1 -1 -1 -1 -1
A(0) - 38 -1 -1 -1 -1 -1 -1
A(1) -
www.eeworm.com/read/300836/13890061
xpn wash.xpn
// PART: ispLSI1016-60LH44/883
// FORMAT: PINNAME PINTYPE LOCK PULLUP SLOWSLEW OPENDRAIN OUTDELAY VOLTAGE CRIT
OK - 15 -1 -1 -1 -1 -1 -1
TS - 16 -1 -1 -1 -1 -1 -1
QX -
www.eeworm.com/read/101167/15842812
c humid_2.c
// HUMID_2.C (PIC16F877)
//
// Illustrates an interface with a DS2438 Battery Monitor and
// a Honeywell HIH-3610 Humidity Sensor.
//
// Continually measures V_dd (Voltage source), V_ad (output o
www.eeworm.com/read/431224/8697204
m setup.m
function a = setup(a)
global Bus
if isempty(a.con), return, end
a.n = length(a.con(:,1));
a.type = a.con(:,3);
a.idx = a.con(:,1);
idx = find(a.type == 1); % voltage control
if ~isempty(idx)
a.i
www.eeworm.com/read/384940/8830861
m setup.m
function a = setup(a)
global Bus
if isempty(a.con), return, end
a.n = length(a.con(:,1));
a.type = a.con(:,3);
a.idx = a.con(:,1);
idx = find(a.type == 1); % voltage control
if ~isempty(idx)
a.i
www.eeworm.com/read/186221/8952140
c led_flash.c
#include
extern void delay_1ms() ;
void port_init(void)
{
DDRB |= (1
www.eeworm.com/read/186212/8952569
c led_flash.c
#include
extern void delay_1ms() ;
void port_init(void)
{
DDRB |= (1
www.eeworm.com/read/271207/11003860
c hvprog.c
#include "hardware.h"
#include
#include
#include "timer.h"
#include "utils.h"
#include "hvprog.h"
/* This module can handle high voltage serial and parallel programming. Ser