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

搜索资源列表

  1. project5

    0下载:
  2. 英文单词猜谜游戏,有次数限制,可以反复游戏,为数据结构一个设计作业-Write a program that plays the game of HANGMAN(guessing a mystery word). Read a word to be guessed from a file into successive elements of the array WORD. The player must guess the letters belonging to WORD. A singl
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-06
    • 文件大小:291225
    • 提供者:luck
  1. 2xs

    0下载:
  2. 一个技能二叉树源码,可供学习二叉树数据结构的同学学习-A skill two forks tree source
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-11-22
    • 文件大小:157971
    • 提供者:妇女会
  1. wzq.zip

    0下载:
  2. 采用图的逻辑形式来设计五子棋胜利状态的数据结构,FIG' s logic design in the form of the state of the data structure of the Gobang victory
  3. 所属分类:Games

    • 发布日期:2017-11-09
    • 文件大小:1062
    • 提供者:杨鹏
  1. JingKe

    0下载:
  2. 这是个类似RPG的游戏,是在android环境下运行的,里面将计算机所学到的数据结构方面的知识融入游戏之中,比如模拟经典的农夫过河这些问题啊,但是水平有限,还有诸多问题需要完善,欢迎指正-This is similar to RPG games, android environment inside knowledge of the the learned computer data structure into the game, such as analog classic farmer a
  3. 所属分类:Other Games

    • 发布日期:2017-12-02
    • 文件大小:5849454
    • 提供者:赵凌园
  1. danlianbiao-

    0下载:
  2. 数据结构单链表程序 vc6.0 基本操作-The basic operation of a single linked list program vc6.0
  3. 所属分类:Other Games

    • 发布日期:2017-12-07
    • 文件大小:11796
    • 提供者:袁秀娟
  1. saolei

    0下载:
  2. 使用GTK+库实现一个扫雷程序,GTK+的主要函数和数据结构包括以下三个部分: 1 控制流程(Control Flow) 2 控件管理(Manage Widget) 3 事件处理(Dispose Event) -Implement a demining programs using GTK+ library, the GTK+ main function and data structure includes the following three parts: 1 Contro
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-26
    • 文件大小:5290
    • 提供者:li
  1. smartFiveChess

    1下载:
  2. 这个版本人工智能很强,算法比较全面。而且里面的说明文档完善。而且源码齐全。最好是先看完说明文档里的算法,再参考源码。最重要是使用设计模式,决不是随随便便的学生作品。 第一.需求。实现人机对战,首先要解决电脑智能问题,即能让电脑识别棋盘,并做出相应的策略,比如防守或进攻。还要识别是否禁手。 第二.基本技术。功能部分实现的主要算法是假设法,即假设这个方格是某一方棋子,然后以这个棋子为基础再假设下一个方格的棋子,直到计算机很容易识别出相应状态。比如电脑搜索至胜点(能构成四子连珠的点)时,只要假
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-20
    • 文件大小:5725869
    • 提供者:黎天剑
  1. delphi-Maze

    0下载:
  2. 迷宫求解,算法才用《数据结构》中的穷举法。源代码已经测试通过。-Maze solving algorithm only with "Data Structures" method of exhaustion. Source code has been tested.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-16
    • 文件大小:282519
    • 提供者:
  1. Poker

    0下载:
  2. 通过数据结构,队列,栈,数组制作的扑克牌比大小游戏-The data structure, queue, stack, than the size of the array of cards making the game
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-02
    • 文件大小:819050
    • 提供者:盛余
  1. Joseph

    0下载:
  2. 约瑟夫环关于数据结构作业,可以当做参考,注释详细-Joseph if you have learn struct ,you may use it
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-11
    • 文件大小:1173
    • 提供者:黄凌莹
  1. (mn)Maze

    0下载:
  2. C++迷宫程序,计算机系学生数据结构实验题。链栈非递归三元组输出路径迷宫程序-C++ maze procedure, computer department student data structure experiment.Chain stack non-recursive triples the output path maze procedure
  3. 所属分类:Other Games

    • 发布日期:2017-04-13
    • 文件大小:2504
    • 提供者:QINYUNCHAN
  1. ershisidianyouxi

    0下载:
  2. 实现二十四点小游戏,黑白屏,程序随机给出数字,游戏者给出表达式,(得分与做题时间有关,快速答题且正确分数高)使结果等于24,程序会对结果进行检查,并给出得分.刚学数据结构时写的,对初学者有参考与意义-here is a little game,called 24 game.it will be helpful to ABCs
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-14
    • 文件大小:4827
    • 提供者:卢竞夕
  1. HRD

    0下载:
  2. 我自己使用c++builder编写的华容道游戏,目的是研究数据结构与搜索算法。游戏中可以用2种不同的搜索算法,列出每一步的广度和深度。-Hua Rong Dao
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-06
    • 文件大小:1413848
    • 提供者:高洪涛
  1. CardGame-C

    0下载:
  2. 一个52张纸牌的益智游戏,运用数据结构的知识用C编写的程序-A card game of 52 cards,carry out of C.
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:4005
    • 提供者:冯建梅
  1. labyrinth2

    0下载:
  2. 这是一个用c语言编成的关于数据结构中的迷宫问题的小游戏程序,内容详尽,已成功在c语言编译环境下通过测试。-This is a language used c into the data structure of the maze of small game procedures, as detailed have been successful in C language compiler environment to pass the test.
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:1973
    • 提供者:rsgene
  1. construction-process-map

    0下载:
  2. 此文档详细介绍了图的构造过程,适合刚学数据结构的学者,本文档的中程序能在vc6.0上运行-This document details the construction process diagram, data structure suitable for just learning academics, this document programs can run on vc6.0
  3. 所属分类:Game Program

    • 发布日期:2017-04-15
    • 文件大小:5364
    • 提供者:ufsgeibnrh
  1. Desktop

    0下载:
  2. 一、实验目的 1、掌握线性表中元素的前驱、后续的概念。 2、掌握顺序表与链表的建立、插入元素、删除表中某元素的算法。 3、对线性表相应算法的时间复杂度进行分析。 4、理解顺序表、链表数据结构的特点(优缺点)。 二、实验预习 说明以下概念 1、线性表: 2、顺序表: 3、链表: -One, the purpose of the experiment 1, grasp the concept of precursor, the elem
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:708
    • 提供者:ahu_gj
  1. flight

    0下载:
  2. 用MFC制作的飞机大战软件 用数据结构和指针制作的软件-World War II aircraft produced using MFC Software Pointer data structures and software produced
  3. 所属分类:Other Riddle games

    • 发布日期:2017-06-16
    • 文件大小:25507876
    • 提供者:胡哲
  1. Little-rabbit-maze

    0下载:
  2. 走迷宫:绘制和选择迷宫地图,系统能够自动寻找出口,支持鼠标和键盘操作 。通过画图函数设定迷宫,运用数据结构的相关知识,利用一定的算法,实现单步找寻迷宫出口的操作。-Maze: Maze map drawing and selection, the system can automatically find the exit, support mouse and keyboard. Maze set by the drawing function, using the knowledge of d
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:1716
    • 提供者:孙静远
  1. acl.2.1.2.8.src.2012.7.2

    0下载:
  2. acl 框架库是一个 C 库,主要包含:服务器开发框架、同步/异步网络通讯、常用数据结构、进程池/线程池、流式 xml/json 解析器、http/ping 应用协议等内容-Acl framework library is a library of C, mainly include: server development framework, synchronous/asynchronous network communication, the common data structure, p
  3. 所属分类:Other Games

    • 发布日期:2017-05-18
    • 文件大小:5110175
    • 提供者:kang
« 1 2 3 4 56 »
搜珍网 www.dssz.com