代码搜索:ctrl
找到约 10,000 项符合「ctrl」的源代码
代码结果 10,000
www.eeworm.com/read/349754/10801215
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/419152/10883730
c hello.c
/* Print a friendly message to the serial console. */
#include "spimconsreg.h"
#define IOBASE 0xa2000000
#define IS_READY(ctrl) (((*(ctrl)) & CTL_RDY) != 0)
void entry(void)
{
char *p = "Hello, wo
www.eeworm.com/read/270627/11031488
h uimodulver.h
////////////////////////////////////////////////////////////////
// 1998 Microsoft Systems Journal
//
// If this code works, it was written by Paul DiLascia.
// If not, I don't know who wrote it.
www.eeworm.com/read/270627/11031513
h seashellext.h
#ifndef __SEASHELLEXT_H__
#define __SEASHELLEXT_H__
#ifdef _DEBUG
#pragma warning(disable : 4127)
#endif
#pragma warning(disable : 4514)
#pragma warning(disable : 4710)
#pragma warning(disabl
www.eeworm.com/read/270618/11031986
txt 更改输入法调出顺序.txt
调整调出输入法的顺序
1.修改注册表法:
在注册表编辑器(在“开始/运行”对话框中输入“REGEDIT”)中展开:“HKEY_CURRENT_USER\Keyboard Layout\Preload”分支,可看到名为”1”、”2”、”3”…的文件夹,它们分别顺序对应输入法菜单中的各项输入法。假设当前输入法菜单中,全拼对应的文件名是2,智能ABC对应的文件名是5,可先将5改为6(点右键选 ...
www.eeworm.com/read/416128/11040436
v mem_interface_top.v
//*****************************************************************************
// Copyright (c) 2006 Xilinx, Inc.
// This design is confidential and proprietary of Xilinx, Inc.
// All Rights Reser
www.eeworm.com/read/470683/6905787
cpp eqclass.cpp
#include
#include "calcdb.h"
#include "eqclass.h"
ostream & operator
www.eeworm.com/read/470683/6905794
h calcdb.h
#ifndef __DATABASE_H
#define __DATABASE_H
#include
#include
#include
#include "eclat.h"
#include "eqclass.h"
#define ITSZ sizeof(int)
#define DCBBUFSZ 2
www.eeworm.com/read/470755/6908036
c stm32f10x_systick.c
/******************** (C) COPYRIGHT 2008 STMicroelectronics ********************
* File Name : stm32f10x_systick.c
* Author : MCD Application Team
* Version : V2.0.2
www.eeworm.com/read/470102/6924668
h get_key.h
/*
*
* Copyright (c) Sigma Designs, Inc. 2003. All rights reserved.
*
*/
/**
@file get_key.c
@brief non-blocking character read from terminal
@author Christian Wolff
*/
#ifndef __GET_KEY_H_