中公 发表于 2016-6-19 14:47:03

计算机基础知识:稀疏矩阵的三元组存储

2014公共基础知识题库|行政能力测试复习资料|2014年申论热点
【导语】在事业单位考试中,计算机专业知识的复习向来是考生复习备考阶段的一大重点,其中新都事业单位考试网为计算机基础知识的复习为考生提供知识点梳理,帮助考生备考!
快速转置算法
Void FastTran (spmattptp *a, spmattp * b)
{b->m=a->n;b->n=a->m;b->t=a->t;
if (a->t!=0)
{for (col=1; coln; col++)
num=0; /*num[ ]初始化*/
for (k=o;kt;k++)
num.j]++; /*统计A中各列非零元素个数*/
pot=0;
for (col=2;coln;col++)
pot=pot+num;
/*确定A 中各列个非零元在 b->elem[ ] 中的下标 pot[ ];
for (p=0; pt; p++)
{ col=a->elem.j;
q=pot;
b->elem.i=a->elem.j;
b->elem.j=a->elem.i;
b->elem.v=a->elem.v;
pot++;
} }}
以上是新都事业单位考试网为考生梳理计算机基础知识点,供大家学习识记!
更多精彩内容,请访问事业单位招聘考试网!
页: [1]
查看完整版本: 计算机基础知识:稀疏矩阵的三元组存储