CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - CS游戏

搜索资源列表

  1. JAVA

    0下载:
  2. JAVA简单源程序,介绍了CS的游戏,希望和大家一起讨论,共同进步-JAVA simple source program, this paper introduces the CS games, hoped and everybody heads together and make progress together
  3. 所属分类:assembly language

    • 发布日期:2017-11-21
    • 文件大小:2102
    • 提供者:刘双
  1. CScode

    0下载:
  2. 一个源码模拟CS的第一人称射击游戏,此源码可帮助初学者了解射击游戏编程-A source analog CS first person shooter, this source can help beginners understand shooting game programming
  3. 所属分类:Hook api

    • 发布日期:2017-11-06
    • 文件大小:31232116
    • 提供者:liwancheng
  1. test_2

    0下载:
  2. 2、猜数游戏(cs.c) 功能要求:计算机产生随机数,猜中即胜,猜不中,提示是大了还是小了,继续猜,直至猜到,给出所用时间和评语。(可用vc6直接打开)-2, guess number game (cs.c)       Functional requirements: a computer-generated random numbers guessed that wins, imagine not, tips are large or small, kee
  3. 所属分类:Console

    • 发布日期:2017-11-20
    • 文件大小:236544
    • 提供者:victor
  1. OPENGL_CSgame

    0下载:
  2. 本程序利用OPENGL 在VC开发环境下开发的类似CS的小游戏,供学习使用-The program utilizes OPENGL VC development environment developed the CS-like game for learning to use
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-15
    • 文件大小:1283767
    • 提供者:BoZhong
  1. CSMidlet

    0下载:
  2. J2ME的CS射击小游戏,功能很简单,主要作为图片示例来用-J2ME CS shooting game, very simple, mainly as an example of pictures
  3. 所属分类:J2ME

    • 发布日期:2017-11-22
    • 文件大小:214943
    • 提供者:mucha
  1. gl_skybox

    0下载:
  2. VC++ OpenGL天空盒的实现,类似CS中的打枪场景,三维的图像生成,跟随鼠标可变换场景,游戏初步数据。-VC++ OpenGL skybox achieve similar fire a gun in the CS scene, the three-dimensional image generation, follow the mouse can transform the scene, preliminary data of the game.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-16
    • 文件大小:399650
    • 提供者:Hou
  1. hangman.py-2

    0下载:
  2. 做的简单的吊死鬼游戏,一入CS深似海,从此妹子是路人。。图像文件没传,大家自由发挥-hangman.py #Hangman Game #Author: JIJIJIJIJI #Date: 02/27/2013 from graphics import* from random import*
  3. 所属分类:Other systems

    • 发布日期:2017-10-31
    • 文件大小:688
    • 提供者:刘非
  1. SimpleGame

    0下载:
  2. 游戏控制 W,A,S,D, P unit, pic, audio目录不可缺少 只用研究StillObject.cs Tank.cs GameForm.cs即可编程,非常简单 每一个类继承 LifeObject类 首先研究StillObject.cs 然后研究Tank.cs 其中重要的几点是 UnitID 表示物体对应的图片 放在pic目录下 Behave 每回合系统调用此函
  3. 所属分类:Other Riddle games

    • 发布日期:2017-12-02
    • 文件大小:270373
    • 提供者:李国家
  1. freecs-1.3.20111225-src

    0下载:
  2. 用java语言开发的一个cs小游戏 可供初学者参考学习-Using java language development a cs game reference for beginners to learn
  3. 所属分类:Shot Game

    • 发布日期:2017-11-08
    • 文件大小:1737541
    • 提供者:王霾莫
  1. shooting-game-mode

    0下载:
  2. 一款vc环境下的模拟CS的枪战游戏模板,可以用来进行3D枪战小游戏制作-A vc environment simulation CS shootout game templates that can be used for 3D shooting game produced
  3. 所属分类:Shot Game

    • 发布日期:2017-11-06
    • 文件大小:185185
    • 提供者:夏伯仁
  1. FiveChess

    0下载:
  2. 网络版的VB五子棋,CS结构,含游戏大厅.-Online version of the VB backgammon, CS structures, including the game lobby.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-06
    • 文件大小:1433623
    • 提供者:桂花翅子
  1. ShotItGame

    0下载:
  2. VB模仿半条命(CS)的三维贴图射击游戏(Directx)-VB imitate half-life (CS), the three-dimensional map shooter (Directx)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:619501
    • 提供者:小葱豆腐
  1. OpenGL-3D-shooting-game

    0下载:
  2. 在WINDOWS操作平台下实现3D场景中类似于CS(反恐)对战的游戏程序。-Implementation of 3D scene is similar to CS in the WINDOWS operating platform (CTC) of the game program.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-21
    • 文件大小:5854792
    • 提供者:戴先生
  1. Life_Game2.12

    0下载:
  2. 基于C#的生命游戏,兰顿蚂蚁等元胞自动机的实现,完整的程序 Form1.cs 为主窗体 可以在245行之后,添加自己的规则。 Gridlines.cs为网格类,控制网格的尺寸、线型、颜色等,以及网格绘制等 Cell.cs为细胞类,控制所有的单元格(细胞、兰顿蚂蚁的地板)的形状、状态、颜色,以及细胞绘制等。 Ant.cs为蚂蚁类,类似细胞类,有方向改变,前进等方法。 gridset.cs为设置窗体,用于设置一些参数。 目前,支持网格三种线型、
  3. 所属分类:CSharp

    • 发布日期:2017-05-06
    • 文件大小:1319580
    • 提供者:梁宇翔
  1. doudizu-game

    0下载:
  2. 基于TCP/IP协议的CS模式的斗地主游戏-doudizhu game
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-22
    • 文件大小:6183738
    • 提供者:李伟兵
  1. Play78ShotItGame

    0下载:
  2. 一个VB做的3D的射击游戏,像真的cs一样,效果很好,就是没有情节。基本的都具备了。-VB to do a 3D shooting game, like the real cs, like, well, that is not the plot. The basic are ready.
  3. 所属分类:Shot Game

    • 发布日期:2017-05-03
    • 文件大小:585565
    • 提供者:name
  1. hangman.py-2

    0下载:
  2. 做的简单的吊死鬼游戏,一入CS深似海,从此妹子是路人。。图像文件没传,大家自由发挥-hangman.py#Hangman Game#Author: JIJIJIJIJI#Date: 02/27/2013from graphics import*from random import*
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:945
    • 提供者:ionalSc
  1. OpenGL_3D

    0下载:
  2. 本游戏基本框架是用《三维游戏师设计宝典—学opengl编3D游戏》中的代码,进入游戏的初始画面和游戏菜单是参照另外一个游戏(压缩文件中的cs),-The basic framework of the game is to use the " three-dimensional game design division Collection- compiled learn opengl 3D games" in the code, enter the game' s ini
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-20
    • 文件大小:5855356
    • 提供者:lvytao
  1. CSdengluqi4

    0下载:
  2. 一个易语言做的CS登陆器,,可以根据需要修改,用到精易模块2.51和自会皮肤,可网上搜集。本登陆器可以实现自动搜索游戏目录,适合新手学习。-An easy language to do CS lander, and can according to need to modify, use fine module 2.51 and will be the skin easily, can online collection. The lander can realize automatic sea
  3. 所属分类:ELanguage

    • 发布日期:2017-05-09
    • 文件大小:1550600
    • 提供者:周折
  1. TankWar2.1

    0下载:
  2. java cs版的开发的坦克大战游戏完整源码,很好玩的哦,非web版。-CS java version of the development of the World War II game complete source code, very fun, oh, not web.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-14
    • 文件大小:3508916
    • 提供者:spark
« 1 2 ... 4 5 6 7 8 910 »
搜珍网 www.dssz.com