资源列表
data-structureCPP
- 数据结构的几个实用例程,包括哈弗曼编译码、各种排序及比较等,很好用-Several useful data structure routines, including Huffman encoding and decoding, various sorting and comparison, the good
zonghe
- C语言编写顺序表综合操作,包括初始化,插入,删除-C language integrated operation sequence tables, including initialization, insert, delete, etc.
Binary-search-algorithm
- 在数据结构中,用C语言编程实现二分法查找算法-In the data structure, using C language programming binary search algorithm
Binary-tree-traversal-algorithm
- 数据结构中,实现二叉树的遍历,包含前序,中序和后序-Data structure, binary tree traversal, including former preorder, inorder and postorder
virtual-resequencing-cPPrule4
- 虚拟重排序简单规则c++代码 相信大家都懂的-Virtual simple rules c++ code reordering believe we know everything
graph
- 扩充深度优先搜索算法,在遍历图的过程中建立生成森林的左子女-右兄弟链表-Extended depth-first search algorithm to generate the forest to build children left graph traversal process- right sibling list
test_QUEUE
- 队列-(FIFO)的实现一种示例,包括接口文件及其实现文件,测试文件等。在CFree下验证成功,包括CFree工程文件-Queue- (FIFO) to achieve one example, includes interface files and implementation files, test files. Verification is successful in CFree, including CFree project file
biTree_PetManage
- 关于二叉树的示例程序。包括二叉树的接口及其实现,测试程序等。经过CFree编译、验证成功。包含工程文件。-About binary sample program. Including binary interface and its implementation, testing procedures. After CFree compilation, verification was successful. Including engineering documents.
huffman
- 统计符号(字母)出现的次数,并对其进行哈夫曼编码,再进行解码得到原结果-Number of statistical symbols (letters) appears, and its Huffman coding, decoding the original results obtained
airline
- 航班系统,包括订票,退票,增加航线,删除航线,修改航线等操作。-The flight system, including booking, a refund, increase the route, delete route, route revision operation.
canshuchuandi
- 参数进行值传递的方式有三种,分别是传值(value),传址(address),和传引用(reference) 传值时子函数(被调用者)复制父函数(调用者)传递的值,这样子函数无法改变父函数变量的值 传址时父函数将变量的地址传递给子函数,这样子函数可以能过改写地址里的内容改变父函数中的变量 传引用则是一种看起来像传值调用,而实际上功能同传址一样的传递方式。子函数可以改写父函数的变量值。-Parameters are passed by value in three w
LFM-maker
- 脉冲压缩的产生,使用matlab为工具,挺直观易懂的,大家可以直接使用-Generation of pulse compression using matlab as a tool, very intuitive, we can directly use