资源列表
communication-system
- 简单通信系统流程(通信系统接收机用matlab实现的简单过程)-Simple communication system processes
Drdatastructure
- 一位博士写的数据结构课件,对数据结构分析很清楚,对学生很有参考价值-A data structure written by Dr. courseware, data structure analysis is very clear, useful reference for students
caidanhanshu
- 一个结构很清晰的菜单函数,包括了一级菜单和二级菜单函数-A clearer menu structure function, if not enough you can add your own level menu structure is very simple, go over to know how modified.
yaahpSetup052NoDemo
- 层次分析法软件 用于帮助使用者做决定而设计的模型 从而得出最优解决方案-Analytic Hierarchy Process software used to help users make decisions and design model to arrive at the optimal solution
SimSelectSort
- 常见的排序算法,包括简单排序,直接选择排序,插入排序,冒泡排序,希尔排序,快速排序等-Common sorting algorithms, including the simple sort, selection sort, insertion sort, bubble sort, shell sort, quick sort, etc.
Hashtable
- 哈希表,C语言visual 2010版运行-Hash table C language visual 2010 edition run
Data-Structures--Algorithms-C-
- 数据结构C语言描述和学习,适合初学者,开卷有益。-C language to describe data structures and learning, suitable for beginners.
2
- 设计一个哈夫曼编码、译码系统。对一个ASCII编码的文本文件中的字符进行哈夫曼编码,生成编码文件;反过来,可将编码文件译码还原为一个文本文件。 (1) 从文件中读入任意一篇英文短文(文件为ASCII编码,扩展名为txt); (2) 统计并输出不同字符在文章中出现的频率(空格、换行、标点等也按字符处理); (3) 根据字符频率构造哈夫曼树,并给出每个字符的哈夫曼编码; (4) 图形化输出哈夫曼树、哈夫曼编码; (5) 将文本文件利用哈夫曼树进行编码,存储成压缩文件(编码文件后缀
1
- 实现背包问题算法,并用MFC做出界面,画出曲线图。-Knapsack problem algorithm, and make the interface using MFC, draw graphs.
dadibiancheng
- 此程序包括大地主题解算,坐标正反算,对于大地测量实习学生特别适用-this program is useful for student
data-structure
- 设有一个职工文件,每个职工记录包含职工编号姓名部门号工资数信息: int num //职工号 char name[15] //姓名 int depno //部门 float salary //工资 设计一个程序完成如下功能。 (1)从文件中读出职工记录,并建立一个带头结点的单链表。 (2)输入一个职工记录。 (3)显示所有职工记录。 (4)按照编号对所有职工记录进行递增排序。 (5)按照编号对所有职工记录进行递增排序。 (6)按照编号对所有职工记录进行
PAT全套答案_1001至1049
- 该文档包含了PAT上的基础部分案例,可以参考一下(The document contains the basic part of the PAT case, you can refer to)