-
十字链表是这样构成的:用链表模拟矩阵的行(或者列,这可以根据个人喜好来定),然后,再构造代表列的链表,将每一行中的元素节点插入到对应的列中去。书中为了少存几个表...
十字链表是这样构成的:用链表模拟矩阵的行(或者列,这可以根据个人喜好来定),然后,再构造代表列的链表,将每一行中的元素节点插入到对应的列中去。书中为了少存几个表头节点,将行和列的表头节点合并到了一起――实际只是省了几个指针域,如果行和列数不等,多余的数据域就把这点省出的空间又给用了。这点小动作让我着实废了半天劲,个人感觉,优点不大,缺点不少,不如老老实实写得象个十字链表,让人也好看一些,这是教科书,目的是教学。实在看得晕的人,参阅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
-
对系统WINDOWS屏蔽
对系统WINDOWS屏蔽-right shielding system WINDOWS
- 2022-10-13 05:40:03下载
- 积分:1
-
Print preview plug
打印预览插件,可以vb中使用-Print preview plug-ins, can be used vb
- 2023-08-18 06:25:03下载
- 积分:1
-
with plans to do background when a single text, a good interface, it is worth le...
用计划书做背景的时候,一个很好的文字界面,很值得学习
- 2023-01-10 08:35:04下载
- 积分:1
-
电子书籍《AndersonJ.D.
电子书籍《AndersonJ.D.-Computationalfluiddynamics》的第十章源程序代码。-E-books
- 2022-10-08 15:25:02下载
- 积分:1
-
一个EVC实例MP3播放器
里面含EVC源码和英文文档说明
一个EVC实例MP3播放器
里面含EVC源码和英文文档说明-AppWizard has created this MyMp3sec application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
This file contains a summary of what you will find in each of the files that
make up your MyMp3sec application.
MyMp3sec.h
This is the main header file for the application. It includes other
project specific headers (including Resource.h) and declares the
CMyMp3secApp application class.
MyMp3sec.cpp
This is the main application source file that contains the application
class CMyMp3secApp.
MyMp3sec.rc
This is a listing of all of the Microsoft Windows CE resources that the
program uses. It includes the icons, bitmaps, and cursors that are stored
in the RES subdirectory. This file can be directly edited in Microsoft
eMbedded Visual C++.
resMyMp3sec.ico
This is an
- 2022-03-04 20:56:58下载
- 积分:1
-
一个能将一副扑克牌随机发牌给4个玩家的程序。
一个能将一副扑克牌随机发牌给4个玩家的程序。-A program of poker.
- 2023-03-25 18:20:04下载
- 积分:1
-
c++ 线程池
通过c++实现的线程池,模拟出线程池的运行机制, 充分利用多核的优势,利用多线程来进行任务处理。
- 2023-08-25 15:55:05下载
- 积分:1
-
A synchronization process to copy the lyrics to make it easier to not use the MP...
一个同步复制歌词的程序,方便在使用MP3时不要在硬盘上到处找歌词-A synchronization process to copy the lyrics to make it easier to not use the MP3 on your hard drive around in search of the lyrics
- 2022-04-20 06:17:20下载
- 积分:1
-
基于信任管理系统开发的银行系统例子,可以实现安全访问控制。...
基于信任管理系统开发的银行系统例子,可以实现安全访问控制。-Based on Trust Management System developed by examples of the banking system.
- 2022-02-12 03:23:51下载
- 积分:1