代码搜索:ctrl

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

代码结果 10,000
www.eeworm.com/read/433645/7917110

c mcs51-项目开发经典.c

//================================================================================================= // 项目名:MCS51-项目开发经典 // 硬件文件名:51Studay.DDB // 程序组目录名:MCS51-项目开发经典 // 开始时间:2007年5月21日 // 完成时间:200
www.eeworm.com/read/398706/7927475

h pl3105.h

/*-------------------------------------------------------------------------- REG52.H Header file for generic 80C52 and 80C32 microcontroller. Copyright (c) 1988-1999 Keil Elektronik GmbH and Keil
www.eeworm.com/read/298850/7930627

c can_lib.c

//****************************************************************************** #include "common.h" #include "can_lib.h" #include "can_drv.h" //---------------------------------------------------
www.eeworm.com/read/198527/7931276

sa dma1.sa

; DMA .def _transfer _transfer .cproc cptr0, cptr1 .reg ctrl,
www.eeworm.com/read/398166/8001243

h clistctrlex.h

#ifndef CLIST_CTRL_EX_H #define CLIST_CTRL_EX_H #ifndef __AFXWIN_H__ #include #endif ///////////////////////////////////////////////////////////////////////////// // CListCtrlEx
www.eeworm.com/read/296465/8101813

c hp680_ts_input.c

#include #include #include #include #include #include #include #include #define
www.eeworm.com/read/395983/8138531

bat zfiv_cells.bat

@echo off ECHO 使用这个批处理文件来生成一个新的压缩文件。按下 CTRL-C 来取消,或 pause "C:\Program Files\Microsoft Visual Studio\VB98\Wizards\PDWizard\MAKECAB.EXE" /f "ZFIV_CELLS.DDF"
www.eeworm.com/read/247253/12670721

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/247251/12670845

h hmscanfs531ctl.h

#if !defined(AFX_HMSCANFS531CTL_H__A1F83AE0_0A35_486B_B047_218CA341423A__INCLUDED_) #define AFX_HMSCANFS531CTL_H__A1F83AE0_0A35_486B_B047_218CA341423A__INCLUDED_ #if _MSC_VER > 1000 #pragma once
www.eeworm.com/read/333380/12685128

c treeview.c

/* ** $Id: treeview.c,v 1.5 2003/06/06 10:10:47 weiym Exp $ ** ** treeview.c: The TreeView control demo program. ** ** Copyright (C) 2001 ~ 2002 Wei Yongming. ** Copyright (C) 2003 Feynman Software. *