代码搜索:CMOS芯片
找到约 8,079 项符合「CMOS芯片」的源代码
代码结果 8,079
www.eeworm.com/read/100537/15872564
clw cmos.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CCMOSDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "CMOS.h"
www.eeworm.com/read/100537/15872565
h cmos.h
// CMOS.h : main header file for the CMOS application
//
#if !defined(AFX_CMOS_H__A2E8587E_5DB7_4DE6_8750_52C118345FD2__INCLUDED_)
#define AFX_CMOS_H__A2E8587E_5DB7_4DE6_8750_52C118345FD2__INCLUD
www.eeworm.com/read/100537/15872566
dsw cmos.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/100537/15872567
cpp _cmos.cpp
// _____________________________________
// | |
// | 文件描述 |
// ___________|_________________________
www.eeworm.com/read/100537/15872570
h _cmos.h
#ifndef _CMOS_H
#define _CMOS_H
extern void Clear(void);
extern unsigned int GetPortData(void);
extern int Decode(unsigned int SourceCode, unsigned char *Password);
#endif
www.eeworm.com/read/100537/15872571
dsp cmos.dsp
# Microsoft Developer Studio Project File - Name="CMOS" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Appl
www.eeworm.com/read/100537/15872573
exe cmos.exe
www.eeworm.com/read/100537/15872577
plg cmos.plg
Build Log
--------------------Configuration: CMOS - Win32 Release--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /fo"
www.eeworm.com/read/100167/15881709
exe cmos.exe
www.eeworm.com/read/100167/15881710
c cmos.c
#include
#include
#include
#include
#define CMOS_ADDR 0x70
#define CMOS_DATA 0x71
unsigned char buf[128];
void ReadCMOS(void)
{
register int i;