代码搜索:Comp

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

代码结果 10,000
www.eeworm.com/read/398510/2379084

c comp.c

//***************************************************************************** // // comp.c - Driver for the analog comparator. // // Copyright (c) 2005,2006 Luminary Micro, Inc. All rights rese
www.eeworm.com/read/393688/2472474

bib comp.bib

% $Id: comp.bib,v 1.1.6.1 2002/04/24 03:25:25 erik Exp $
www.eeworm.com/read/393024/2489256

1 comp.1

.\" Copyright (c) 2007 Jeff Epler .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Softwa
www.eeworm.com/read/393024/2489421

lyx comp.lyx

#LyX 1.3 created this file. For more info see http://www.lyx.org/ \lyxformat 221 \textclass book \begin_preamble \usepackage[plainpages=false,pdfpagelabels,colorlinks=true,linkcolor=blue]{hyperref} \e
www.eeworm.com/read/393024/2489460

comp rand.comp

component rand; option userspace; pin out float out; ;; #include void user_mainloop(void) { while(1) { usleep(1000); FOR_ALL_INSTS() out = drand48(); } }
www.eeworm.com/read/393024/2489640

comp deadzone.comp

component deadzone; param rw float center = 0.0 "The center of the dead zone"; param rw float threshhold = 1.0 "The dead zone is \\fBcenter\\fR \\(+- (\\fBthreshhold\\fR/2)"; pin in float in; pin out
www.eeworm.com/read/393024/2489642

comp logic.comp

component logic; pin in bit in-##[16 : personality & 0xff]; pin out bit and if personality & 0x100; pin out bit or if personality & 0x200; pin out bit xor if personality & 0x400; function _ nofp; desc
www.eeworm.com/read/393024/2489643

in conv.comp.in

component conv_@IN@_@OUT@ "Convert a value from @IN@ to @OUT@"; pin in @IN@ in_; pin out @OUT@ out; @CC@ pin out bit out_of_range "TRUE when 'in' is not in the range of @OUT@"; @CC@ param rw bit clamp
www.eeworm.com/read/393024/2489645

comp blend.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/2489646

comp steptest.comp

component steptest """\ Used by Stepconf to allow testing of acceleration and velocity values for an axis."""; pin in bit jog-minus "Drive TRUE to jog the axis in its minus direction"; pin in bit jog-