代码搜索:ctrl
找到约 10,000 项符合「ctrl」的源代码
代码结果 10,000
www.eeworm.com/read/267189/11190714
asm psp.asm
程序段前缀 PSP 的结构
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ 段内偏移地址 字节数 分 配 情 况 ┃
┃ PSP+00~01H 2 INT 20H指令
www.eeworm.com/read/411342/11248407
c serial.c
/*****************************************************************************/
/* SERIAL.C: 应用RTX-51 tiny的串行口中断控制器 */
/*****************************************************************
www.eeworm.com/read/335355/12538257
c pam_radius_session.c
/* pam_radius_session module */
/*
* Written by Cristian Gafton 1997/07/23
* See the end of the file for Copyright Information
*/
#include
#include
www.eeworm.com/read/334090/12639226
h vspi.h
/*
===============================================================================
TEXAS INSTRUMENTS INCORPORATED PROPRIETARY INFORMATION
www.eeworm.com/read/334090/12640532
c triton_voice_loop.c
#include "tritonsys_voice_loop_back_a9.h"
#include "mcsi2.h"
#include "dmareq_mapping.h"
#include "Gdma.h"
#include "tritonsys_recorder_voice_a9.h"
#include "mcbsp1.h"
//#include "RealSin1_1k.h"
www.eeworm.com/read/334041/12646274
h _tvp51xx.h
/*
* Copyright 2003 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
www.eeworm.com/read/334040/12646423
h _tvp51xx.h
/*
* Copyright 2003 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
www.eeworm.com/read/300539/13906844
txt tc.txt
程序清单如下:(win2000+VC6.0)
/*******************************************************************
利用ADO访问MS SQL2000
要求: 【1】输出stu_info表内的每一条记录
【2】添加一条新记录
【3】删除名字为"本拉登"的记录
*/
#import "c:
www.eeworm.com/read/135342/13938551
asm fiq.asm
.INCLUDE a2000.inc;
.INCLUDE hardware.inc
.PUBLIC _FIQ,_IRQ3, _IRQ5, _IRQ6
.external _TimeCount; // 触发计时
.external Per500msSet //2Hz中断,每次500ms时钟
.external _TimeChangeCount
www.eeworm.com/read/134519/13985407
c subclass.c
/*
** $Id: subclass.c,v 1.5 2003/06/06 10:10:47 weiym Exp $
**
** subclass.c:
** This program demostrates the technology of sub-class in MiniGUI
**
** Copyright (C) 2001 ~ 2002 Wei Yongming.
** Copyr