登录
首页 » DOS » final

final

于 2013-10-27 发布 文件大小:76KB
0 312
下载积分: 1 下载次数: 2

代码说明:

  用TC写的撞球游戏,有保存功能,排行榜功能和单双人模式,dos下运行(TC wrote billiard games, save function, ranking function and single and double player mode, dos run)

文件列表:

final
.....\bmp.C,4643,2013-10-21
.....\bmp.h,255,2013-10-13
.....\bound.c,1783,2013-10-21
.....\bound.h,119,2013-10-21

.....\byebye.C,6865,2013-10-23
.....\byebye.h,61,2013-10-19
.....\chinese.c,2654,2013-10-12
.....\chinese.h,226,2013-10-12
.....\drawball.c,967,2013-10-20
.....\drawball.h,113,2013-10-18
.....\drawpow.C,527,2013-10-21
.....\drawpow.h,81,2013-10-19
.....\drawtable.c,3351,2013-10-22
.....\drawtable.h,71,2013-10-20
.....\edge.c,569,2013-10-20
.....\edge.h,104,2013-10-20
.....\getkey.c,96,2013-10-18
.....\getkey.h,68,2013-10-18
.....\gmode1.c,505,2013-10-22
.....\gmode1.h,159,2013-10-22
.....\gmode2.c,575,2013-10-22
.....\gmode2.h,166,2013-10-22
.....\go.c,508,2013-10-21
.....\go.h,119,2013-10-19
.....\handle.c,611,2013-10-22
.....\handle.h,164,2013-10-22
.....\illustrate.c,3913,2013-10-20
.....\illustrate.h,78,2013-10-19
.....\keycon.c,2092,2013-10-21
.....\keycon.h,128,2013-10-21
.....\MAIN.C,2080,2013-10-23
.....\MENU.C,5138,2013-10-23
.....\menu.h,648,2013-10-22
.....\mouse.c,1963,2013-10-21
.....\mouse.h,265,2013-10-18
.....\pzing.c,3049,2013-10-21
.....\pzing.h,120,2013-10-20
.....\reflect.c,703,2013-10-21
.....\reflect.h,94,2013-10-20
.....\re_ctrl.c,3216,2013-10-22
.....\re_ctrl.h,145,2013-10-21
.....\welcome.c,3926,2013-10-21
.....\welcome.h,144,2013-10-13
.....\while.c,454,2013-10-21
.....\while.h,140,2013-10-20
.....\ZS.DSK,4792,2013-10-23
.....\ZS.PRJ,9457,2013-10-23

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • MazeGeneration
    reflex game developed in Java. Creates mazes
    2017-11-16 00:08:11下载
    积分:1
  • VBrolemove
    VB精灵操作方法通过方向键控制人物角色移动,VB原代码演示(VB rgp role move VB rgp role move VB rgp role move )
    2011-06-18 14:53:41下载
    积分:1
  • erubox.txt.tar
    Ubuntu系统下编译运行的俄罗斯方块源代码(ubuntu system complie source code)
    2014-02-26 15:00:56下载
    积分:1
  • eluosifangkuai
    VC俄罗斯方块源代码,很好玩的哦,这可是我辛苦找来的(Tetris VC source code, very good Oh, this is my hard to find)
    2012-04-05 15:00:18下载
    积分:1
  • SuperMario
    自己编写的java版本的类超级玛丽游戏,内含两个关卡,并保证所有的元素尽可能出现一次;源代码的注释比较详细(I have written the java version of class Super Mario game, containing the two checkpoints, and to ensure that all the elements as much as possible once source code comment in more detail)
    2012-07-08 16:46:12下载
    积分:1
  • 2
    Background Given a set of rectangles {R1, R2, …, Rn}, compute the area of their common intersection. i.e., Area(R1∩R2∩…∩Rn) The edges of the rectangles R1, R2, …, Rn, are either vertical or horizontal lines. For example, the intersection of 4 rectangles, R1, R2, R3, and R4, in the following figure is the shaded rectangle. Input The input contains (N + 1) lines. The first line specifies the number of rectangles N, where 1 < N < 1000. Since the sides of the rectangles are parallel to the x-axis and y-axis, each rectangle is bounded by the lines x = x1, x = x2, y = y1 and y = y2 and each subsequent line of the input file thus specifies one rectangle in the following format: x1 x2 y1 y2 such that 0 <= x1 < x2 <= 10000 and 0 <= y1 < y2 <= 10000, and x1, x2, y1 and y2 are integers. Output The output file contains the area of the intersection of all the rectangles.
    2013-11-15 02:58:38下载
    积分:1
  • LinkWnd
    水晶连连看的游戏,你一定不陌生吗?可是你想过自己来编出这个游戏吗?如果你没有,那你就要看看这个源代码了,本源代码,完全实现了水晶连连看,就是水晶连连看的源代码!在一定程度上比水晶连连看原版还好!(Crystal Lianliankan game, you certainly no stranger to it? But you thought of themselves made out of the game? If you do not, you will have to see the source code, and source code, the full realization of the crystal Lianliankan is Crystal Lianliankan source code! to some extent better than the original crystal Lianliankan!)
    2007-08-02 15:17:28下载
    积分:1
  • GreedySnake
    用VC编写的贪吃蛇游戏。界面很好,没怎么调用API或者使用MFC主要是借用第三方graphics库(tanchisheyouxi,henhaowan,xiazaixiakaikankan )
    2012-05-12 23:56:50下载
    积分:1
  • AdvInAbatSrc
    说明:  这是一个简单的2d图形动画,是用VC编的,适合初学者参考。(This is a simple 2d graphics animation, VC series is the reference for beginners.)
    2006-01-31 17:44:04下载
    积分:1
  • zutt
    自己上学时一个小组一起编的一个推箱子的游戏,基本上具备了所有的游戏元素了,很不错,哈哈(zutt game,enjoy)
    2009-05-07 00:55:58下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载