代码搜索:如何学习 Player?
找到约 10,000 项符合「如何学习 Player?」的源代码
代码结果 10,000
www.eeworm.com/read/251189/12358520
pas adknpcmachine.pas
unit ADKNpcMachine;
{
projet ADK-ISO (c)2002-2003 Paul TOTH
http://www.web-synergy.net/naug-land/
}
interface
uses
Windows,Classes,ADKWalkers,ADKMaps;
type
www.eeworm.com/read/337165/12386986
txt 程序说明.txt
1.安装 JMF2.1windows 板,在classpath中包含:jmf.jar和sound.jar;在path中需要包含jmf
动态库的路径。
2.在调式jmf程序时遇到的问题:EXception in thread "VFM Request Thread" no jmvfw in
java library path; 解决方法:复制jmvfw.dll和jmvcm.dll从windo
www.eeworm.com/read/148939/12412671
cpp gameworld.cpp
#include "stdafx.h"
// 常数定义
const int GameWorld::Width=640;
const int GameWorld::Height=480;
const int GameWorld::MsPerFrame=20;
const double GameWorld::PI=3.1415926535897932;
// 构造函数
GameW
www.eeworm.com/read/336365/12448308
java avmanager.java
package com.ejoy;
import javax.microedition.lcdui.Alert;
import javax.microedition.lcdui.AlertType;
import javax.microedition.media.Manager;
import javax.microedition.media.MediaException;
impo
www.eeworm.com/read/132281/14102335
c smb.c
/****************************************************************************
*Super Mario Bros. *
*Copyright 1985 Nintendo *
*Coded by: *
* William Merrill Buerger
www.eeworm.com/read/132141/14107986
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/131987/14117474
txt 播放说明.txt
首先运行TSCC.exe安装一个Windows Media Player的插件,
然后双击zimo3.avi就可以开始播放了。
www.eeworm.com/read/130884/14170386
rc honey1_3_private.rc
// THIS FILE WILL BE OVERWRITTEN BY DEV-C++!
// DO NOT EDIT!
#include // include for version info constants
A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "honey1_3.ico"
//
// TO
www.eeworm.com/read/130884/14170421
cpp main.cpp
#include "TSixMinePlayer.cpp"
int main(int argc, char *argv[])
{
TSixMinePlayer player;
if( player.run() )
return 0;
else
return 1;
}
www.eeworm.com/read/130884/14170423
dev honey1_3.dev
[Project]
FileName=honey1_3.dev
Name=honey1.3
UnitCount=1
Type=1
Ver=1
ObjFiles=
Includes=
Libs=
PrivateResource=honey1_3_private.rc
ResourceIncludes=
MakeIncludes=
Compiler=
Linker=
IsC