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

搜索资源列表

  1. rzVS

    0下载:
  2. 操作: \"w\" \"s\" \"a\" \"d\" 分别为 上 下 左 右 胜利条件: 控制 曾rz 吃掉所有的 囧 超级简单并且无聊的游戏 是用win32控制台写的 -Operating : "w" "s" "a" and "d" from top to bottom were about victory conditions : rz control have eate
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:117407
    • 提供者:地地地
  1. SourceCode_Engine

    0下载:
  2. 该程序为中国象棋智能下棋引擎.该项目系在Visual Studio.net 2003下所建的Win32控制台项目(使用其它版本的编译器只需新建一个Win32控制台项目,然后逐一加入所有的.cpp文件和.h文件即可),其目的只是简单地测试引擎。因而该程序不提供用户着法的合法性检测,以及棋局的结束处理等。 下棋方式: 用户按输入起点坐标、终点坐标的方式下棋; (棋盘左下角计作(0,0),右上角计作(8,9)) 同样,程序反馈起点坐标、终点坐标作为计算机方的走棋行为。
  3. 所属分类:游戏引擎

    • 发布日期:2008-10-13
    • 文件大小:25048
    • 提供者:dzy
  1. chessevluation

    0下载:
  2. 该模块能完成输入棋局的棋局异常或走棋违规判断.使用方法:把引擎头文件和智 能对弈程序IntelligentChess.h一起拷到所建文件目录下,通过“工程”菜单把引擎头文件和智能对弈程序IntelligentChess.h一起加入工程, 用#include \"IntelligentChess.h\"语句把智能对弈程序IntelligentChess.h加入该工程.cpp文件。然后调用各功能函数完成异常、违规判断该项目系在Visual Studio.net 2003下所建的Win32控制
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:21416
    • 提供者:dzy
  1. fivechessDOS

    0下载:
  2. 在DOS界面下的命令行式五子棋,很古老的模式.-Run in the Win32 console,which likes running just in the DOS,it is quite agient.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-14
    • 文件大小:2592
    • 提供者:芥伊
  1. Mine_of_Pudn

    0下载:
  2. 一个扫雷游戏,在win32控制台下开发。其中实现了游戏逻辑,游戏界面不足,操作上不是很顺手,但是用来学习参考还是很不错的、-A de-mining game, developed under the win32 console. Which implements the game logic, game interface, lack of operation is not very smoothly, but it is still very good for learning,
  3. 所属分类:Other Games

    • 发布日期:2017-04-03
    • 文件大小:18119
    • 提供者:牟伯东
  1. Lianliankan

    0下载:
  2. 连连看游戏在WIN32控制台下的简单实现-Lianliankan game to achieve a simple WIN32 console
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-06
    • 文件大小:10605
    • 提供者:raul
  1. Sudoku

    0下载:
  2. 基于WIN32 控制台的 数独游戏 C++ 源代码 -WIN32 console-based sudoku C++ source code
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-16
    • 文件大小:10321
    • 提供者:raul
  1. CSnake05

    0下载:
  2. 贪食蛇游戏,win32 下 c++ 控制台程序-Snake game, win32 c++ console application under
  3. 所属分类:Game Program

    • 发布日期:2017-04-24
    • 文件大小:58468
    • 提供者:yansong
  1. Tetris

    0下载:
  2. 自己用C++编写的基于Win32控制台的俄罗斯方块小游戏。-Their written using C++ Win32 console-based Tetris game.
  3. 所属分类:Game Program

    • 发布日期:2017-05-10
    • 文件大小:2174317
    • 提供者:songqi
  1. h_w8

    0下载:
  2. 在win32 console下自己编写的黑白棋小游戏,制作精细,可以单人对战也可以人机对战。-Under the win32 console game Othello written in their own, the production of fine, you can play against a single person can be man-machine war.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-06
    • 文件大小:649957
    • 提供者:杨博
  1. snake

    0下载:
  2. 在win32控制台下用C语言实现简单贪吃蛇小程序,程序涉及链表的使用、在小黑框上如何实现光标定位和接受键盘输入。-In the win32 console Snake in C language simple small program, the program involves the use of the list, in a small black box on how to achieve the cursor position and accept keyboard input.
  3. 所属分类:Other Games

    • 发布日期:2017-04-01
    • 文件大小:24878
    • 提供者:翟守超
  1. Tetris_Console

    0下载:
  2. 开发环境:vs2008.程序类型:win32 console程序。采用C++语言编写DOS版本的网络对战俄罗斯方块。-Development:vs2008.Type of program:win32 console.This is a Netplay Russian square,which is of DOS version.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-03
    • 文件大小:92515
    • 提供者:徐杰
  1. win32-xiangqi

    0下载:
  2. c++实现,应用控制台象棋,有注释,面向对象设计必备训练。-c++ del console chess, notes, object-oriented design necessary training.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-18
    • 文件大小:5094811
    • 提供者:默铭
  1. SimpleChineseChess

    0下载:
  2. win32控制台中国象棋,输入4个数字来移动棋子-Chinese Chess win32 console, enter the four digits to move the pieces
  3. 所属分类:Other Games

    • 发布日期:2017-04-15
    • 文件大小:11749
    • 提供者:George
  1. Five-in-a-Row

    0下载:
  2. 使用C + +写一个简单的五子棋程序,与Win32控制台编译。-Using C++ to write a simple 331 procedures, with Win32 console compilation.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-08
    • 文件大小:1387
    • 提供者:Phi
  1. fly-bird

    0下载:
  2. 这是一个fly bird小游戏的源代码。空间里看到的,一个C++版本的Flappy bird,编译了一下,改掉了几个错误,觉得挺有意思的。事实上代码远比游戏有意思。 不会用的可以直接新建一个简单的“hello world”工程(Win32 Console Application),把代码替换掉源代码编译就好了-This is a fly bird game' s source code. Space to see, a C++ version Flappy bird, comp
  3. 所属分类:Other Games

    • 发布日期:2016-01-24
    • 文件大小:2048
    • 提供者:cwhhuge
  1. snake

    0下载:
  2. 用c语言编写的贪吃蛇,是在win32控制台上运行的-By Snake c language, is running on win32 console
  3. 所属分类:Other Games

    • 发布日期:2017-04-13
    • 文件大小:2426
    • 提供者:云山雾罩
  1. fivechessDOS

    0下载:
  2. 在DOS界面下的命令行式五子棋,很古老的模式.-Run in the Win32 console,which likes running just in the DOS,it is quite agient.
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:2637
    • 提供者:utne
  1. fivechessDOS

    0下载:
  2. 在DOS界面下的命令行式五子棋,很古老的模式.-Run in the Win32 console,which likes running just in the DOS,it is quite agient.
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:2753
    • 提供者:ocloud
  1. tuixiangzi01

    0下载:
  2. 推箱子的c语言实现,实现环境为工程win32 console application,文件c++ sourcefile-Sokoban c language, achieve environmental engineering win32 console application, file c++ sourcefile
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-14
    • 文件大小:2673
    • 提供者:刘宛秋
« 12 »
搜珍网 www.dssz.com