-
十字链表是这样构成的:用链表模拟矩阵的行(或者列,这可以根据个人喜好来定),然后,再构造代表列的链表,将每一行中的元素节点插入到对应的列中去。书中为了少存几个表...
十字链表是这样构成的:用链表模拟矩阵的行(或者列,这可以根据个人喜好来定),然后,再构造代表列的链表,将每一行中的元素节点插入到对应的列中去。书中为了少存几个表头节点,将行和列的表头节点合并到了一起――实际只是省了几个指针域,如果行和列数不等,多余的数据域就把这点省出的空间又给用了。这点小动作让我着实废了半天劲,个人感觉,优点不大,缺点不少,不如老老实实写得象个十字链表,让人也好看一些,这是教科书,目的是教学。实在看得晕的人,参阅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语言实现
调试无误-Virginia cryptography algorithm implementation c language
- 2022-06-01 06:22:03下载
- 积分:1
-
Given a connected weighted undirected graph, find the minimum spanning tree grap...
给出一个连通带权的无向图,找出该图的最小生成树。并带有问题的详细描述及测试数据。-Given a connected weighted undirected graph, find the minimum spanning tree graph. With a detailed description of the problem and the test data.
- 2022-05-08 15:47:03下载
- 积分:1
-
Component to control audio volume
Component to control audio volume
- 2023-06-15 01:45:03下载
- 积分:1
-
一个简单的GPS应用软件开发包,可用于学习GPS的应用开发参考。...
一个简单的GPS应用软件开发包,可用于学习GPS的应用开发参考。-a simple GPS applications software development kits, GPS can be used to study the application and development of information.
- 2022-03-13 02:55:02下载
- 积分:1
-
中国象棋_window电话
用C语言编写的中国象棋人工智能。
- 2022-06-29 13:34:39下载
- 积分:1
-
医院信息系统,包括医生工作站,挂号,收费…
医院信息系统,包括医生工作站,挂号,收费,发药,物质管理等模块.-Hospital information systems, including doctors workstations, registration, fees, medicine, material management modules.
- 2022-07-01 04:51:59下载
- 积分:1
-
图书馆理系统
图书管理系统,CPP源文件图书管理系统,CPP源文件图书管理系统,CPP源文件图书管理系统,CPP源文件阿尔图书管理系统,CPP源文件图书管理系统,CPP源文件
- 2022-08-10 02:01:21下载
- 积分:1
-
金额数字小写转大写
应用背景 企业财务、出纳、资产评估师、土地评估师、房产评估师等在日常工作中经常需要金额大写的情况,这个工具将小写的数据转换为大写的数据。方便工作人员填写报表等。关键技术 采用VB编程,代码可以用到任何地方。Private Function changnum(num As Integer) As String Select Case num Case 0 changnum = "零" Case 1 changnum = "壹" Case 2 changnum = "贰" Case 3 changnum = "叁" Case 4 changnum = "肆" Case 5 changnum = "伍" Case 6 changnum = "陆" Case 7 changnum = "柒" Case 8&nb
- 2023-03-22 09:15:04下载
- 积分:1
-
采用MFC编写的一个很简单的地图编辑器,详细见源代码
采用MFC编写的一个很简单的地图编辑器,详细见源代码-MFC prepared to adopt a very simple map editor, in detail see the source code
- 2022-03-23 02:17:59下载
- 积分:1