代码搜索:abstract
找到约 10,000 项符合「abstract」的源代码
代码结果 10,000
www.eeworm.com/read/101082/6243663
abstract
Here it is, on the fly.....
SENDMAIL -- An Internetwork Mail Router
Routing mail through a heterogenous internet presents many new
problems. Among the worst of these is that of address mapping.
Hi
www.eeworm.com/read/124661/14555168
abstract
ALCKEY: Uses ALC Values to Filter Input
ALCKEY is a Microsoft(R) Windows(TM) for Pen Computing
program that shows how to use ALC values to specify how an
hedit (or bedit) control will filter its
www.eeworm.com/read/247212/4483928
abstract
#!/bin/sh
ADDR=inet:`uname -n`:12456
# run Server
./server -ORBIIOPAddr $ADDR &
server_pid=$!
sleep 1
trap "kill $server_pid" 0
# run client
./client -ORBBindAddr $ADDR
www.eeworm.com/read/420998/2057565
abstract
#!/bin/sh
ADDR=inet:`uname -n`:12456
# run Server
./server -ORBIIOPAddr $ADDR &
server_pid=$!
sleep 1
trap "kill $server_pid" 0
# run client
./client -ORBBindAddr $ADDR
www.eeworm.com/read/416830/2106256
abstract
#!/bin/sh
ADDR=inet:`uname -n`:12456
# run Server
./server -ORBIIOPAddr $ADDR &
server_pid=$!
sleep 1
trap "kill $server_pid" 0
# run client
./client -ORBBindAddr $ADDR
www.eeworm.com/read/100304/15877410
abstract
VFIntD: A VxD that Captures Floppy Disk Interrupts
Revised: February 1993
VFIntD, the virtual floppy interrupt device, is a VxD that
shows how to handle the virtualization of a particular
int
www.eeworm.com/read/291930/8387394
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/391001/8428640
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/390998/8428692
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/390996/8428762
txt abstract.txt
First tests for UVC
-------------------
Configuration is based on 'USB Device Class Definition for Video Devices: Video Device Examples'
- XP supports only UVC1.0 (USBVerify.exe, UVCView.x86.exe)