代码搜索:Toggle
找到约 7,205 项符合「Toggle」的源代码
代码结果 7,205
www.eeworm.com/read/393024/2489685
comp toggle.comp
component toggle "'push-on, push-off' from momentary pushbuttons";
pin in bit in "button input";
pin io bit out "on/off output";
param rw u32 debounce = 2 "debounce delay in periods";
option data togg
www.eeworm.com/read/387868/2554136
xpm toggle.xpm
/* XPM */
static const char * toggle_xpm[] = {
/* columns rows colors chars-per-pixel */
"32 32 16 1",
" c Gray0",
". c #808000",
"X c #000080",
"o c #c0c0c0",
"O c #000000",
"+ c #808000",
"@ c #000
www.eeworm.com/read/376825/2706888
js toggle.js
/*
Copyright (c) 2004-2006, The Dojo Foundation
All Rights Reserved.
Licensed under the Academic Free License version 2.1 or above OR the
modified BSD license. For more information on Dojo licens
www.eeworm.com/read/376448/2710662
js toggle.js
/*
Copyright (c) 2004-2006, The Dojo Foundation
All Rights Reserved.
Licensed under the Academic Free License version 2.1 or above OR the
modified BSD license. For more information on Dojo licens
www.eeworm.com/read/374323/2754461
js toggle.js
/*
Copyright (c) 2004-2006, The Dojo Foundation
All Rights Reserved.
Licensed under the Academic Free License version 2.1 or above OR the
modified BSD license. For more information on Dojo licens
www.eeworm.com/read/354613/3075541
js toggle.js
/*
Copyright (c) 2004-2006, The Dojo Foundation
All Rights Reserved.
Licensed under the Academic Free License version 2.1 or above OR the
modified BSD license. For more information on Dojo licens
www.eeworm.com/read/262550/4311962
js toggle.js
/*
Copyright (c) 2004-2006, The Dojo Foundation
All Rights Reserved.
Licensed under the Academic Free License version 2.1 or above OR the
modified BSD license. For more information on Dojo licens
www.eeworm.com/read/171676/9743450
jpg toggle.jpg
www.eeworm.com/read/171676/9743459
java toggle.java
import java.awt.*;
import javax.swing.*;
import java.awt.event.*;
/*
*/
public class toggle extends JApplet
{