登录
首页 » 数据结构 » List storage structure used to achieve the basic operation of the linear form. (...

List storage structure used to achieve the basic operation of the linear form. (...

于 2023-01-19 发布 文件大小:1.94 kB
0 156
下载积分: 2 下载次数: 1

代码说明:

用链表存贮结构实现线性表的基本操作。(包括各种操作)-List storage structure used to achieve the basic operation of the linear form. (Including a variety of operation)

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

发表评论

0 个回复

  • 利用栈和队列的基本运算将指定队列中的内容进行逆转
    编写一个算法,利用栈和队列的基本运算将指定队列中的内容进行逆转。 含完整程序
    2023-03-02 05:50:03下载
    积分:1
  • [文件说明] cbook.cgi  主文件 (755) edit.cgi  子程序 (755) admin.cgi  设置面板 (755) setup.cgi ...
    [文件说明] cbook.cgi  主文件 (755) edit.cgi  子程序 (755) admin.cgi  设置面板 (755) setup.cgi  配置文件(666) faces.cgi  肖像  (755) faces.txt  肖像存放格式 num.txt   留言个数 data.cgi  数据存放文件 (666) image    图片目录 [安装指南] 1.将*.cgi文件和setup.file上传到cgi目录中  image上传到非cgi目录(除非你的cgi目录支持图片浏览) 2.其他设置都在运行admin.cgi后设置。 3.admin.cgi设置好后,手动输入cbook.cgi进入留言界面.    用户名:chaste  密码: chaste-[documented] cbook.cgi main document (755) edit.cgi subroutine (755) admin.cgi pane (755) setup.cgi configuration files (666) faces.cgi Portrait (755) faces.txt portrait storage format num . txt messages Number data.cgi data repository (666) image catalog [Installation] 1. will*. cgi files and upload to setup.file cgi directory image uploaded to the non- cgi directory (unless you support the cgi directory Photo View) 2.admin.cgi 3.admin.cgi place, cbook.cgi manually input into the message interface. Username : chaste Password : chaste
    2022-05-24 06:29:17下载
    积分:1
  • 有关路由算法的程序,具体要求见压缩文件内容
    有关路由算法的程序,具体要求见压缩文件内容-Routing algorithm of the procedure, specifically asked to see the contents of compressed files
    2022-11-11 04:40:03下载
    积分:1
  • 人力资源管理系统
    它的人力资源管理系统 !这是任何一家公司涵盖人力资源系统开发的数据库项目。它保持雇员的详情、 雇员的义务责任和公司的薪酬管理。
    2023-07-26 21:45:03下载
    积分:1
  • 算法设计于分析中的多段图问题,用VC编写应用动态规划的算法设计方法,利用最优性原理以及所获得的递推关系式求取最优决策序列,通过多段图的定义,找到由源点s到汇点t...
    算法设计于分析中的多段图问题,用VC编写应用动态规划的算法设计方法,利用最优性原理以及所获得的递推关系式求取最优决策序列,通过多段图的定义,找到由源点s到汇点t的最小成本路径,进而可以灵活解决可以用多段图描述的许多实际问题.-algorithm design in the analysis of many of the map, prepared with VC dynamic programming algorithm design, the optimum principle as well as the recursive relation to strike the optimal sequence of decision-making through more of the map defined by the source to find s t point to the Department of the minimum cost paths and further a flexible solution could spend more of the map describes the many practical problems.
    2022-02-04 19:58:15下载
    积分:1
  • 访问Sybase库的dblib(VC)的包装,它是非常简单的使用。
    访问sybase 数据库的dblib (VC)封装,使用起来非常简单。-visit sybase database dblib (VC) Packaging, it is very simple to use.
    2022-11-14 15:20:03下载
    积分:1
  • Flexible Vector and Matrix Classes enable to use vectors and matrixes with ar
    Flexible Vector and Matrix Classes enable to use vectors and matrixes with arbitrary bounds. Content. 1. Algorithm 2. Classes 3. Program Files 4. Tests 5. Compiling 6. Running (Log File) 7. Download
    2022-01-25 20:22:55下载
    积分:1
  • QRCODE生成24位bmp位图
    介绍这是libqrencode库使用方法的简单例子,该库来自FUKUCHI Kentaro,用于由QRCode文字生成bmp文件。网上有该库的相关信息,但没有简单的例子展示如何使用它。在本项目中,展示了该库使用时出现的问题的解决方法。编译时直接引用源代码,不会有链接冲突问题。libqrencode支持QRCode模式2,JIS里描述的X0510:2004或ISO/IEC 18004。当前不支持ECI和FNC1模式 QRCode模式1.背景很多设备都可以读取QRCode二维码,大多数智能手机都包含了QRCode读取器,该格式支持不同的数据类型:网址、联系人等等...,在这个例子中,是URL编码,阅读时智能手机可以自动连接到Ultramundum基金会网站。使用得最多的QRCode生成器是libqrencode,但很少有在C/C++中使用的例子,只能参考文档中的注释和一些Doxygen的内容。我创建了一个简单的应用程序,用于将URL转换到QRCode并保存为Windows bmp文件。通过阅读代码,可以学习如何使用该库,甚至是其它语言,以及如何将其内部的位图格式转换成标准图形。使用代码代码真的很简单,主要的代码文件是QRGenerator.cpp,里面有个标准的C main()函数。这是一个Win32控制台程序。通过修改#define 可以修改生成的文件、颜色深度
    2022-01-25 18:23:21下载
    积分:1
  • 用写的,用一个栈解决迷宫的基本问题。做…
    用VC写的,用栈解决了数据结构基本的迷宫问题.没有用到MFC类库-VC wrote, with a stack data structure to solve the basic problem of the maze. Do not use MFC
    2022-02-28 22:28:05下载
    积分:1
  • 1. The definition of the order of string storage structure. 2. The initializatio...
    1.定义串的顺序存储结构。 2.编写函数实现串的初始化、分配、取子串算法 3.编写函数据实现串的模式匹配-1. The definition of the order of string storage structure. 2. The initialization string write function implementation, distribution, taking sub-string algorithm 3. Write a function, according to string pattern matching to achieve
    2022-08-25 03:34:41下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载