代码搜索:Player 有哪些应用?
找到约 10,000 项符合「Player 有哪些应用?」的源代码
代码结果 10,000
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
www.eeworm.com/read/232989/14174615
frm form1.frm
VERSION 5.00
Object = "{C552EA90-6FBB-11D5-A9C1-00104BB6FC1C}#1.0#0"; "MapControl.ocx"
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "comdlg32.ocx"
Begin VB.Form Form1
Caption
www.eeworm.com/read/130750/14175682
txt 使用说明.txt
╭══════════════════════════════════════════╮
║ 中国教程下载站(170软件园) ║
║
www.eeworm.com/read/130749/14175714
txt 使用说明.txt
╭══════════════════════════════════════════╮
║ 中国教程下载站(170软件园) ║
║
www.eeworm.com/read/130376/14196345
cs levelgui.cs
using System;
using System.Drawing;
namespace Pocket1945
{
///
/// This class is the level graphical user interface. The class
/// gives the user information about current score,
www.eeworm.com/read/130247/14200104
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