登录
首页 » 算法 » 精品数据结构

精品数据结构

于 2022-01-20 发布 文件大小:689.88 kB
0 185
下载积分: 1 下载次数: 1

代码说明:

// simpleSeq.cpp : #include //定义在头文件“seqList.h”中 #include const int defaultSize = 100; using std::endl; using std::cerr; class SeqList{ protected: int *data; //存放数组 int maxSize; //最大可容纳表项的项数 int last; //当前已存表项的最后位置(从开始) void reSize(int newSize); //改变data数组空间大小 public:

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 基于单片机的交通灯设计
    基于单片机的交通灯设计,本代码可以实现一般路口红绿灯的工作,并且可以随时切换
    2022-02-14 19:49:03下载
    积分:1
  • 调度
    它包含不同调度算法 job.1。fifo2。lru3.opt
    2022-07-12 20:52:32下载
    积分:1
  • POJ经典试题-1091青蛙的约会
    POJ是北大在线测评系统这里有一些经典试题。P1061青蛙的约会是一道经典试题代码给出了Accepted算法。
    2023-08-04 18:00:03下载
    积分:1
  • 这里是通过数组求大数阶乘的一种方,这里类举3000,其他的类推...
    这里是通过数组求大数阶乘的一种方法,这里类举3000,其他的类推-This is the factorial of large numbers through the array for a way to cite here, type 3000, the other by analogy
    2023-01-24 15:15:04下载
    积分:1
  • 三角形输出。很好的。
    三角形输出。很好的。-triangle output. Very good.
    2023-03-13 22:35:04下载
    积分:1
  • 线形表链式存储结构 VC++6.0下开发~!
    线形表链式存储结构算法 VC++6.0下开发~!-linear chain storage structure VC++6.0 algorithm developed ~!
    2022-02-09 12:12:36下载
    积分:1
  • 轮廓树生成
    轮廓提取以后,实现了对轮廓点集之间的关系描述,使轮廓查找更容易,也便于对轮廓的后续处理,分析。
    2022-03-07 20:06:20下载
    积分:1
  • 数学建模98B灾害检测线的求解器(MTSP)
    数学建模98B 题灾情巡视路线求解程序(多旅行商)-mathematical modeling 98B disaster inspection line that the solver (MTSP)
    2022-05-30 11:42:47下载
    积分:1
  • 科学工程C源程序范例解,里面不止给出了程序,,还有很多的相关知识的说明,很有用。...
    科学工程C源程序范例解,里面不止给出了程序,算法,还有很多的相关知识的说明,很有用。-scientific engineering C source model solution is not inside the process, algorithm, there is a lot of knowledge related to the note, very useful.
    2022-06-02 15:19:05下载
    积分:1
  • 这是一个简单的演示如何评价文本的数学表达式
    This a simple demo of how to evaluate mathematical expressions in text format, including provision for variables and functions. The code consists of three simple classes: 1) Calc - which does the main calculations, 2) Stack - which is used to push and pop intermediate operators and numbers and 3) Symbol Table. The symbol table is a collection of calc symbols, a type structure consisting of various elements, including the expression name, function name, and the final value of the expression The evaluation procedure is done in three steps: 1) simplify the expression by removing all the elements within () and storing them in subexpressions within the symbol table. 2) Each of these sub expressions are then converted to RPN format (Reverse polar notation) and evaluated 3) Finally, the main expression is converted to RPN and evaluated-This is a simple demo of how to evaluate mathematical expressions in text format, including provision for variables and functi
    2022-02-20 06:26:41下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载