代码搜索:Player 有哪些应用?
找到约 10,000 项符合「Player 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/103816/15719943
efg cent4.efg
EFG 2 R "Centipede game, 4 move" { "Player 1" "Player 2" }
""
p "" 1 1 "(1,1)" { "TAKE" "PASS" } 0
t "" 1 "Outcome 1" { 4/5, 1/5 }
p "" 2 1 "(2,1)" { "TAKE" "PASS" } 0
t "" 2 "Outcome 2" { 2/5, 8/5 }
www.eeworm.com/read/103816/15719967
efg e06.efg
EFG 2 R "Kreps Wilson (Econometrica, 85), Figure 11" { "Player 1" "Player 2" "Player 3" }
""
p "ROOT" 1 1 "(1,1)" { "A" "R" "L" } 0
t "" 1 "Outcome 1" { 1, 2, 2 }
p "" 2 1 "(2,1)" { "R" "L" } 0
p ""
www.eeworm.com/read/102981/15751469
java universe.java
/*
* Universe.java
*
* Copyright (C) 2000 Jason M. Hanley
* Released under the GNU General Public License (GPL)
* See license.txt for additional information.
*
* Created on July 30, 2000
www.eeworm.com/read/102981/15751505
java messageprocessor.java
/*
* MessageProcessor.java
*
* Copyright (C) 2000 Jason M. Hanley
* Released under the GNU General Public License (GPL)
* See license.txt for additional information.
*
* Created on July
www.eeworm.com/read/102891/15753111
h human.h
#include "Player.h"
class CHuman :public CPlayer{
public:
CHuman();
~CHuman();
void Get(int x,int y);
void Think(int state[][8]);
void Drop();
private:
int m_x,m_y;
};
www.eeworm.com/read/102372/15784900
cnt mplayer2.cnt
:Base mplayer2.hlp>main
:Title Microsoft Media Player
2 Learn about Media Player controls=IDH_Media_Player
1 Media Player Accessibility Topics
2 Media Player Accessibility topics=idh_accessible_to
www.eeworm.com/read/102027/15794439
c smb.c
/****************************************************************************
*Super Mario Bros. *
*Copyright 1985 Nintendo *
*Coded by: *
* William Merrill Buerger
www.eeworm.com/read/101916/15797796
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
www.eeworm.com/read/101916/15797807
java multimidiapplet.java
import javax.swing.*;
import java.awt.event.*;
import javax.sound.midi.*;
import java.awt.GridLayout;
import java.io.File;
public class MultiMidiApplet extends javax.swing.JApplet {
public
www.eeworm.com/read/101916/15797813
java midiapplet.java
import javax.swing.*;
import java.awt.event.*;
import javax.sound.midi.*;
import java.awt.GridLayout;
import java.io.File;
public class MidiApplet extends javax.swing.JApplet {
public void