代码搜索:ctrl
找到约 10,000 项符合「ctrl」的源代码
代码结果 10,000
www.eeworm.com/read/233424/14151492
h dospartlibscsi.h
/* dosPartLibScsi.h - partition parsing/mounting/display routines. */
/*
modification history
--------------------
01c,10mar98,dmr fixed error in title text (only)
01b,15sep97,jkf removed LCHS su
www.eeworm.com/read/131256/14154158
s keyboard.s
/*
* linux/kernel/keyboard.S
*
* (C) 1991 Linus Torvalds
*/
/*
* Thanks to Alfred Leung for US keyboard patches
* Wolfgang Thiel for German keyboard patches
* Marc Corsini for the French keyboard
*/
www.eeworm.com/read/130981/14164583
s keyboard.s
/*
* linux/kernel/keyboard.S
*
* (C) 1991 Linus Torvalds
*/
/*
* Thanks to Alfred Leung for US keyboard patches
* Wolfgang Thiel for German keyboard patches
* Marc Corsini for the French keyboard
*/
www.eeworm.com/read/130574/14183453
txt readme.txt
编码程序
步骤一:
将程序的代码拷贝到文本框中,然后选择好类型,比如说 .asp的,html类型的文件是不需要编码的,所以没有任何改动。
步骤二:
将生成的代码拷贝下来,保存好文件即可。
反编码程序
步骤一:
将编码过的程序代码拷贝到文本框中,然后点《反编码》即可出现源码,然后将第一行的 ...
www.eeworm.com/read/130553/14186306
c ctrlprnt.c
/*
** Print a line of text, displaying Ctrl characters using leading carets
** public domain by Bob Stout
*/
void ctrl_print(char *line)
{
while (*line)
{
if (' ' >
www.eeworm.com/read/232327/14198331
c memory.c
/*
* ApOS (Another Project software for s3c2410)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* pu
www.eeworm.com/read/129922/14216711
c ctrlbrk.c
#include
#include
void main(void)
{
printf("Previous extended Ctrl-Break status %s\n",
(getcbrk()) ? "On": "Off");
setcbrk(0); // Turn if off
}
www.eeworm.com/read/129922/14217346
bak ctrlbrk.bak
#include
#include
void main(void)
{
printf("Previous extended Ctrl-Break status %s\n",
(getcbrk()) ? "On": "Off");
setcbrk(0); // Turn if off
}
www.eeworm.com/read/129814/14223948
out os2siglist.out
/*
* signal handling
*/
{SIGHUP, "HUP", "Hangup"},
{SIGINT, "INT", "Interrupt"},
{SIGQUIT, "QUIT", "Quit"},
{SIGILL, "ILL", "Illegal instruction"},
{SIGTRAP, "TRAP", "Trace trap"},
{SIGABRT, "
www.eeworm.com/read/129149/14262969
pas unit3.pas
unit Unit3;
interface
uses
Classes, SysUtils, Graphics, ExtCtrls;
type
Tthread3 = class(TThread)
private
tt: TShape;
f: boolean;
{ Private declarations }
protected