代码搜索结果
找到约 10,000 项符合
C 的代码
hardware.inc
//========================================================================================
// Progarm: The file be included by modules
// Arranged by: Andy Hsu
// Date: 2000/06/23: first version
i2c_main.lst
C51 COMPILER V7.50 I2C_MAIN 07/01/2005 19:42:51 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE I2C_MAIN
OBJECT MODULE PLACED I
complex-test.cpp
#include "complex.h"
#include
int main() {
using namespace std;
Complex c1(3.4, 5.6);
Complex c2(7.8, 1.2);
cout
i2c连线.txt
1,无须连线。直接观察RAM。
2,读回来的数据存储在I2C_DATA中,如果与I2C_DATA_BACK中数据一致,则读写I2C成功。
eeprom.lst
C51 COMPILER V7.20 EEPROM 02/20/2006 10:14:06 PAGE 1
C51 COMPILER V7.20, COMPILATION OF MODULE EEPROM
OBJECT MODULE PLACED IN
eeprom.c
#ifndef _EEPROM_C_
#define _EEPROM_C_
#include "api.h"
#if _LCD_MENU_
/*E2PROM的读写操作*/
void _delay(void)
{
_nop_();_nop_();
}
void E2PROM_Delay()
{
BYTE delaytime;
for(delayt
hardware.inc
//========================================================================================
// Progarm: The file be included by modules
// Arranged by: Andy Hsu
// Date: 2000/06/23: first version
mipsregs.h
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 1994
hardware.inc
//========================================================================================
// Progarm: The file be included by modules
// Arranged by: Andy Hsu
// Date: 2000/06/23: first version
hardware.inc
//========================================================================================
// Progarm: The file be included by modules
// Arranged by: Andy Hsu
// Date: 2000/06/23: first version