代码搜索结果
找到约 454 项符合
Capacitor 的代码
add_series_capacitor.m
function Add_series_capacitor(cap)
% this function adds a description of the series capacitor connected to the
% rest of the network
%
% USAGE:
% Add_series_capacitor(2.5e-12)
%
capacitor.pas
unit capacitor;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TForm1 = class(TForm)
Label1: TLabel;
Labe
capacitor.~dfm
object Form1: TForm1
Left = 186
Top = 151
Width = 544
Height = 375
Caption = 'capacitor'
Color = clGreen
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height
capacitor.dfm
object Form1: TForm1
Left = 186
Top = 151
Width = 544
Height = 375
Caption = 'capacitor'
Color = clGreen
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height
capacitor.~pas
unit capacitor;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TForm1 = class(TForm)
Label1: TLabel;
Labe
main.dpr
program main;
uses
Forms,
capacitor in 'capacitor.pas' {Form1};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
mp3.txt
Field=Designator,String,Designator,100|Field=Description,String,Description,100|Field=Comment,String,Comment,100|Field=Value,String,Value,100
C1|Polarized Capacitor (Radial)|Cap Pol1|10uF
C2|Polariz
potreadd.asm
; PotReadd - Read the Pot Values and Send to the Servos
;
; This Application Reads Resistance Values by Allowing a Capacitor
; Wired to a Pot to Charge and then Measure the Time the Cap take
potreadc.asm
; PotReadc - Read the Pot Values Using a 74LS125
;
; This Application Reads Resistance Values by Allowing a Capacitor
; Wired to a Pot to Charge and then Measure the Time the Cap takes
; T
potreadb.asm
; PotReadb - Read the Pot Values Using a 74LS125
;
; This Application Reads Resistance Values by Allowing a Capacitor
; Wired to a Pot to Charge and then Measure the Time the Cap takes
; T