搜索资源列表
-
0下载:
Basic Compression Library
by Marcus Geelnard
Release 1.2.0
2006-07-22
Introduction
The Basic Compression Library is a library of well known compression algorithms implemented in portable ANSI C code.
For more information about
-
-
0下载:
数据结构课程设计
车厢调度
一、需求分析
1、用编号依次为1,2,3,……,n表示停在铁路调度站入口处的车厢序列。
2、用一个栈形象地表示为火车的调度站。
3、利用栈先进后出的性质,结合递归和回溯算法,实现编号1…n的车厢的所有可能的序列和每种序列的出入栈变化过程。
本程序用C语言实现,已经在TURBOC 2.0环境下通过。-Data structure the curriculum design of a train scheduling, needs analy
-
-
1下载:
C语言实现矩阵压缩的小程序
掌握特殊矩阵通过压缩存储算法进行压缩存储的方法,并编程实现相关功能。
基本要求:
(1) 可以对对称矩阵、上三角矩阵、下三角矩阵、三对角矩阵进行压缩存储;
(2) 原始矩阵通过键盘输入,执行后输出压缩后的矩阵;
(3) 输入在原始矩阵中的位置,能够得出压缩后的位置;
(4) 原始矩阵的行列数从键盘输入。
-C language implementation of small programs to master matrix comp
-