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

搜索资源列表

  1. 黑白棋游戏

    0下载:
  2. 这个程序也是对编程基本功的一个训练,对于初学C语言的人,将分支,循环,数组,函数综合应用.-the process of programming is a basic skills training for the C language learning, to branch cycle, arrays, function integrated application.
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:3120
    • 提供者:詹少
  1. qipu011

    0下载:
  2. 围棋简谱录入程序0.1.1版及源代码 这个程序的前身是死活题原型录入程序,增加了自认为有用的若干功能,尤其有助于网上发贴子和制作围棋网页。最新的改进请看 ReadMe 文件,-number notation entry procedures 0.1.1 version of the source code and the process of life and death and that is the predecessor of the prototype entry process
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:231279
    • 提供者:何云龙
  1. aRes_5Q

    0下载:
  2. 本人上学期写的一个五子棋单机版程序(界面借用别人的),AI实现还不错。本来想完善一下的,因为一些事情耽搁,估计不会再做修改。我比较了一下网上其它相关的程序,就程序效能来讲,本程序还是值得...呵呵,根本不使用搜索算法,一切基于逻辑,电脑漏棋相当少。-Last semester I wrote a stand-alone 331 (interface borrow the work of others), AI to achieve good. Perfect originally wanted
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:358241
    • 提供者:刘锋
  1. 李东日

    0下载:
  2. 程序名:音乐五子棋 版权:青岛飞洋职业技术学院 2004计算机软件1班 作者:李东日 编制时间:2005年5月 功能:程序MP3播放列表 版本号:V 1.0 具有音乐播放功能的五子棋游戏 是学校比赛作品 属原创作品-procedures Name : 331 Music Copyright : Qingdao Fei Yang Vocational Technical Institute in 2004 a computer software clas
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:31502
    • 提供者:李东日
  1. WIN32 SDK版本的象棋游戏源代码

    1下载:
  2. WIN32 SDK版本的象棋游戏源代码 用纯粹的windows sdk和C编写而成,学习游戏编程的好例子。 初学者可以看看实现过程,算法就不要详细研究了。 -WIN32 version of the SDK source code chess game with a purely windows sdk prepared and C from learning games programming a good example. Beginners can look at the i
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:22612
    • 提供者:功夫
  1. 蜘蛛纸牌游戏

    0下载:
  2. 本程序是模仿计算机上的单机游戏,功能基本上和它的一样...... 很好玩,各位可以试试吧-imitate this process is the single computer games, functional and basically the same ... it is a lot of fun, you can try playing
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:846782
    • 提供者:阿牛
  1. InjectDLL

    0下载:
  2. 讲述向其它进程注入线程的方法,windows高级编程上提到过。windows进程间通讯的一种方法,值得一看-on to other threads into the process, senior programming windows mentioned. Windows inter-process communication method, an eye-catcher
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:34073
    • 提供者:大侠
  1. 扑克牌ganjr

    0下载:
  2. VB编制 内附详细开发流程 和开发思路-VB containing detailed preparation of the development process and development ideas
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:610665
    • 提供者:张在
  1. doudizhu1.1

    0下载:
  2. 斗地主的原代码 斗地主的代码说明 斗地主的功能演示 斗地主的开发流程 -that point the original source code that point Note that point functional demo that point of the development process
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:124246
    • 提供者:呵呵
  1. ATMcpp

    0下载:
  2. 用c语言编写的俄罗斯方块小游戏,很健壮的一个程序,不看悔死你!-use of the Russian language chunks of small game, a very healthy process, do not regret your death!
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:2239
    • 提供者:李超
  1. hitBall

    0下载:
  2. 包含整个工程文件和可执行文件! state.h中含有迷宫算法!大家可以看看!这也是整个程序的关键所在!-whole project includes documents and executable files! State.h contains maze algorithm! We can see ! This is the key to the whole process!
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:163946
    • 提供者:王哲江
  1. CmyFive

    1下载:
  2. C下实现的五子棋(非双人对下)。 光标的动态显示:采用setwritemode(1)函数,光标移动时在原位置再画一次,从而起到擦除原光标的效果。 判胜负的函数设计:为仅检验落子处的横、竖、斜三方向的胜负,节省了大量编程时间,并使运行效率大大提高。 游戏开始画面:本拟采用直接用程序画的方式,但效果不好。于是采用bmp图像显示方式,使开始画面更为美观。-under the C (121-under double right). Cursor dynamic display :
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:134272
    • 提供者:redbird
  1. bitstronger_0.06-win32-i386-bin_src_docs

    0下载:
  2.   “理治棋壮”(BitStronger)是一个基于中国象棋通用引擎协议(UCCI)的中国象棋计算机博弈引擎。项目采用C++开发,遵循GPL许可,目前版本可运行于32位Windows平台。本引擎通过标准输入和标准输出与支持UCCI的中国象棋界面软件通讯,可实现跨平台及联网的人机、机机对战。   详细的使用说明与程序开发文档参见随程序一同发布的docs目录下的文件。-"Jimmy chess strong governance" (BitStronger) is ba
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:1306167
    • 提供者:林健
  1. blackwhite111234

    0下载:
  2. 一个用纯c语言编写的黑白棋游戏,对于掌握面向结构的程序设计思想有很大帮助-a pure c language used in the preparation of the game reversi, master-oriented structure of the design process will be of great help
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:19934
    • 提供者:彪子
  1. CardDeal

    0下载:
  2. 扑克牌的发牌程序。一副扑克牌,除去大小王,共52张,四个玩家,每人13张,随机性很大。可以运行一下看看效果。-cards for the licensing process. 1 cards removed Wang size, a total of 52, four players, each 13, the very randomness. Can look at the effect of this operation.
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:58873
    • 提供者:吴荣刚
  1. 200703171321084975

    0下载:
  2. DELHPHI开发的一款扫雷程序 已经调试,可以下载-DELHPHI one of the mine development process is debugging, can be downloaded
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:246299
    • 提供者:李顺
  1. gobang(wuziqi)

    0下载:
  2. 一个五子棋的MFC实现的源程序,此软件实现了windows下的棋类游戏五子棋的双人对战,可以达到电脑自动判断输赢,自动判别禁手并提示,实现了无限步的悔棋,能够在任意一方赢棋之后复盘,即再观看一遍下棋的全过程。-a renju the MFC source, This software under the windows of the chess game of the double renju war, computers can be achieved automatically judged
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:106585
    • 提供者:jackeyer
  1. cchess.exe

    0下载:
  2. 介绍一个象棋程序的开发过程-introduced a chess program development process
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:26934
    • 提供者:田虎
  1. 中国象棋打谱系统

    0下载:
  2. 中国象棋打谱系统,能将对弈过程保存成文件-Chinese chess playing Spectrum system, players can process and document preservation
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:26709
    • 提供者:潘文斌
  1. 五子棋的核心算法

    0下载:
  2. 五子棋核心算法,介绍五子棋程序的数据结构、评分规则、胜负判断方法和搜索算法过程-331 core algorithm, introduced 331 procedures of the structure, score rules, methods and judgment of the outcome search algorithm process
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:6487
    • 提供者:罗向龙
« 12 3 4 5 6 »
搜珍网 www.dssz.com