代码搜索:ctrl
找到约 10,000 项符合「ctrl」的源代码
代码结果 10,000
www.eeworm.com/read/151583/12198938
txt 133.txt
使用Windows XP的用户同时按<mark>Ctrl</mark>+Alt+Del键的时候,就会启动Windows XP 的任务管理器,任务管理器能够使我们方便地终止或启动程序的运行,监视所运行的所有程序,查看计算机的性能等,在很多方面提高了我们的工作效率。但是,其他的人如果在自己的微机上按<mark>Ctrl</mark>+Alt+Del键,也会启动任务管理器,自己的一些秘密和隐私就会让别人知道,而且很多程序会被终止,造成不良的后果。因此 ...
www.eeworm.com/read/253765/12200693
c ieee80211_module.c
/*******************************************************************************
Copyright(c) 2004 Intel Corporation. All rights reserved.
Portions of this file are based on the WEP enablement
www.eeworm.com/read/253242/12236492
h ptctrlbase.h
#ifndef _PT_CTRL_BASE_
#define _PT_CTRL_BASE_
#define PT_SET_BIG(A,B) (A) = (A) > (B) ? (A) : (B)
#define PT_SET_SMALL(A,B) (A) = (A) > (B) ? (B) : (A)
struct PtCtrlBase;
typedef INT (
www.eeworm.com/read/150781/12262603
h bio.h
/* crypto/bio/bio.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
* Th
www.eeworm.com/read/337042/12400687
c e1000_82543.c
/*******************************************************************************
Intel PRO/1000 Linux driver
Copyright(c) 1999 - 2008 Intel Corporation.
This program is free software; you can
www.eeworm.com/read/149022/12409128
vhd iu.vhd
-----------------------------------------------------------------------------
-- This file is a part of the LEON VHDL model
-- Copyright (C) 1999 European Space Agency (ESA)
--
-- This program
www.eeworm.com/read/336808/12414738
新文件
正则表达式 转义字符表 汇总
字符匹配语法:
\d 匹配数字(0~9) ‘\d’匹配8,不匹配12;
\D 匹配非数字 ‘\D’匹配c,不匹配3;
\w 匹配任意单字符 ‘\w\w’ 匹配A3,不匹配@3;
\W 匹配非单字符 ‘\W’匹配@,不匹配c;
\s 匹配空白字符 ‘\d\s\d’匹配3 d,不匹配abc;
\S 匹配非空字符 ‘\S\S\S’匹配A#4,不匹配3 d;
...
www.eeworm.com/read/250182/12426358
c e1000_82543.c
/*******************************************************************************
Intel PRO/1000 Linux driver
Copyright(c) 1999 - 2007 Intel Corporation.
This program is free software; you can
www.eeworm.com/read/234838/14095746
h ks_config.h
/* ---------------------------------------------------------------------------
Copyright (c) 2004-2006 Micrel, Inc. All rights reserved.
-----------------------------------------------