-
十字链表是这样构成的:用链表模拟矩阵的行(或者列,这可以根据个人喜好来定),然后,再构造代表列的链表,将每一行中的元素节点插入到对应的列中去。书中为了少存几个表...
十字链表是这样构成的:用链表模拟矩阵的行(或者列,这可以根据个人喜好来定),然后,再构造代表列的链表,将每一行中的元素节点插入到对应的列中去。书中为了少存几个表头节点,将行和列的表头节点合并到了一起――实际只是省了几个指针域,如果行和列数不等,多余的数据域就把这点省出的空间又给用了。这点小动作让我着实废了半天劲,个人感觉,优点不大,缺点不少,不如老老实实写得象个十字链表,让人也好看一些,这是教科书,目的是教学。实在看得晕的人,参阅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
-
vb操作打印机,打印预览,不规则窗体的创建,完整的vb源代码!
vb操作打印机,打印预览,不规则窗体的创建,完整的vb源代码!
- 2022-06-03 02:32:45下载
- 积分:1
-
语音卡D/300SC
语音卡D/300SC-E1的部分源码,希望和大家分享。-Voice card D/300SC-E1 some source, would like to share.
- 2022-03-29 01:02:32下载
- 积分:1
-
计算机考试网上报名预定(asp.net)源代码
注意:将ComputerTest文件夹复制到C:Inetpubwwwroot目录下(一般情况是这样),同时将...
计算机考试网上报名预定(asp.net)源代码
注意:将ComputerTest文件夹复制到C:Inetpubwwwroot目录下(一般情况是这样),同时将数据库Computertest.mdb复制到C盘根目录下即可运行程序-computer examinations scheduled for the Internet (Asp. Net) source code to : ComputerTest copied to the folder C : Inetpubwwwroot directory (this is the general), while copies of the database Computertest.mdb NOTE directory can run programs
- 2022-01-24 12:44:41下载
- 积分:1
-
这是MTeX套装中的一个重要工具,用于判断一个文件是否只包含Ascii字符。由于中文tex文件的编译需要进行特殊处理(但这种处理会对英文tex文件造成副作用),...
这是MTeX套装中的一个重要工具,用于判断一个文件是否只包含Ascii字符。由于中文tex文件的编译需要进行特殊处理(但这种处理会对英文tex文件造成副作用),通过这个小工具,可以自动判断是否应对tex文件做相应的中文预处理。
-This is a suite MTeX an important tool for judging whether a file contains only Ascii characters. As the Chinese compile tex document the need for special treatment (but this deal will result in side effects of the English tex file), the adoption of this gadget, you can automatically determine whether to deal with tex document corresponding Chinese pretreatment.
- 2022-02-20 16:58:10下载
- 积分:1
-
core Windows programming code with books, core Programming Windows book about a...
Windows核心编程随书代码,
Windows核心编程一书介绍有高级Dll技术,API Hook, 以及VC异常处理(__try-__finally)等等, 是学习Windows系统编程的很好的资料-core Windows programming code with books, core Programming Windows book about a senior Dll technology, API Hook, Exception Handling and VC (__try- __finally), etc., learning Windows Programming good information
- 2022-10-25 13:35:03下载
- 积分:1
-
二分查找树。希望对刚开始学习数据结构的有帮助,
二分查找树。希望对刚开始学习数据结构的有帮助,-BinarySearchTree.rar
- 2023-02-28 02:35:03下载
- 积分:1
-
很有用的HTTP下载源程序,是用VB写的,谁说VB写这种程序困难
很有用的HTTP下载源程序,是用VB写的,谁说VB写这种程序困难-Down load files by HTTP, written in VB.
- 2022-06-01 07:38:48下载
- 积分:1
-
主菜单为 1.预定管理 2.住客管理 3.信息查询 4.打印报表 5.日常业务 6.退出 各菜单明细说明 1.预订管理 预订管理 pub_ydgl 会议预订 p...
主菜单为 1.预定管理 2.住客管理 3.信息查询 4.打印报表 5.日常业务 6.退出 各菜单明细说明 1.预订管理 预订管理 pub_ydgl 会议预订 pub_hyyd 预订等待 pub_wait-to a main menu. Scheduled management 2. Guest Management 3. Information 4. Print statements 5. Day-to-day operations 6. From the menu a detailed note. Advance reservations management pub_ydgl management meeting for booking reservations pub_hyyd pub_wait
- 2022-10-01 04:05:05下载
- 积分:1
-
如何显示HTML对话框模型(比微软的使用
如何显示模式的HTML对话框(比使用微软的webbrowser控件简单)-How to display HTML dialog model (than the use of Microsoft
- 2023-03-03 01:10:03下载
- 积分:1