代码搜索:inter
找到约 5,354 项符合「inter」的源代码
代码结果 5,354
www.eeworm.com/read/347754/11638077
h inter.h
/*****************************************************************************
*
* T264 AVC CODEC
*
* Copyright(C) 2004-2005 llcc
* 2004-2005 visionany
www.eeworm.com/read/347754/11638104
c inter.c
/*****************************************************************************
*
* T264 AVC CODEC
*
* Copyright(C) 2004-2005 llcc
* 2004-2005 visionany
www.eeworm.com/read/259944/11755306
java inter.java
interface A{
int a = 1;
void showa();
}
interface B{
int b = 2;
void showb();
}
interface C extends A, B{
int c = 3;
void showc();
}
www.eeworm.com/read/340085/12182685
c inter.c
/*
* inter.c -- A slave variant that uses inter_module functions
*
* Copyright (C) 2001 Alessandro Rubini and Jonathan Corbet
* Copyright (C) 2001 O'Reilly & Associates
*
* The source code in th
www.eeworm.com/read/339204/12252343
c inter.c
#define inter_c
#include "main.h"
void extern0_ISR() interrupt 0{nop();nop();nop();nop();}/* not used */
void timer0_ISR() interrupt 1{nop();nop();nop();nop();}/* not used */
void timer1_ISR() i
www.eeworm.com/read/339204/12252351
obj inter.obj
www.eeworm.com/read/339204/12252393
lst inter.lst
C51 COMPILER V7.50 INTER 07/18/2008 09:56:24 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE INTER
OBJECT MODULE PLACED IN i
www.eeworm.com/read/150345/12297563
h inter.h
#ifndef _INTERRUPT_H_
#define _INTERRUPT_H_
#define TIMER1 0xF0BE
extern volatile uint8_t flag0;
// define bit of flag0
#define FLAG0_T0 0 // T0中断已经产生, bit0
//#define FLAG0_
www.eeworm.com/read/150345/12297565
c inter.c
#include
#include
#include
#include
#include
#include
#include "main.h"
#include "init.h"
#include "inter.h
www.eeworm.com/read/130445/14193818
c inter.c
/*
* inter.c -- A slave variant that uses inter_module functions
*
* Copyright (C) 2001 Alessandro Rubini and Jonathan Corbet
* Copyright (C) 2001 O'Reilly & Associates
*
* The source code in th