搜索资源列表

  1. 8_queens.zip

    0下载:
  2. 八皇后问题的堆栈算法的vc实现
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-10
    • 文件大小:2400
    • 提供者:
  1. heap.rar

    0下载:
  2. 停车场问题:一个关于堆栈操作的程序
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-10
    • 文件大小:1684
    • 提供者:
  1. stack

    0下载:
  2. 自己写的动态堆栈,很有用,语法相对简单,希望对初学者有用-Himself wrote the dynamic stack, very useful, relatively simple grammar, and they hope to be useful for beginners
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:何杨军
  1. Stack

    0下载:
  2. 堆栈的实现代码,实现了栈的所有功能,PUSH,POP,插入,销毁,清空等,有调试程序,可以很清楚的看到栈的运行过程-Realize stack code, realize all the features of the stack, PUSH, POP, insertion, destruction, empty and so on, have a debugger, you can clearly see the operation
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:21504
    • 提供者:韩笑
  1. arithmetic

    0下载:
  2. 常用算法:链表的操作、队列的应用、堆栈的应用、串的应用、树的基本操作、冒泡排序、堆排序、归并排序、磁盘文件排序、顺序查找、二分查找、树的动态查找、二分法求解方程、牛顿迭代求解方程、弦截法求解方程、拉格朗日插值、最小二乘法拟合、辛普生数值积分、改进欧拉法、龙格-库塔算法、高斯消去法、正定矩阵求逆算法-Commonly used algorithms: List of operation, the queue of applications
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:21504
    • 提供者:
  1. biaodashi

    0下载:
  2. 表达式求值,采用逆波兰式求值,有堆栈和顺序表两种。-Expression evaluation, the use of Reverse Polish-style evaluation, there are two types of stack and the order form.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:286720
    • 提供者:井树刚
  1. biaodashiqiuzhi

    0下载:
  2. 对于一个表达式求值 用堆栈实现 数据结构第一个实验 没有做附加功能 -For an expression evaluation stack data structure with the first experiment did not do additional functionality
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:409
  1. DataStructure

    0下载:
  2. 几个常用的数据结构算法:堆栈、链表、二叉树、图等。-Some commonly used data structure algorithms: stack, linked lists, binary tree, map.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:10240
    • 提供者:马烈
  1. maze

    0下载:
  2. 用堆栈实现迷宫求解问题 基本思想: 若当前位置可以通过,则压入栈中,否则探求下一位置,若走不通,则回朔,迷宫大小:M*N.迷宫设置自定义。 求解迷宫问题的简单方法是:从入口出发,沿某一方向进行探索,若能走通,则继续向前走;否则沿原路返回,换一方向再进行探索,直到所有可能的通路都探索到为止。 为避免走回到已经进入的点(包括已在当前路径上的点和曾经在当前路径上的点),凡是进入过的点都应做上记号。-Maze with the
  3. 所属分类:书籍源码

    • 发布日期:2024-05-10
    • 文件大小:34816
    • 提供者:Tantan
  1. stack

    0下载:
  2. 所有的堆栈,包括top,pull等,用来实现数值转换等-All of the stack, including the top, pull, etc., used to achieve the numerical conversion
  3. 所属分类:系统编程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:王淋淋
  1. STACK2

    0下载:
  2. 数据结构中堆栈的一般性操作,如初始化、出栈、入栈等-Stack data structure in the general operations such as initialization, a stack, stack, etc.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:wangzhongjing
  1. SimpleCalcMFC

    0下载:
  2. MFC计算器。用堆栈实现,可以进行含括号的四则运算。-MFC calculator. Implementate With the stack. Can be carried out with the four fundamental operations in parentheses.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:12205056
    • 提供者:WangLuJun
  1. stack

    0下载:
  2. 这是用数据结构建立的堆栈和队列,以及一些简单的算法。-This is a data structure used to establish the stack and queue, as well as some simple algorithms.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-10
    • 文件大小:76800
    • 提供者:淡淡的
  1. word

    0下载:
  2. 二叉树遍历(二叉树的各种遍历)、图的遍历(图的各种遍历),停车场的设计(堆栈,队列的设计)-Binary tree traversal, graph traversal, car park design
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:7168
    • 提供者:yjc
  1. stack

    0下载:
  2. 数据结构实现:堆栈(直接实现:顺序描述、链式描述;通过对线性表的派生的实现:顺序描述、链式描述)-Data structure implementation: Stack (direct implementation: the order of descr iption, chain descr iption derived through the implementation of the linear table: the ord
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:5120
    • 提供者:Robin.Wang
  1. ZigBee堆栈结构介绍

    0下载:
  2. zigbee的简单介绍。重点是堆栈的介绍
  3. 所属分类:其它资源

  1. CarPark

    0下载:
  2. 用来实现一个堆栈型的停车场以及队列型的等待区。主要在于熟练掌握数据结构的一些知识点。(Used to implement a stack type parking lot and queue type waiting area. The main thing is to master some knowledge points of data structure)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:11264
    • 提供者:JKDana
  1. 0下载:
  2. 从1楼到2楼有h级台阶,某同学上楼的习惯是一次上1级或2级,写一算法输出该同学上这h级台阶时的所有不同的上法,用回溯法实现,开辟堆栈保存上楼方法(From the 1 floor to the 2 floor H steps, a classmate upstairs is a habit of 1 or 2, write an algorithm to the output of the students on the H level
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:tinay
  1. Stack

    0下载:
  2. (1)实现堆栈各种基本操作,如初始化、置空、入栈、出栈等; (2)利用堆栈实现数制转换的程序;((1) the basic operation of the stack, such as initialization, emptiness, stack, stack and so on; (2) the conversion program using the stack implementation;)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:wuthering。
  1. LabVIEW堆栈大量vi实例

    0下载:
  2. 大量实例,从入门到精通,从最简单程序到独立完成虚拟仪器编写(A large number of instances, from the introduction to the mastery, from the simplest program to the independent completion of the virtual instrument.)
  3. 所属分类:LabView

    • 发布日期:2024-05-10
    • 文件大小:1447936
    • 提供者:星尘游
« 1 2 3 45 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org