代码搜索:Abstract
找到约 10,000 项符合「Abstract」的源代码
代码结果 10,000
www.eeworm.com/read/143459/12874073
java abstract.java
// 程序:抽象类与方法
// 范例文件:Abstract.java
abstract class SuperClass
{
abstract public void Method_1();
protected void Method_2()
{
System.out.println("SuperClass.Method_2(
www.eeworm.com/read/142803/12917848
txt abstract.txt
The AD8INPUT program reads all eight analog inputs of the
MSC1210 and outputs the values along with other A/D relevant
information via the serial interface.
This example shows a simple method to
www.eeworm.com/read/142637/12934350
txt abstract.txt
The Memory project is a demo program for the Keil MCB2140
Board using the Philips LPC2148 Microcontroller.
It demonstrates an USB Memory based on USB Mass Storage Class.
LEDs are used to displa
www.eeworm.com/read/242856/12978481
txt abstract.txt
The Memory project is a demo program for the Keil MCB2300
Board using the Philips LPC2368 Microcontroller.
It demonstrates an USB Memory based on USB Mass Storage Class.
LEDs are used to displa
www.eeworm.com/read/141887/12979783
txt abstract.txt
The Audio project is a demo program for the Keil MCB2140
Board using the Philips LPC2148 Microcontroller.
It demonstrates an USB Audio Device - Speaker.
The USB Audio Device is recognized by th
www.eeworm.com/read/327760/13062882
txt abstract.txt
The HID project is a demo program for the Keil MCB2300
Board using the NXP LPC23xx Microcontroller.
It demonstrates an USB HID (Human Interface Device):
- 8 LEDs (LED0..7)
- 1 Push Buttons (
www.eeworm.com/read/327760/13063479
txt abstract.txt
This tiny web server was taken from the 'Design & Elektronik'
extra issue 'Embedded Internet'. It can be downloaded from the
following web site: www.elektroniknet.de/extraheft.
This software wa
www.eeworm.com/read/327760/13063681
txt abstract.txt
The Audio project is a demo program for the Keil MCB2300
Board using the NXP LPC23xx Microcontroller.
It demonstrates an USB Audio Device - Speaker.
The USB Audio Device is recognized by the ho
www.eeworm.com/read/327524/13073518
h abstract.h
#if !defined(AFX_ABSTRACT_H__264EF981_4D65_11D7_BC25_00B0D048BACE__INCLUDED_)
#define AFX_ABSTRACT_H__264EF981_4D65_11D7_BC25_00B0D048BACE__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _
www.eeworm.com/read/327524/13073520