搜索资源列表
P4_1
- 要求用户输入三个数(float类型),判断以这三个数为边长能否组成一个三角形-Requires the user to enter three numbers (float type) to determine whether the three numbers for the side length to form a triangle
gongchengruanjian
- 稀疏矩阵压缩存储的基本操作实现实验 要求:数据元素类型ElemType取float。 1)从键盘输入稀疏矩阵的各元素。(行<=5,列<=5) 2)建立稀疏矩阵的十字链表。 3)分别按行、列输出链表中各元素的数据域。