代码搜索:Comp

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

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

comp wcomp.comp

component wcomp "Window comparator"; pin out bit out "True if in is between min and max"; pin in float in; param rw float min_; param rw float max_; function _; license "GPL"; ;; FUNCTION(_) { float t
www.eeworm.com/read/393024/2489689

comp flipflop.comp

component flipflop "D type flip-flop"; pin in bit data_ "data input"; pin in bit clk "clock, rising edge writes data to out"; pin in bit set "when true, force out true"; pin in bit reset "when true, f
www.eeworm.com/read/393024/2489693

comp integ.comp

component integ "Integrator"; pin in float in; pin out float out "The discrete integral of 'in' since 'reset' was deasserted"; pin in bit reset "When asserted, set out to 0"; function _; license "GPL"
www.eeworm.com/read/393024/2489694

comp oneshot.comp

// This is a component for EMC2 HAL // Copyright 2006 John Kasunich // // This program is free software; you can redistribute it and/or modify // it under th
www.eeworm.com/read/393024/2489695

comp clarkeinv.comp

component clarkeinv "Inverse Clarke transform"; description """The inverse Clarke transform can be used to translate a vector quantity from Cartesian coordinate system to a three phase system (three c
www.eeworm.com/read/393024/2489697

comp constant.comp

component constant "Use a parameter to set the value of a pin"; pin out float out; param rw float value; function _; license "GPL"; ;; FUNCTION(_) { out = value; }
www.eeworm.com/read/393024/2489698

comp ddt.comp

// This is a component for EMC2 HAL // Copyright 2006 Jeff Epler // // This program is free software; you can redistribute it and/or modify // it under the terms of the
www.eeworm.com/read/393024/2489699

comp biquad.comp

/****************************************************************************** * * Copyright (C) 2007 Peter G. Vavaroutsos * * $RCSfile: biquad.comp,v $ * $Author:
www.eeworm.com/read/393024/2489701

comp ilowpass.comp

component ilowpass "Low-pass filter with integer inputs and outputs"; description """While it may find other applications, this component was written to create smoother motion while jogging with an MP
www.eeworm.com/read/393024/2489703

comp updown.comp

component updown "Counts up or down, with optional limits and wraparound behavior"; pin in bit countup "Increment count when this pin goes from 0 to 1"; pin in bit countdown "Decrement count when this