代码搜索:低功耗CMOS

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

代码结果 2,363
www.eeworm.com/read/167161/9979350

c dosback.c

#include "dofat.c" #include //#include #include #include //#include //char showfile[256]; //char *MBRF = "C:\\MYPROG.MBR"; char mp[512];
www.eeworm.com/read/273222/10922498

cpp cmossav.cpp

#include "stdio.h" #include "dos.h" void main(int argc,char **argv) { char cmos[128]; FILE *fp; int i; unsigned char dat; if (argc
www.eeworm.com/read/143546/12866291

cpp key.cpp

#include #include #include #include int main() { unsigned int i,cmos=0; FILE *fp; for(i=0x10;i
www.eeworm.com/read/136786/5863741

c time.c

/* * linux/arch/i386/kernel/time.c * * Copyright (C) 1991, 1992, 1995 Linus Torvalds * * This file contains the PC-specific time handling details: * reading the RTC at bootup, etc.. * 1994-0
www.eeworm.com/read/110034/6168285

c time.c

/* * linux/arch/i386/kernel/time.c * * Copyright (C) 1991, 1992, 1995 Linus Torvalds * * This file contains the PC-specific time handling details: * reading the RTC at bootup, etc.. * 1994-0
www.eeworm.com/read/102935/6226871

c time.c

/* * linux/arch/i386/kernel/time.c * * Copyright (C) 1991, 1992, 1995 Linus Torvalds * * This file contains the PC-specific time handling details: * reading the RTC at bootup, etc.. * 1994-0
www.eeworm.com/read/161121/5557347

c time.c

/* * linux/arch/i386/kernel/time.c * * Copyright (C) 1991, 1992, 1995 Linus Torvalds * * This file contains the PC-specific time handling details: * reading the RTC at bootup, etc.. * 1994-0
www.eeworm.com/read/416222/11037735

c image_sensor.c

/***************************************************************************** * Copyright Statement: * -------------------- * This software is protected by Copyright and the information contain
www.eeworm.com/read/152092/5676010

c rtc_toggle_fifo.c

/* RTC_TOGGLEFIFO uses real time clock to generate an interrupt and toggles parallel port on each irq and puts timing information into fifo Originally by Michael "FZ" Baraban(c) 1997
www.eeworm.com/read/152092/5676011

c rtc_toggle.c

/* RTC_TOGGLE uses real time clock to generate an interrupt and toggles parallel port on each irq Originally by Michael "FZ" Barabanov(c) 1997, Released under the GPL. Modified by Vi