登录
首页 » DOS » final

final

于 2013-10-27 发布 文件大小:76KB
0 294
下载积分: 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 个回复

  • WindowsGame2
    一個簡單得搶旗子遊戲用上下左右移動WINDOWS GAME(Grab a simple flag games to move up and down)
    2012-10-26 22:11:24下载
    积分:1
  • shuziyouxi
     在数独高手的规则是要将9个数字填入一个9个小九宫格组成的9×9格子里。使得每一行,每一列和每个小九宫格里都有1-9的数字,并且每个数字在它所在的行、列以及每个小九宫格里面都只出现唯一一次。(Sudoku expert in the rules is to fill a 9 digit composed of nine small squares 9 × 9 grid yard. So that each row, each column and each have 1-9 small squares in the figures, and each figure in its row, column, and each small squares appear only inside the only time.)
    2013-11-13 13:54:04下载
    积分:1
  • TETRIS
    此文档为visual c++平台实现俄罗斯方块的部分参考代码。已经通过调试通过。(This document is visual c++ platform Tetris part reference code. Has passed through debugging.)
    2013-10-23 21:46:26下载
    积分: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
  • 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
  • 4576585477
    台球瞄准器,游戏编程源码,很好的参考资料。(Billiards sight, game programming source code, a good reference.)
    2013-10-08 19:29:14下载
    积分:1
  • SNAKE
    说明:  自己编写的游蛇游戏,代码很简单,希望对编程初学者有帮助。(I have written snake game, the code is very simple, I hope to help beginners in programming.)
    2011-02-24 17:44:27下载
    积分:1
  • Eros
    用c语言编写的俄罗斯方块游戏源码,控制台下的模拟(Tetris source code written in c language, simulation of the console )
    2013-05-02 20:00:56下载
    积分:1
  • 魔兽世界模型观察器 wowmodelview-0.48e
    魔兽世界模型观察器 魔兽世界模型察看器4.8e(含源码) [9M](World of Warcraft World of Warcraft model viewer Model View browser 4.8e (with source) [9M])
    2020-06-26 03:00:02下载
    积分:1
  • Tetris-GAME
    俄罗斯方块小游戏,使用matlab编程,内有画面截图。(Tetris game, using MATLAB programming, there are screenshots.)
    2015-03-30 16:41:36下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载