代码搜索结果

找到约 1,762 项符合 Speaker 的代码

recvcd.py

# Receive UDP packets from sendcd.py and play them on the speaker or # audio jack. import al, AL from socket import * from cd import DATASIZE PORT = 50505 # Must match the port in sendcd.py def

timer1_1.c

// Program TIMER1_1.C // // Illustrates the use of Timer 1 with the external 32.768 kHz crystal T1OSC0 // and T1OSC1. // // Each second, briefly blips the speaker and displays the elapsed time in

timer3_1.c

// Program TIMER3_1.C // // Illustrates the use of Timer 3 with the external 32.768 kHz crystal T1OSC0 // and T1OSC1. // // Each second, briefly blips the speaker and displays the elapsed time in

timer1_1.c

// Program TIMER1_1.C // // Illustrates the use of Timer 1 with the external 32.768 kHz crystal T1OSC0 // and T1OSC1. // // Each second, briefly blips the speaker and displays the elapsed time in

5-1344msg1.txt

Subject: re : 5 . 1333 native speaker intuition may i add my quantum of intuitive ( non-syntactician 's , nay non-linguist 's ) datum to this discussion : ) deat : sun , 20 nov 1994 12 : 41 : 23 gmt

5-1344msg1.txt

Subject: re : 5 . 1333 native speaker intuition may i add my quantum of intuitive ( non-syntactician 's , nay non-linguist 's ) datum to this discussion : ) deat : sun , 20 nov 1994 12 : 41 : 23 gmt

usbspeakerlib.h

/* usbSpeakerLib.h - Definitions for USB speaker class driver */ /* Copyright 2000 Wind River Systems, Inc. */ /* Modification history -------------------- 01e,18sep01,wef merge from wrs.tor2_0.usb

usbspeakerlib.h

/* usbSpeakerLib.h - Definitions for USB speaker class driver */ /* Copyright 2000 Wind River Systems, Inc. */ /* Modification history -------------------- 01e,18sep01,wef merge from wrs.tor2_0.usb

usbspeakerlib.h

/* usbSpeakerLib.h - Definitions for USB speaker class driver */ /* Copyright 2000 Wind River Systems, Inc. */ /* Modification history -------------------- 01e,18sep01,wef merge from wrs.tor2_0.usb

pcspeakerfinder.java

package org.jnode.driver.sound.speaker.pc; import org.jnode.driver.Bus; import org.jnode.driver.DeviceException; import org.jnode.driver.DeviceFinder; import org.jnode.driver.DeviceManager; imp