代码搜索:ctrl
找到约 10,000 项符合「ctrl」的源代码
代码结果 10,000
www.eeworm.com/read/346429/11748499
v cpu_0.v
//Legal Notice: (C)2006 Altera Corporation. All rights reserved. Your
//use of Altera Corporation's design tools, logic functions and other
//software and tools, and its AMPP partner logic function
www.eeworm.com/read/156589/11790731
txt 关闭外部应用程序.txt
关闭外部应用程序
先利用FindWindow函数找出要关闭的应用程序的主窗口名字,然后发送一个消息即可。
实例如下:
HWnd HWndCalculator;
HWndCalculator = Winprocs->FindWindow(nil, "计算器");
// close the exist Calculator
if (HWndCalculator)
www.eeworm.com/read/259311/11808437
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/344139/11907744
c sig2.c
/**********
*sig2.c *
**********/
#include
#include
#include
#include
#include
#include
#define PROMPT "Do U want to terminate pr
www.eeworm.com/read/154809/11926178
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/257126/11948934
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/343406/11950449
txt 说明.txt
LJD2410DVK-I开发板测试程序源代码。
第一次编译本ADS1.20项目的时候,请搜索本目录下面所有的后缀为o的文件并把它们全部删除,即执行ctrl+'-',
否则编译的时候可能无法编译通过!
北京蓝海微芯科技发展有限公司 2006年5月28日
www.eeworm.com/read/154104/11989116
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/153577/12025676
asm adc.asm
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;this is a source file of ADC and airthmetic module
;update:03/01/04
;author: wangqing jiang
;~~~~~~~~~~~~~
www.eeworm.com/read/342034/12046030
c 515654.c
#include
#include
#include
#include
#define chg1(a) (((a&0xf0)>>4)*10+(a&0x0f))
#define chg2(a) (((a/10)