CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - LIST

搜索资源列表

  1. maze

    0下载:
  2. 本代码实现的是一个简单迷宫问题。以一个m*n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,豁得出没有同路的结论。 基本要求为: 首先实现一个以链表做存储结构的栈类型,然后编写一个求解迷宫的非递归程序,求得的通路一三元组(i,j,d)的形式输出,其中:(i,i)指示迷宫中的一个坐标,d表示走到下一坐标的方向。-The implementation of the code is a simple maze. A m* n t
  3. 所属分类:Console

    • 发布日期:2017-11-24
    • 文件大小:267321
    • 提供者:丁洁琼
  1. paixu

    0下载:
  2. 用单链表保存两个有序的集合中的数据,然后合并两个单链表使其仍然有序,本程序耗费时间最短-A single linked list to save the the two orderly collection of data, and then merge two single linked list so that it remains orderly, the procedure time-consuming shortest
  3. 所属分类:Console

    • 发布日期:2017-12-02
    • 文件大小:955
    • 提供者:辛文飞
  1. Student-management-system

    0下载:
  2. 学生管理系统 c语言版 链表实现的学生信息管理系统 单文件结构 可以作为C/C++课程设计-Student management system c language version of the list of student information management system to achieve single-file structure can be used as C/C++ curriculum design
  3. 所属分类:Console

    • 发布日期:2017-11-22
    • 文件大小:1229770
    • 提供者:徐俊波
  1. GINode

    0下载:
  2. 利用list写成节点类使用宏去关联.可做小游戏游戏的管理框架-Written using the list node class using a macro to associate. Do small games management framework
  3. 所属分类:Console

    • 发布日期:2017-11-30
    • 文件大小:2242
    • 提供者:张立宏
  1. stumis

    0下载:
  2. 学生信息管理系统 用双线链表实现的 不错-Student information management system using double linked list to achieve a good
  3. 所属分类:Console

    • 发布日期:2017-11-13
    • 文件大小:459080
    • 提供者:汪峰
  1. MP3player

    0下载:
  2. 通过控制台程序实现了一个MP3播放器,可以实现歌曲列表显示,歌曲播放,快进快退,音量加减,上一曲下一曲等操作-Through the console program implements a MP3 player, you can realize the song list shows, songs, play, fast forward, rewind, volume addition and subtraction, and other operations on a lower one
  3. 所属分类:Console

    • 发布日期:2017-11-30
    • 文件大小:2259640
    • 提供者:姜浩
  1. LinkedList

    0下载:
  2. simple circular linked list program
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:3155
    • 提供者:div
  1. List

    0下载:
  2. 顺序表的插入和删除算法,顺序表的完整定义(基本操作函数的定义,下标处理函数的定义,元素操作的函数及其重载的定义,测试类)-Sequence table insertion and deletion algorithms, the full definition of the order form (basic operation function definition, the subscr ipt handler definition, the elements and the overloa
  3. 所属分类:Console

    • 发布日期:2017-04-04
    • 文件大小:2361
    • 提供者:张宏超
  1. DLinkedList

    0下载:
  2. 双链表的定义和插入算法,双链表的定义,删除,插入和查找算法-Doubly linked list of definitions and insertion algorithm, the definition of double-linked list, delete, insert, and search algorithm
  3. 所属分类:Console

    • 发布日期:2017-04-13
    • 文件大小:2487
    • 提供者:张宏超
  1. binary-tree

    0下载:
  2. (1)输入字符序列,建立二叉链表。 (2)先序、中序、后序遍历二叉树:递归算法。 (3)中序遍历二叉树:非递归算法。(最好也能实现先序、后序非递归算法) (4)求二叉树的高度 。 (5)求二叉树的叶子个数。 (6)借助队列实现二叉树的层次遍历。 (7)在主函数中设计一个简单的菜单,分别调试上述算法。-(1) Enter the character sequence to build binary list. (2) first order, in sequence, a
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:2525
    • 提供者:fei
  1. MyLinkList

    0下载:
  2. 用这个例子你可以添加、删除项的链接列表。您还可以查看项目列表,和你可以看到链接地址(指针)到下一个项目或项目列表中,这是一个示例由结构-In this example, you can add, delete, list of links. You can also view the list of items, and you can see the link address (pointer) to the next project or a project list, this is a
  3. 所属分类:Console

    • 发布日期:2017-12-09
    • 文件大小:2107
    • 提供者:红烧牛肉面
  1. dlfile

    0下载:
  2. 用在一个简单的应用程序被列出的文件从服务器下载文件,解析它,根据文件清单。结果被记录在一个日志文件注意:当编译在visual c++项目设置,添加urlmon。lib库(在选项卡“链接”)-Used are listed in a simple application of the files downloaded from the server, parse it, according to the file list. Results are recorded in a log file n
  3. 所属分类:Console

    • 发布日期:2017-11-17
    • 文件大小:2741
    • 提供者:红烧牛肉面
  1. Reverse

    0下载:
  2. 数据结构课程中可以实现逆置链表的功能 测试无误-Data structure curriculum set list can achieve the function of the inverse
  3. 所属分类:Console

    • 发布日期:2017-05-19
    • 文件大小:5479400
    • 提供者:设计师
  1. airport-simulation

    0下载:
  2. 用队列来实现机场的起飞和降落队列。队列是用链表结构封装后来实现的。 假设有一个每次前进一分钟的模拟时钟,对于每一分钟,产生两个在0-99内的随机数:如果第一个随机数小于landingRate*100,那么一个“着陆到达”将发生并被添加到着陆队列中;如果第二个随机数小于takeOffRate*100,那么一个“起飞到达”将发生并被添加到起飞队列中。接着,检查跑道是否空闲。若空闲,首先检查着陆队列是否为非空,如果是,允许第一架飞机着陆;否则,处理起飞队列 -With a queue to a
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:4572
    • 提供者:蔡敏
  1. lianbiao

    0下载:
  2. 链表的基本结构使用,在类中的实现,有关链表的生成,添加,删除,显示等基本功能代码,可加上类声明直接使用-The basic structure of the list used in the class to achieve, on the formation of the list, add, delete, display and other basic functions of code that can be used directly coupled class declaration
  3. 所属分类:Console

    • 发布日期:2017-05-03
    • 文件大小:528667
    • 提供者:manyangyang
  1. GetFileSize

    0下载:
  2. 取当前目录下所有文件及文件夹的大小,列出当前目录下所有文件及文件夹的size-Take the size of all the files and folders in the current directory, list all files and folders of the current directory size
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:944224
    • 提供者:daiding
  1. file-transfer

    0下载:
  2. This is file transfer program. It can upload and download files. And we can see the download/upload list. This code come from website devpia from Korea.-This is file transfer program. It can upload and download files. And we can see the download/uplo
  3. 所属分类:Console

    • 发布日期:2017-04-05
    • 文件大小:629098
    • 提供者:jinkyung
  1. 1

    0下载:
  2. 同学的一次大作业,通讯录。有关链表的插入删除。-address list
  3. 所属分类:Console

    • 发布日期:2017-04-13
    • 文件大小:3337
    • 提供者:
  1. Edit

    0下载:
  2. 简单行编辑器:简单行编辑器要求实现行插入和行删除,以一行为操作目标,这里使用了双链表,一行为一个Node,整个双链表链表为一篇文档的形式来存储。算法使用了KMP算法来实现查找,且支持"*"、"?"等通配符。-Simple line editor: Simple line editor insert rows and rows required to achieve removed to a behavioral operational objectives, where the use of t
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:4683
    • 提供者:
  1. infile

    0下载:
  2. 创建动态数组,读入列表数据,并在屏幕上显示出来,比较基础-Create a dynamic array, list data is read and displayed
  3. 所属分类:Console

    • 发布日期:2017-04-17
    • 文件大小:420861
    • 提供者:徐可
« 1 2 3 4 5 6 78 9 10 »
搜珍网 www.dssz.com