代码搜索:Player 有哪些应用?
找到约 10,000 项符合「Player 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/224093/14605766
h score.h
#include "stdio.h"
#include
#include
#include
#define SIZE 5
typedef struct
{
char name[20]; /*Field of name */
int score; /*Filed of s
www.eeworm.com/read/224093/14605772
c readrec.c
#include "stdio.h"
ReadRecord()
{
FILE *fp;
player TmpS;
player Min;
Min.score=11;
/*打开纪录保持文件,如果不能以读方式打开,说明纪录不存在,则创建纪录,写入文件*/
if((fp=fopen("record","rb"))==NULL)
{
SetRecord();/
www.eeworm.com/read/224093/14605777
c reset.c
/*产生新记录*/
#include "stdio.h"
ResetRecord(int n)
{
int i,j;
int recnum=0;
int maxscore=0;
player r[5];
FILE *fp;
player Pro;
player TmpS;
getchar();
/*输入玩家姓名*/
printf("What is you name?");
www.eeworm.com/read/224093/14605780
c clear.c
/*清除排行榜*/
ClearSort()
{
player TmpS; /*定义进行操作时的临时结构体变量,用于存放系统默认记录*/
char DataFile[40] = "record";/*存放排行榜文件名record*/
FILE *fp;
strcpy(TmpS.name,"player");/*初始化系统默认记录的玩家姓名*/
www.eeworm.com/read/224093/14605785
c sort.c
/* sscore.c:按玩家成绩排序*/
#include "stdio.h"
void SortByScore()
{
int i,j,k;
player TmpS; /*定义进行操作时的临时结构体变量*/
player s[SIZE];/*SIZE,在score.h头文件中定义的常量,值为100 */
int recNumber = 0
www.eeworm.com/read/224093/14605786
c sname.c
/* sscore.c:按游戏成绩排序*/
#include "stdio.h"
void SortByName()
{
int i,j,k;
player TmpS; /*定义进行操作时的临时结构体变量*/
player s[SIZE];/*SIZE,在score.h头文件中定义的常量,值为5 */
int recNumber = 0;
www.eeworm.com/read/123697/14616123
c p_spec.c
//**************************************************************************
//**
//** p_spec.c : Heretic 2 : Raven Software, Corp.
//**
//** $RCSfile: p_spec.c,v $
//** $Revision: 1.67 $
//** $Date:
www.eeworm.com/read/123697/14616165
wl wadlink.wl
; WAD NAME
$WADNAME HEXEN
; VERSION ID
\data\xxtic.lmp
; STARTUP SCREEN
\art\startup\startup.lmp
; PALETTES AND COLOR MAPS
\art\palette\playpal.lmp
\art\pale
www.eeworm.com/read/223822/14616474
htm c语言编的仿linux下ktron的街机游戏,对以前发的有点小修改_c语言游戏编程_c游戏编程_c语言_c 语言之家.htm
www.eeworm.com/read/223321/14646049
control
Source: sinek
Section: graphics
Priority: optional
Maintainer: Andres Salomon
Build-Depends: debhelper (>> 3.0.0), libxine-dev (>= 0.9.10), libgtk2.0-dev, docbook-to-man
S