代码搜索:Comp

找到约 10,000 项符合「Comp」的源代码

代码结果 10,000
www.eeworm.com/read/393024/2489705

comp hypot.comp

component hypot "Three-input hypotenuse (Euclidean distance) calculator"; pin in float in0; pin in float in1; pin in float in2; pin out float out "out = sqrt(in0^2 + in1^2 + in2^2)"; function _; licen
www.eeworm.com/read/393024/2489706

comp invert.comp

// This is a component for EMC2 HAL // Copyright 2008 Stephen Wille Padnos // // This program is free software; you can redistribute it and/or // modify it un
www.eeworm.com/read/393024/2489707

comp or2.comp

component or2 "Two-input OR gate"; pin in bit in0; pin in bit in1; pin out bit out """\ \\fBout\\fR is computed from the value of \\fBin0\\fR and \\fBin1\\fR according to the following rule: .RS .TP \
www.eeworm.com/read/393024/2489709

comp and2.comp

component and2 "Two-input AND gate"; pin in bit in0; pin in bit in1; pin out bit out """\ \\fBout\\fR is computed from the value of \\fBin0\\fR and \\fBin1\\fR according to the following rule: .RS .TP
www.eeworm.com/read/393024/2489869

comp serport.comp

component serport """Hardware driver for the digital I/O bits of the 8250 and 16550 serial port. .B loadrt serport io=\\fIaddr[,addr...]\\fR .PP The pin numbers refer to the 9-pin serial pinout. Kee
www.eeworm.com/read/393024/2489996

g comp.g

#!/usr/bin/python # This is 'comp', a tool to write HAL boilerplate # Copyright 2006 Jeff Epler # # This program is free software; you can redistribute it and/or modif
www.eeworm.com/read/379174/2676012

xsd comp.xsd

www.eeworm.com/read/375190/2735636

sh comp.sh

#// #// Boost.Pointer Container #// #// Copyright Thorsten Ottosen 2003-2005. Use, modification and #// distribution is subject to the Boost Software License, Version #// 1.0. (See accompanying fil
www.eeworm.com/read/364851/2900739

h comp.h

//***************************************************************************** // // comp.h - Prototypes for the analog comparator driver. // // Copyright (c) 2005-2008 Luminary Micro, Inc. All
www.eeworm.com/read/364851/2900752

c comp.c

//***************************************************************************** // // comp.c - Driver for the analog comparator. // // Copyright (c) 2005-2008 Luminary Micro, Inc. All rights rese