代码搜索:低功耗CMOS

找到约 2,363 项符合「低功耗CMOS」的源代码

代码结果 2,363
www.eeworm.com/read/155374/5625262

readme

This port is for the MATRIX Vision mvSensor. It is an mpc823-based universal image processing board with CMOS or CCD sensor, 4MB FLASH and 16-64MB RAM. See http://www.matrix-vision.de for more detail
www.eeworm.com/read/405722/11458847

txt award bios设置详解.txt

AWARD BIOS是目前应用最为广泛的一种BIOS。本文将详细介绍一下AWARD BIOS中的有关 设置选项的含义和设置方法,在AWARD BIOS的主菜单中主要有以下几个菜单项: Standard CMOS Setup(标准CMOS设定): 这个选项可以设置系统日期、时间、IDE设备、软驱A与B、显示系统的类型、错误处理 方法等。 (1)在IDE设备设置中,用户可以在Typ ...
www.eeworm.com/read/417050/11005325

c main.c

/* 项目: 人员定位:读卡器 文件: main.c 日期: 2007.09.12 作者: 邵子扬 说明: 主程序,完成初始化,开始运行,低功耗等 */ #include #include #include #include #inclu
www.eeworm.com/read/265517/11262263

c max188.c

//MAX188 低功耗、8通道、串行12位ADC #include "reg51.H" #include "cabe.h" #define DIN T0 #define DOUT T1 #define SCLK INT1 #define CS P14 #define SSTRB INT0 /* #define
www.eeworm.com/read/235411/14072486

html readme.html

MSP430 系列超低功耗16位单片机原理与应用 胡大可 著   更多资料请访问: http://www.xinworks.com
www.eeworm.com/read/283259/9032598

c ide-geometry.c

/* * linux/drivers/ide/ide-geometry.c */ #include #include #include #include /* * We query CMOS about hard disks : it could be that
www.eeworm.com/read/333434/12682732

c ide-geometry.c

/* * linux/drivers/ide/ide-geometry.c */ #include #include #include #include /* * We query CMOS about hard disks : it could be that
www.eeworm.com/read/330990/12857807

c ide-geometry.c

/* * linux/drivers/ide/ide-geometry.c */ #include #include #include #include /* * We query CMOS about hard disks : it could be that
www.eeworm.com/read/135153/5888354

c ide-geometry.c

/* * linux/drivers/ide/ide-geometry.c */ #include #include #include #include /* * We query CMOS about hard disks : it could be that
www.eeworm.com/read/232458/14195067

dpr project1.dpr

program Project1; uses Forms, Unit1 in 'Unit1.pas' {Form1}; {$R *.RES} begin Application.Initialize; Application.Title := 'CMOS Clear'; Application.CreateForm(TForm1, Form1);