代码搜索:ctrl
找到约 10,000 项符合「ctrl」的源代码
代码结果 10,000
www.eeworm.com/read/102718/15762268
txt 操作指南.txt
操作指南
---------------------------------------------
1、快捷键说明
运行:F9
带参数运行:F8
发布程序:F10
新建:Ctrl+N
打开:Ctrl+O
保存:Ctrl+S
打印:Ctrl+P
退出:Ctrl+Q
www.eeworm.com/read/101771/15818622
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/101771/15819009
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/101537/15827705
bat ctk.bat
@echo off
ECHO 使用这个批处理文件来生成一个新的压缩文件。按下 CTRL-C 来取消,或
pause
"C:\Program Files\Microsoft Visual Studio\VB98\Wizards\PDWizard\MAKECAB.EXE" /f "ctk.DDF"
www.eeworm.com/read/101208/15841575
c initscr.c
/*@A (C) 1992 Allen I. Holub */
#include "cur.h"
WINDOW *stdscr;
void endwin() /* Clean up as required */
{
cmove( 24,0 );
}
void ini
www.eeworm.com/read/100266/15879196
vtc bind.vtc
// bind.vtc: key bindings and keyboard history
// Editing keys
bind(ctrl("^[[A") , K_CUP );
bind(ctrl("^[[B") , K_CDOWN );
bind(ctrl("^B") , K_CLEFT );
bind(ctrl("^[[D") , K_CLEFT );
bind
www.eeworm.com/read/100140/15882910
pas tmenu.pas
unit TMenu;
{$F+,S-}
interface
uses Objects, Menus, App;
type
PTurboMenuBar = ^TTurboMenuBar;
TTurboMenuBar = object(TMenuBar)
constructor Init;
procedure ChangeParam(Com
www.eeworm.com/read/100119/15883771
in test22.in
Tests for file with some lines ending in CTRL-M, some not
STARTTEST
:set ta tx
:e!
:$-3,$w! test.out
:qa!
ENDTEST
this lines ends in a
this one doesn't
this one does
and the last one
www.eeworm.com/read/377113/9295160
c spfd54126b_auo2.0.c
void lcd_set()
{
RESET=0;
delay1ms(10);
RESET=1;
delay1ms(150);
index_reg(0x11);
index_reg(0xC5);
index_dat(0xC6);
www.eeworm.com/read/177516/9450208
asm lcd701_drv.asm
//======================================================
// The information contained herein is the exclusive property of
// Sunnnorth Technology Co. And shall not be distributed, reproduced,
//