代码搜索:Player 有哪些应用?
找到约 10,000 项符合「Player 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/121834/14735497
c 潜艇大轮船.c
#include "graphics.h"
#include "stdlib.h"
#include "dos.h"
#define L1 1000
#define L2 L1/2
#define L4 L1/4
#define A 523
#define S 587
#define D 659
#define F 698
#define G 784
#define H 88
www.eeworm.com/read/121697/14741671
txt as.txt
把程序分为两种,有趣的和无趣的,最近做了几个有趣的项目,其中一个,应当就算是摄像头拍照程序了。用于现场拍照,生成照片,主要用到Java Media Framework(JMF)。
首先到SUN下载最新的JMF,然后安装。http://java.sun.com/products/java-media/jmf/index.jsp
然后,说一下需求
1. 用摄像头拍照
www.eeworm.com/read/221024/14777590
html http:^^www.cs.utexas.edu^users^yufeng^mpeg^index.html
MIME-Version: 1.0
Server: CERN/3.0
Date: Monday, 06-Jan-97 22:57:31 GMT
Content-Type: text/html
Content-Length: 326
Last-Modified: Monday, 02-Dec-96 04:14:37 GMT
Mpeg
www.eeworm.com/read/120923/14783327
cpp abstractfactory.cpp
//: C11:AbstractFactory.cpp
// From "Thinking in C++, 2nd Edition, Volume 2"
// by Bruce Eckel & Chuck Allison, (c) 2001 MindView, Inc.
// Available at www.BruceEckel.com.
// A gaming environment
www.eeworm.com/read/120763/14789983
plg xing.plg
Build Log
--------------------Configuration: xing - Win32 NASM Debug--------------------
Command Lines
Creating temporary file "C:\WINDOWS.000\
www.eeworm.com/read/118823/14853593
java source.java
import javax.microedition.media.*;
import javax.microedition.media.control.*;
import java.io.*;
public class Source implements PlayerListener {
Player p;
VolumeControl volC;
Source(Strin
www.eeworm.com/read/219806/14863056
java mediaplayer.java
//程序所用到的各种程序包
import java.awt.BorderLayout;
import java.awt.CheckboxMenuItem;
import java.awt.Color;
import java.awt.Component;
import java.awt.Container;
import java.awt.FileDialog;
import jav
www.eeworm.com/read/219392/14882694
pas wavereg.pas
{------------------------------------------------------------------------------}
{ }
{ WaveReg - Component and property
www.eeworm.com/read/117822/14903414
java playmidi.java
import javax.swing.*;
import javax.sound.midi.*;
import java.awt.GridLayout;
import java.io.File;
public class PlayMidi extends JFrame {
PlayMidi(String song) {
super("Play M