搜索资源列表
huffman_cdoe
- 多个Huffman编码、解码器的程序,对数据结构的学习者很有用。-over Huffman encoding, decoding device procedures, data structures useful to learners.
向量遍历器
- 数据结构常用算法——向量遍历器。希望能给读者朋友带来帮助。-algorithm commonly used data structures -- Vector traverse device. Hope can help bring readers.
codebuf
- 一个编码器,能编解码位流,适用于压缩算法的编码输出。-a coding device that can flow spaces codecs, compression algorithm applied to the coding output.
稀疏矩阵运算器
- 题目:稀疏矩阵是指那些多数元素为0的矩阵.利用稀疏特点进行存储和计算可以大大节省存储空间,提高计算效率.实现一个能进行稀疏矩阵基本运算的运算器.基本要求:以带行逻辑连接信息的3元组顺序表表示稀疏矩阵,实现两个矩阵相加,相减和相乘的运算.矩阵的输入形式采用3元组表示,而运算结果的矩阵则以通常的阵列形式列出.概要设计:1.以带行逻辑连接信息的3元组顺序表表示稀疏矩阵2.本程序包含2个模块:(1) 各集合定义模块(2) 主程序模块-topics : sparse matrix refers to th
hfmbyq
- 哈夫曼编/译器。有点问题,得不到正确的结果,望修改-Huffman Encoder/translation device . A little problem, not the correct results, look changes
poly_multi
- 用单链表实现多项式乘法。创建一个PolyNode类,用来保存单项式的内容。单链表用来储存多项式,为方便以见,储存时以降幂排列,这样有利于操作。在程序中操作单链表都是用迭代器来实现的。 在输入单链表时也要以降幂排列输入,相乘过程中每两个单项式相乘,然后将相乘得到的单项式结果插入到乘积多项式的正确位置。-Single linked list to achieve polynomial multiplication. Create a PolyNode class to store the con
uOttawaDevice
- virtual omni 和 chai3D 的通信数据结构-A basic scenegraph data structure including the shared memory communication between Virtual Omni and Chai3D s virtual device
xishujuzhenyunsuanqi
- 三元数组描述的稀疏矩阵加法,减法,乘法运算。是稀疏矩阵数据结构的运算器。-Array of sparse matrix described ternary addition, subtraction, multiplication. Sparse matrix data structure is the computing device.
wenjianjiadadaoqi
- 数据结构 文件夹打包器 北京邮电大学计算机学院大二期末数据结构与算法课作业-Packaged device data structure folder of Computer Science, Beijing University of Posts and sophomore end of the data structures and algorithms Homework
Signal-enhancement-device
- 信号增强装置问题要求对于一个给定的信号传输网络,计算如何放置最少的信号增强装置来保证网络传输的畅通。 对于给定的带权树,计算放置信号增强装置最少数量。 -Signal enhancement device for a given problem requires the signal transmission network, calculating how to place a minimum of signal enhancement device to ensure the smo
HW2
- This program is to give you practice in the use of UNIX functions fork() and pipe() and to implement message communication between processes. In this program you will implement a simple UNIX shell in C. The shell reads a command line from the input,
链表1
- 链表用法,通过指针完成对链表前端和后端的索引,同时包含相关用法实例,以打分器为例进行了详细介绍(Using the pointer, the index of the front end and the back end of the linked list is completed by the pointer, and the relevant usage examples are included, and the typing device is introduced in detail