代码搜索:ctrl

找到约 10,000 项符合「ctrl」的源代码

代码结果 10,000
www.eeworm.com/read/142511/12942517

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/329507/12950627

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/329225/12968723

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/242831/12982568

txt 三、grub的接口.txt

三、GRUB的接口   GRUB主要有三个强大的接口,它们提供了不同级别的功能。每个接口都允许用户引导操作系统,甚至可以在处于GRUB环境下的接口之间移动。   菜单接口   如果GRUB是由Red Hat Linux的安装程序自动配置的,那么它默认的显示接口是菜单接口。在系统第一次启动后,一个操作系统或内核的菜单(事先已经用它们各自的引导命令配置好)将一个按名称排列的列表保存在这个接口中。 ...
www.eeworm.com/read/328490/13024872

txt 更改输入法调出顺序.txt

调整调出输入法的顺序   1.修改注册表法:   在注册表编辑器(在“开始/运行”对话框中输入“REGEDIT”)中展开:“HKEY_CURRENT_USER\Keyboard Layout\Preload”分支,可看到名为”1”、”2”、”3”…的文件夹,它们分别顺序对应输入法菜单中的各项输入法。假设当前输入法菜单中,全拼对应的文件名是2,智能ABC对应的文件名是5,可先将5改为6(点右键选 ...
www.eeworm.com/read/328435/13026999

h i82527offsets.h

/* i82527Offsets.h - register offset definitions for Intel 82527 CAN Controller Copyright 2001 Wind River Systems, Inc. */ /* modification history -------------------- 29
www.eeworm.com/read/141105/13042199

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/326576/13133844

c mcugui.c

/* * Filename : mcugui.c * Author : Li Dawen * Copyright (c): Coslight Group .co * Create Date : 2002.04.27 * Version : 0.1.0 */ #define MCUGUI_MODULE #include "config.h"
www.eeworm.com/read/241495/13139356

c main.c

//--------------------------------------------------------------- // // Copyright (c) 2006-2007 E-compass electronic Co.,Ltd. // All Right Reserved.
www.eeworm.com/read/138817/13209429

c lcd.c

#include #include #include #include #define chg1(a) (((a&0xf0)>>4)*10+(a&0x0f)) #define chg2(a) (((a/10)