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

精品数据结构

于 2022-01-20 发布 文件大小:689.88 kB
0 175
下载积分: 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 个回复

  • a more general algorithm
    一个较为普通的算法-a more general algorithm
    2022-03-09 20:14:18下载
    积分:1
  • BMPTOYUV的C实现,附详细注释
    资源描述 视频格式转码的C实现,bmp to yuv, 附详细注释。上传的源代码属于个人原创,非抄袭,从来没有上传过,已编译通过,我自己的硕士论文里头已经用过了,绝对真实可信
    2022-11-15 04:20:02下载
    积分:1
  • 拟牛顿求非线性方程组的一组实数解
    拟牛顿法求非线性方程组的一组实数解-quasi-Newton method of nonlinear equations for a group of real solutions
    2022-01-25 19:17:01下载
    积分:1
  • 单个文件在以下链接是可用的:
    Individual files are available in the following links: Bessjy -- Bessel functions Jn and Yn for real argument and integer or real order. Bessik -- Modified Bessel function In and Kn for real argument and integer or real order. CBessjy -- Bessel functions Jv and Yv for real or complex arguments and real order. CBessik -- Modified Bessel functions Iv and Kv for complex arguments and real order. -Individual files are available in the following links: Bessjy- Bessel functions Jn and Yn for real argument and integer or real order. Bessik- Modified Bessel function In and Kn for real argument and integer or real order. CBessjy- Bessel functions Jv and Yv for real or complex arguments and real order. CBessik- Modified Bessel functions Iv and Kv for complex arguments and real order.
    2022-04-29 03:27:40下载
    积分:1
  • MATLAB最优化问题中的armijo线搜索
    MATLAB编的最优化算法,利用armijo算法进行线搜索。armijo算法是最优化问题中确定步长最常用的算法之一,可以比较快速高效的确定收敛步长。
    2022-06-02 10:55:32下载
    积分:1
  • HDMI显示
    关于HDMI显示,Verilog语言,采用1280*720的分辨率,通过添加自己的逻辑即可实现不同的图像,具体使用参考附件中说明,HDMI显示采用SiI9134驱动芯片,很好的兼容不同的数据格式。
    2023-05-19 00:00:04下载
    积分:1
  • 电脑游戏的网格路径规划
    人工智能技术变得越来越重要的计算机游戏、 自主路径规划和搜索算法在网格上。 通过在战略游戏中,如横扫千军,Pacman 地形移动。网格的阻止和取消阻止细胞通常用于表示地形。
    2023-08-21 13:15:03下载
    积分:1
  • EMD分解C语言,内含EMD分解所需的三次样条插值C语言。...
    EMD分解C语言算法,内含EMD分解所需的三次样条插值C语言算法。-EMD decomposition algorithm C language, containing the decomposition EMD cubic spline interpolation algorithm C language.
    2022-01-26 07:12:25下载
    积分:1
  • 音频信号采集
    能够完成对于MP3 等文件的信息,音频信号进行采集与输出 例如:文件头的歌曲名、歌手等 由于MP3是二进制文件,因此主要根据断点来进行编码实行
    2023-08-08 21:50:04下载
    积分:1
  • 很强的有限元分析软件ansys55的源码,用于计规则长方体空腔的固有频率和模态...
    很强的有限元分析软件ansys55的源码,用于计算规则长方体空腔的固有频率和模态-strong finite element analysis software ansys55 source code, rules for the calculation of the rectangular cavity natural frequencies and mode
    2023-01-24 15:05:04下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载