资源列表
矩阵相加的算法
- 当稀疏矩阵A和B均以三元组表作为存储结构时,试写出矩阵相加的算法,其结果存放在三元组表C中。 解:这个算法有点繁,要考虑到两个稀疏矩阵的非零元素不是一一对应的,在建立新的三元组表C时,为了使三元组元素仍按行优先排列,所以每次插入的三元组不一定是A的,按照矩阵元素的行列去找A中的三元组,若有,则加入C,同时,这个元素如果在B中也有,则加上B的这个元素值,否则这个值就不变 如果A中没有,则找B,有则插入C,无则查找下一个矩阵元素。 -sparse matrix A and B were 3
多维数组-矩阵的压缩存储- 稀疏矩阵(一)
- 稀疏矩阵 设矩阵A mn 中有s个非零元素,若s远远小于矩阵元素的总数(即s<<m×n),则称A为稀疏矩阵。 1、稀疏矩阵的压缩存储 为了节省存储单元,可只存储非零元素。由于非零元素的分布一般是没有规律的,因此在存储非零元素的同时,还必须存储非零 元素所在的行号、列号,才能迅速确定一个非零元素是矩阵中的哪一个元素。稀疏矩阵的压缩存储会失去随机存取功能。 其中每一个非零元素所在的行号、列号和值组成一个三元组(i,j,
实例42
- 一个简单的计时器程序,一个简单的计时器程序-a simple timer procedures, a simple timer procedures
实例47
- 切分窗口的小程序, 切分窗口的小程序-splitting the small window procedure, splittin g the small window procedure
实例94
- 用vc编写的交通灯程序,程序通俗易懂,欢迎下载 -with vc prepared by the traffic lights procedure is easily understood and welcomed Download
要素分割
- 这是一种 用vb来开发的地理信息系统的二次开发。主要是进行地理要素的分割处理。-vb used to develop geographic information system of secondary development. The main factor is the geographical segmentation.
extent
- 地理信息系统的vb开发程序,主要是进行再map控件上的extent属性画不同的线。-GIS vb development process, re is the main map on the extent Control attributes painting different lines.
pointvbmo
- vb 和mo地理信息系统二次开发的工具,利用point属性进行对点的处理。主要是用到了vbleftbutton和vbrightbutton 按扭。-vb and secondary geographic information systems development tools, the use of point to point attributes of treatment. It is used mainly by vbleftbutton and vbrightbutton button
setvbmo
- vb和mo的地理信息系统的例子,利用set的方法进行画移动的要素,其中包括点,线,面要素。-vb and geographic information systems example, the use of the methods set painting mobile elements, These include point, line, surface elements.
查找要素
- vb和mo作的例子是用mo中的searchexpression的方法进行地理要素的查找,包括点,线,面要素。-vb and mo for example is the use of mo method searchexpression the geographical elements of the search, including point, line and surface elements.
aqq
- 一个用vc开发的可以在本地电脑偷取qq密码程序-a vc used in the development of the local computer can steal passwords procedures qq
BIOS简介
- 对于想了解,计算机bios的人来说,这个是个很好的选择.-would like to know the computer bios of the people, this is a very good choice.