代码搜索:ctrl
找到约 10,000 项符合「ctrl」的源代码
代码结果 10,000
www.eeworm.com/read/283196/9036614
_trap
#!/bin/sh
trap 'rm -f /tmp/my_tmp_file_$$' INT
echo creating file /tmp/my_tmp_file_$$
date > /tmp/my_tmp_file_$$
echo "Press interrupt (Ctrl-C) to interrupt...."
while [ -f /tmp/my_tmp_file_$$ ]; do
www.eeworm.com/read/381952/9061375
c e-1330.c
//E-1330点阵液晶屏驱动程序
/*
线路图
89C51 E-1330
--------
| 8
P1.0-1.7|=========== D0-7
|
P3.0|----------- A0
P3.1|----------- R/W
P3.2|----------- E
www.eeworm.com/read/282258/9108111
c bluecard_cs.c
/*
*
* Bluetooth driver for the Anycom BlueCard (LSE039/LSE041)
*
* Copyright (C) 2001-2002 Marcel Holtmann
*
*
* This program is free software; you can redistribute i
www.eeworm.com/read/182414/9204789
h main.h
// defines for LED control
//#define LED_CTRL_BIT BIT(7) //PORTB
//#define mcrCPULED_ON CLEAR_BIT( rPDATB, LED_CTRL_BIT )
//#define mcrCPULED_OFF SET_BIT( rPDATB, LED_CTRL_BIT )
//#define mcrCP
www.eeworm.com/read/181590/9245011
5 wpa_supplicant.conf.5
.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any b
www.eeworm.com/read/377225/9287935
java jmenuitem3e.java
import javax.swing.*;
import java.awt.event.*;
public class JMenuItem3e extends JFrame{
JTextArea theArea = null;
public JMenuItem3e(){
super("JMenuItem3e");
theArea = new JTe
www.eeworm.com/read/180513/9303964
pro formula.pro
/*****************************************************************************
Copyright (c) My Company
Project: FORMULA
FileName: FORMULA.PRO
Purpose: No description
Written by: Visua
www.eeworm.com/read/178515/9394001
c eeprom_9000.c
/*******************************************************************************
* Copyright (c) 2005 PLX Technology, Inc.
*
* PLX Technology Inc. licenses this software under specific terms and
www.eeworm.com/read/374163/9418735
c ctrlaltdel.c
/*
* ctrlaltdel.c - Set the function of the Ctrl-Alt-Del combination
* Created 4-Jul-92 by Peter Orbaek
* ftp://ftp.daimi.aau.dk/pub/linux/poe/
* 1999-02-22 Arkadiusz Mi秌iewicz
www.eeworm.com/read/177608/9444196
_trap
#!/bin/sh
trap 'rm -f /tmp/my_tmp_file_$$' INT
echo creating file /tmp/my_tmp_file_$$
date > /tmp/my_tmp_file_$$
echo "Press interrupt (Ctrl-C) to interrupt...."
while [ -f /tmp/my_tmp_file_$$ ]; do