代码搜索:ctrl

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

代码结果 10,000
www.eeworm.com/read/342724/12004677

vhd lcd_controller.vhd

---------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 22:59:20 07/08/2007 -- Design Name: -- Module Name: LCD_Contro
www.eeworm.com/read/256352/12005194

c idereset.c

#ifndef _IDEIO_DEFINE #include "IDEIO.c" #endif BYTE IDEReset(BYTE bRestMode); BYTE IDEReset(BYTE bRestMode) { register WORD i; register BYTE status; if (bRestMode==IDE_RESET_HARDWARE)
www.eeworm.com/read/153742/12009386

txt readme.txt

程序文件说明 prg1_1.c : 简单的网络编程实例。该实例是一个客户端程序,它首先连接到一个标准时 间服务器上,从服务器读取当前时间,然后显示时间。 prg4_1.c : TCP服务器。该程序等待客户的连接,一旦连接,则显示客户IP地址,并 发信息回客户。 prg4_2.c : TCP客户机。该 ...
www.eeworm.com/read/341639/12074875

txt readme.txt

//--------------------------------------------------------------------------- //--------------------------------------------------------------------------- //作者 :黎富平 //网上呢称:聪聪 //Home Page :htt
www.eeworm.com/read/341639/12074898

txt readme.txt

//--------------------------------------------------------------------------- //--------------------------------------------------------------------------- //作者 :黎富平 //网上呢称:聪聪 //Home Page :htt
www.eeworm.com/read/152711/12090963

c listview.c

/* ** $Id: listview.c,v 1.4 2003/11/23 13:14:43 weiym Exp $ ** ** listview.c: Sample program for MiniGUI Programming Guide ** Usage of LISTVIEW control. ** ** Copyright (C) 2003 Feynman Software.
www.eeworm.com/read/152604/12099399

c flash.c

/*******************************************************************/ /*定义CHIP_6201,声明采用TMS320C6201 DSP芯片*/ /*程序宏定义,定义AM29LV040映射的首地址FLASH_ADDRS.数据存放的地址INT_MEM*/ /*编程字节的长度LENGTH*/ /*函数返回值定义 TRUE、F
www.eeworm.com/read/152602/12099476

c mvp_dma.c

/* * File: MVPdma.c * * Author: Elliot Hill * * Description: This file contains all of the functions used * for DMA control within the Mobile Videophone (MVP) * thesis project in the University
www.eeworm.com/read/152325/12121574

searchresults longsi~1.searchresults

---- setmute Matches (7 in 5 files) ---- Lcd_func.c (code):void SetMute(bit val) Lcd_main.c (code): SetMute(0); Lcd_main.c (code):// SetMute(1);//val = 1 open sound ,
www.eeworm.com/read/254590/12128726

h dac5618.h

#ifndef __DAC5618_H__ #define __DAC5618_H__ // write your header here extern void Init_AGC_IO_Port(); extern void Ctrl_TLV5618(unsigned int); extern void delay(unsigned int); #endif