-
十字链表是这样构成的:用链表模拟矩阵的行(或者列,这可以根据个人喜好来定),然后,再构造代表列的链表,将每一行中的元素节点插入到对应的列中去。书中为了少存几个表...
十字链表是这样构成的:用链表模拟矩阵的行(或者列,这可以根据个人喜好来定),然后,再构造代表列的链表,将每一行中的元素节点插入到对应的列中去。书中为了少存几个表头节点,将行和列的表头节点合并到了一起――实际只是省了几个指针域,如果行和列数不等,多余的数据域就把这点省出的空间又给用了。这点小动作让我着实废了半天劲,个人感觉,优点不大,缺点不少,不如老老实实写得象个十字链表,让人也好看一些,这是教科书,目的是教学。实在看得晕的人,参阅C版的这部分内容,很清晰。我也不会画图,打个比方吧:这个十字链表的逻辑结构就像是一个围棋盘(没见过,你就想一下苍蝇拍,这个总见过吧),而非零元就好像是在棋盘上放的棋子,总共占的空间就是,确定那些线的表头节点和那些棋子代表的非零元节点。最后,我们用一个指针指向这个棋盘,这个指针就代表了这个稀疏矩阵-Crusaders is the form : Chain Simulation matrix rows (or out, This can be based on individual preferences to be), and then constructed on behalf of the chain out, Each line of the elements inserted into the node corresponding to the series. To book a few small depositors table first node, out of line and the first node table to merge together-- the reality is that a number of indicators provincial jurisdictions, if the number of rows and columns ranging, redundant data domain put this province has granted the use of the space. This little trick I did waste a half-day efforts, personal feeling, not merit, a lot of shortcomings,
- 2022-03-13 05:45:31下载
- 积分:1
-
一个简单的C语言编写的图书管理系统,实现图书管理工作的基本功能...
一个简单的C语言编写的图书管理系统,实现图书管理工作的基本功能-A simple C language of the library management system to achieve the basic functions of library management
- 2023-05-01 13:30:04下载
- 积分:1
-
excel automation的使用
excel automation的使用-the use of excel automation
- 2022-01-25 14:52:03下载
- 积分:1
-
这是一个计算器,里面具有的功能有四则运算,还有其他的功能!~...
这是一个计算器,里面具有的功能有四则运算,还有其他的功能!~-This is a calculator, which has the function has four computing, there are other features! ~
- 2022-07-07 16:51:19下载
- 积分:1
-
一个Vb与mapx结合的开发实例,为初学者一个参考的机会
一个Vb与mapx结合的开发实例,为初学者一个参考的机会-Vb with a combination of the development of MapX instance, a reference for beginners the opportunity to
- 2023-02-24 14:30:06下载
- 积分:1
-
在进行单机使用时,可做使pc端成为一个服务器来使用.
在进行单机使用时,可做使pc端成为一个服务器来使用.-When used in stand-alone, can make pc into a server-side use.
- 2022-11-06 15:10:04下载
- 积分:1
-
OpenCV
基于opencv的人脸和人眼检测程序,mfc界面,功能强大,简洁好用-Opencv-based human face and the human eye testing procedures, mfc interface, a powerful, simple and easy to use
- 2022-01-28 00:57:35下载
- 积分:1
-
本ASP上传组件可同时上传多个文件,并可过滤掉不允许上传的文件(如 asp文件等)。当上传文件与已有文件重名时,可选择“不覆盖”、“覆盖”和“改名”三种处理方式...
本ASP上传组件可同时上传多个文件,并可过滤掉不允许上传的文件(如 asp文件等)。当上传文件与已有文件重名时,可选择“不覆盖”、“覆盖”和“改名”三种处理方式对上传进行控制,并且还可设置自定义文件名。上传完毕后,可取得上传的文件个数,上传成功的文件个数,上传到的路径,以及上传过程中组件内部的重要处理成功与否等等信息。(解压后的WEB目录下是可直接注册使用的组件和ASP示例文件)-This ASP can simulatly upload many files
- 2022-03-18 05:03:52下载
- 积分:1
-
tianqiyubao tianqiyubao tianqiyubao
tianqiyubao tianqiyubao -tianqiyubao tianqiyubao tianqiyubao
- 2022-03-21 02:09:08下载
- 积分:1
-
用.netc#语言写的文件操作小样例源代码,代码短小精悍,具备了核心操作部分...
用.netc#语言写的文件操作小样例源代码,代码短小精悍,具备了核心操作部分-File operator sample by .net C#
- 2023-02-21 03:15:02下载
- 积分:1