代码搜索:Player 有哪些应用?
找到约 10,000 项符合「Player 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/158612/11599459
ini asvpc.ini
[ASVToolInfo]
CommandCount=2
[Command1]
MenuString=创建放映机...(&R)
Options=251
[Command2]
MenuString=压缩/解压缩...(&C)
Options=251
[Player1]
path=p3080.dat
name=Flash 3 Player (3.0.80) 144KB
www.eeworm.com/read/158612/11599490
ini asvpc2.ini
[ASVToolInfo]
CommandCount=2
[Command1]
MenuString=C&reate Projector...
Options=251
[Command2]
MenuString=&Compress/Uncompress...
Options=251
[Player1]
path=p3080.dat
name=Flash 3 Play
www.eeworm.com/read/261763/11625075
java soundeffects.java
import javax.microedition.media.*;
import java.io.*;
class SoundEffects
{
private static SoundEffects instance;
private Player blastSoundPlayer;
private SoundEffects()
{
www.eeworm.com/read/347853/11631430
pro ch05ex03.pro
/*
Turbo Prolog 2.0 Chapter 5, Example Program 3
Copyright (c) 1986, 88 by Borland International, Inc
*/
domains
child = symbol
age = integer
predicates
playe
www.eeworm.com/read/347845/11633026
txt @psc_readme_68517_1.txt
Title: Advanced FLV Player
Description: This is a complete FLV Player
Features:
-Support Drag'n'Drop
-The player is sizeable
-Support of Full screen
-Integration with FLV files.
This file came from
www.eeworm.com/read/261038/11668180
-
使用必读及常见问题
1.用什么格式
2. 录制一个屏幕录像最最简单的方法
3.此软件一分钟录制出来的文件有多大?
4.录制时候总是遇到“帧数设置太大,已停止录制”提示怎么办?
5.硬盘空间不是很大,但又想长时间录像怎么办?
6.怎样让制作的AVI比较小?
7.为什么录制的录像没有声音?
8.怎样录制电脑中播放的声音
9.为什么有播放器(如豪杰音频解霸)在播放音乐,录像时便首先 ...
www.eeworm.com/read/157453/11704586
cpp winner.cpp
// test winner tree class
#include
#include
#include "winner.h"
#include "winnode.h"
int winner(WinNode a[], int b, int c)
{// For a min winner tree.
if (a[b].key
www.eeworm.com/read/260005/11752398
java gamesearch.java
import java.util.*;
public abstract class GameSearch {
public static final boolean DEBUG = false;
/*
* Note: the abstract Position also needs to be
* subclassed to w