资源列表
[其他小程序] 4
说明: 哈夫曼编码是一种编码方式,它是根据每一个字符出现的概率而建立起来的。哈夫曼编码借助树形结构构造,算法实现时使用链表或静态链表结构,空间的每个结点内有左子树、右子树、双亲指针。在构成哈夫曼树之后,为求编码需从叶子结点出发走一条从叶子到根的路径;而为译码需从根出发走一条从根到叶子的路径。-Huffman coding is an encoding method, which is the emergence of each of the probability of a character bui<冰颜> 在 2025-06-22 上传 | 大小:19kb | 下载:0
[其他小程序] 5
说明:图的遍历中,因为图的任一顶点都可能与其余的顶点相邻接,所以在访问了某个顶点之后,可能沿着某条路径搜索之后又回到该顶点上。为了避免同一顶点被访问多次,在遍历图的过程中必须记下每个已访问过的顶点。深度优先搜索从图的某个顶v点出发,访问此顶点,然后依次从v的未被访问的邻接点出发深度优先遍历图。遍历图的过程实质上是对每个顶点查找其邻接点的过程。其耗费的时间则取决于所采用的存储结构。-Graph traversal, since the graph of any vertex can be with th<冰颜> 在 2025-06-22 上传 | 大小:23kb | 下载:0
[其他小程序] 3
说明:了解VC++应用程序向导的过程及利用向导生成SDI框架后得到的基本类(包括方法)及彼此关系,理解文档、视图及相互关系,编程实现画图程序,掌握事件、消息、消息处理函数等基本概念。-Learn VC++ AppWizard process and use the wizard generated SDI fr a mework has been the basic category (including methods) and their relations, understanding docu<冰颜> 在 2025-06-22 上传 | 大小:22kb | 下载:0
[其他小程序] VisualC++SY
说明:VisualC++程序实用大全 VisualC++程序实用大全 -VisualC++ Utility Daquan procedures VisualC++ Utility Daquan procedures VisualC++ Utility Daquan procedures<> 在 2025-06-22 上传 | 大小:6.57mb | 下载:0
[其他小程序] mayuanyuan
说明:运用列表视控件、列表框和其他控件,编写基于对话框应用程序,实现类资源管理器的功能,理解对话框与控件的关系。-Depending on the use of the list control, list boxes and other controls, the preparation of dialog-based applications, to achieve resource management type functions, understanding the relationship<ma> 在 2025-06-22 上传 | 大小:67kb | 下载:0
[其他小程序] VC++dierci
说明:编程实现类的定义,掌握C++面向对象基本特性,如抽象、继承、重载、多态,理解虚函数、构造函数、析构、模板等基本概念与基本语法-Realize the definition of types of programming, master C++ Basic object-oriented features such as abstraction, inheritance, overloading, polymorphism, understanding virtual function, cons<ma> 在 2025-06-22 上传 | 大小:13kb | 下载:0