代码搜索:Abstract
找到约 10,000 项符合「Abstract」的源代码
代码结果 10,000
www.eeworm.com/read/468886/6981247
class abstract.class
www.eeworm.com/read/468886/6981250
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/467897/7003390
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/466461/7035372
txt abstract.txt
The Blinky project is a simple program for the LPC2378
using Keil 'MCB2300' Evaluation Board and demonstrating
interrupt functionality.
Example functionality:
www.eeworm.com/read/466463/7035392
txt abstract.txt
The Memory project is a demo program for the Keil MCB2300
Board using the Philips LPC23xx Microcontroller.
It demonstrates an USB Memory based on USB Mass Storage Class.
LEDs are used to displa
www.eeworm.com/read/466463/7035414
txt abstract.txt
The Blinky project is a simple program for the LPC2378
using Keil 'MCB2300' Evaluation Board and demonstrating
interrupt functionality.
Example functionality:
www.eeworm.com/read/465982/7042668
txt abstract.txt
Timer 1 Example Program
=======================
This example program shows how to configure timer/counter 1 as an
8-bit timer. An interrupt service routine (ISR) is invoked each
time the timer
www.eeworm.com/read/388659/7076409
txt abstract.txt
C16x PEC Program Example
========================
The following example program shows how to program PEC channel 0
for data transfers to the serial port transmit buffer. It transmits
the string
www.eeworm.com/read/356466/7085522
txt abstract.txt
The Hello project is a very simple program that prints
"Hello World" to the serial port and toggles LED
on the Samsung S3C44B0X using the S3C44001 Board.
The example shows:
- how to setup the M
www.eeworm.com/read/415936/7116330