代码搜索:ctrl
找到约 10,000 项符合「ctrl」的源代码
代码结果 10,000
www.eeworm.com/read/333380/12685185
c listview.c
/*
** $Id: listview.c,v 1.14 2003/06/06 10:10:47 weiym Exp $
**
** listview.c: The ListView control demo program.
**
** Copyright (C) 2001 ~ 2002 Wei Yongming.
** Copyright (C) 2003 Feynman Software.
www.eeworm.com/read/333380/12685215
c progbar.c
/*
** $Id: progbar.c,v 1.5 2003/06/06 10:10:47 weiym Exp $
**
** progbar.c: The ProgressBar control demo program.
**
** Copyright (C) 2001 ~ 2002 Wei Yongming.
** Copyright (C) 2003 Feynman Software.
www.eeworm.com/read/333194/12699479
h pl3200.h
/*--------------------------------------------------------------------------
REG52.H
Header file for generic 80C52 and 80C32 microcontroller.
Copyright (c) 1988-1999 Keil Elektronik GmbH and Keil
www.eeworm.com/read/145488/12719095
h keyboard16.h
#include "..\inc\def.h"
void SetFunctionKey(U16 Fnkey); //设定功能键扫描码,1有效 比如ctrl alt
void KeyBoard_init(void);
www.eeworm.com/read/245865/12776026
dof project1.dof
[FileVersion]
Version=7.0
[Compiler]
A=8
B=0
C=1
D=1
E=0
F=0
G=1
H=1
I=1
J=0
K=0
L=1
M=0
N=1
O=1
P=1
Q=0
R=0
S=0
T=0
U=0
V=1
W=0
X=1
Y=1
Z=1
ShowHints=1
ShowWarnings=1
U
www.eeworm.com/read/245865/12776175
dof udr.dof
[FileVersion]
Version=7.0
[Compiler]
A=8
B=0
C=1
D=1
E=0
F=0
G=1
H=1
I=1
J=1
K=0
L=1
M=0
N=1
O=1
P=1
Q=0
R=0
S=0
T=0
U=0
V=1
W=0
X=1
Y=1
Z=1
ShowHints=1
ShowWarnings=1
U
www.eeworm.com/read/144431/12794941
c ctldev.c
/*
* (C) 2004 - 2005 FUJITA Tomonori
*
* This code is licenced under the GPL.
*/
#include
#include
#include
#include
#include
#i
www.eeworm.com/read/144256/12805392
c hd44780.c
#include
#include
sbit GND_LCD=P1^7;
sbit rs=P1^0;
sbit rw=P1^1;
sbit e=P1^2;
unsigned char busy(void);
void ctrl(unsigned char);
void wd_h(unsigned char);
void wd_l
www.eeworm.com/read/331680/12815176
h other.h
/************************************************************************************
* Copyright (c), 2004-2007,西安铭朗电子科技有限责任公司
* All rights reserved.
*
* Http: www.mlarm.com
* Email
www.eeworm.com/read/143660/12853751
txt 作业.txt
作业1----第4章课后练习题
? 编写一个程序,在屏幕上出现一个圆心沿另外一个椭圆轨迹移动的实
心圆。要求每隔1/8圆周期,圆的填充色和圆的周边颜色都发生变化(颜色
自己选取),同时,圆的半径的在1/8周期之内由轨迹椭圆短轴长度的0.1
倍至0.4倍线性增长。
[注]10月22日前完成
作业2——第5章课后练习题
编写一程序,在某一个窗口上显示一行文字,如“祝您成功!”。在
...