代码搜索:Comp
找到约 10,000 项符合「Comp」的源代码
代码结果 10,000
www.eeworm.com/read/393024/2489683
comp comp.comp
component comp "Two input comparator with hysteresis";
pin in float in0 "Inverting input to the comparator";
pin in float in1 "Non-inverting input to the comparator";
pin out bit out "Normal output. T
www.eeworm.com/read/275499/10815262
comp
www.eeworm.com/read/447916/7543935
ico comp2comp.ico
www.eeworm.com/read/393024/2489711
comp not.comp
component not "Inverter";
pin in bit in;
pin out bit out;
function _ nofp;
license "GPL";
;;
FUNCTION(_) { out = ! in; }
www.eeworm.com/read/190924/8436471
h comp.h
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2
www.eeworm.com/read/190924/8436486
c comp.c
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2
www.eeworm.com/read/190557/8442443
c comp.c
/*********************************************************************
Author : ADI - Apps www.analog.com/MicroConverter
Date : Sept. 2005
File : Comp.c
www.eeworm.com/read/389938/8492231
dcu comp.dcu
www.eeworm.com/read/389938/8492347
pas comp.pas
unit comp;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ComCtrls, Mask, DBCtrls, Db;
type
TFormCompSetup = class(TForm)
Lab
www.eeworm.com/read/389938/8492384
dfm comp.dfm
object FormCompSetup: TFormCompSetup
Left = 246
Top = 156
ActiveControl = EditCompCode
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = '租赁公司管理'
ClientHeight = 254