搜索资源列表
dsproject3
- 解决一个加权遍历的问题。 文件包含一个word文档,作为原问题。 还有一个c文件,解决遍历。-solve a weighted traversal issue. Document contains a word document, as the original question. There is also a c document traversal solution.
hafuman
- 一 . 需求分析: 1) 输入形式和输入值范围: 输入形式是要压缩(或者要解压)的文件路径,输入范围是字符串,而且要是文件的路径。 2) 输出形式: 输出相应的编码压缩文件和解码原文件 3) 程序所能达到的功能: 利用哈夫曼对ASCII文件做不等长编码,达到压缩文件。利用哈夫曼树的遍历,达到解压文件的目的。程序的功能也就是实现压缩和解压ASCII类型文件的目的。 4)测试数据:(包括正确的输入数据及其输出结果和含有错误输入及其输出结果) 测试输
c++SoruceCCodeAboutTen
- C++程序设计与应用源码、C++反射的例子、RSA算法、vc++访问DAO数据库、遍历文件夹并建成目录树、打字小程序、电子便笺 、仓库管理系统
BiTree
- 数据结构中的二叉树的遍历(前序、中序、后序)算法,包括递归和非递归两种实现,另外还实现了层次遍历算法(header文件夹中包含了数据结构的头文件)。-Data structure of binary tree traversal (pre-order, in sequence, after the sequence) algorithm, including recursive and non-recursive two to achieve, in addition to achieving
DataStructureUtil
- 该压缩文件夹内有诸多常用算法和数据结构的c++模板编程实现,可作为您程序开发的辅助工具。具体有栈、队列、优先队列、字典、二叉树、图(包括节点的遍历,连通性判断,3种经典最短路径算法的实现等)。-The compressed folder, there are many commonly used algorithms and data structures c++ Template programming, can be used as your development tool. Specif
shiyan
- 数据结构:二叉树的建立与遍历,C语言,实验内容,包含源代码可执行文件。-Data structures: the establishment and traverse binary tree, C language, test content, including source code executable file.
shiyansan
- 数据结构:图的遍历与构造,C语言,数据结构实验内容,包含源代码和可执行文件。-Data structure: graph traversal and structure, C language, data structure, the experiment content, including source code and executable files.
avl-tree
- 用c语言实验AVL树,程序需要外加txt文件用来创建被遍历图,相信看了程序后很简单。-AVL tree using c language experiment, procedures used to create the necessary external txt file to be traverse map, I believe after reading procedure is simple.
C
- 上传的文件包含6个: 计算器、二叉树、排序、哈希查找、图的遍历和最小生成树。-Upload file contains 6: calculator, binary tree, sorting, hash search, graph traversal and the minimum spanning tree.
matlab_C
- 该算法主要演示matlab调用C语言程序的示例,包括一个基本的加法运算、一个矩阵截取和一个递归遍历方法,提供给大家参考 运行时首先修改cd命令后面的路径为文件夹当前路径即可自动编译执行-Call the main demonstration of the algorithm matlab example C language program, including a basic addition operation, an interception and a recursive tr
C-data-structures-applet
- 赫夫曼 迷宫问题 图的创建和遍历 文件的读写 文学研究助手 运动会分数统计 约瑟夫环实验报告示范及其源代码 银行业务模拟程序和作业-Huffman maze map file creation and traversal of literature to read and write scores of statistical research assistant Joseph Central Games Demonstration experiment report
TreeTip
- C++用树来实现文件的遍历,效率比较高,测试了,没有bug-C++ files to implement a tree traversal more efficient, tested, and no bug
info_sys.tar
- 《简单信息管理系统(C语言描述)》 这是本人用C语言实现的简单信息管理系统,由顺序存储的线性表来组织数据结构,程序在CentOS 5.1环境下完成,我的博客上有程序界面截图(我的博客:http://blog.163.com/joshuachan@yeah/)。 本系统实现的数据操作: 增加/遍历/排序/查询及删除匹配数据/数据文件的导入和导出。 系统文件组成: 测试程序<test.c>,综合头文件<main.h>,
a
- 使用C语言进行遍历,遍历一个文件下的所有文件-Traverse a file, all the files
traverse_floder
- 用C++语言写的可以实现对文件夹下任意文件的遍历和统计!-C++ language written any file folder traversal and statistics!
C
- C语言图遍历的问题,详细的实现了图遍历的功能,并且还有录入文件的功能,删除文件内容的功能,通过单链表可以实现文件的录入,删除,查找,浏览,修改等功能.-C graph traversal problem, detailed the realization of the function of graph traversal, and the function of the input file, delete the file content function, through singly l
Graph
- 对图表的储存,深度遍历,广度遍历,文件操作的源代码(For chart storage, depth traversal, breadth traversal, file operation source code)