资源列表

« 1 2 ... .38 .39 .40 .41 .42 1543.44 .45 .46 .47 .48 ... 2656 »

[数据结构常用算法algorithm_for_interview

说明:面试常见算法以及解法,非常好,全部用C++实现。有详细解释-Common algorithms and interview method, very good, all with C++ implementation. Explained in detail
<huochai> 在 2024-11-11 上传 | 大小:38kb | 下载:0

[数据结构常用算法this_pointer

说明:类是程序模块化的一个主要工具,它封装了将一个数据结构和对该数据结构的一组操作  友员是破坏信息隐蔽的一种机制,主要目的是考虑程序的运行效率  静态数据成员的作用是在多个模块之间共享数据。静态成员函数提供对静态数据成员操作的封装以及不依赖对象数据的共同操作-Class is a major tool for modular program, which encapsulates a data struc
<卫国> 在 2024-11-11 上传 | 大小:38kb | 下载:0

[数据结构常用算法8-pluzze

说明:这个是基于启发式搜索算法解八数码问题的一个演示程序,旨在演示启发式搜索及A*算法的基本使用方式。内部已经写好了三种启发式算法,可以在使用过程中选用。并另附了一份实验报告。-This is based on the heuristic search algorithm for solving the the 8-puzzle Problem. Program showed how to use heuristic search and
<徐晓涛> 在 2024-11-11 上传 | 大小:38kb | 下载:0

[数据结构常用算法huffman

说明:This huffman algorithm developed in c language-This is huffman algorithm developed in c language
<nader> 在 2024-11-11 上传 | 大小:38kb | 下载:0

[数据结构常用算法erchashu

说明:建立一颗用二叉树链表方式存储的二叉树,斌对其进行表里(先序中序后序),打印输出表里结果。-Create a list using a binary tree stored in the binary tree, its bin table (after the first sequence in the sequence order), print out the result table.
<pantao> 在 2024-11-11 上传 | 大小:38kb | 下载:0

[数据结构常用算法BinaryOrderTree

说明:自己用C++写的二叉排序树,利用标准模板库实现-Their own written with C++ binary sort tree, the use of standard template library implementation
<周海明> 在 2024-11-11 上传 | 大小:38kb | 下载:0

[数据结构常用算法HeapSort

说明:堆排序程序。运行后,先输入待排序的数的个数,然后再输入数字,最后确定,输出排好序(按从小到大)的数。-Heap sort process. Running, enter the number to be sorted a number, then enter a number, and finally determined, the output sorted (by small to large) number.
<陈军> 在 2024-11-11 上传 | 大小:38kb | 下载:0

[数据结构常用算法BinaryTrees

说明:This article introduces the basic concepts of binary trees, and then works through a series of practice problems with solution code in C/C++ and Java. Binary trees have an elegant recursive pointer structure, so they a
<stefan> 在 2024-11-11 上传 | 大小:38kb | 下载:0

[数据结构常用算法tree

说明:由用户输入先序和中序序列,以此构造一棵二叉树;然后对二叉树进行层次遍历,先序中序后序遍历;并且计算出这棵树的第一条最长路径并将其打印出来。-By the user input sequence and the first order sequence as a binary tree structure then the level of binary tree traversal, inorder postorder preorde
<ilmf> 在 2024-11-11 上传 | 大小:38kb | 下载:0

[数据结构常用算法Lab-Sharp-4

说明:A full adder with non-uniform csa
<Babar Jamil> 在 2024-11-11 上传 | 大小:38kb | 下载:0

[数据结构常用算法Expression-evaluation

说明:表达式求值主要使用的数据结构是栈,因为栈具有后进先出的特点,与表达式求值时的符号和数值运算过程是刚好相符合的。表达式求值也是栈的一个典型的运用。-Expression evaluation is the main data structure used in the stack, because the stack has the characteristics of LIFO, and expression evaluation wh
<sy> 在 2024-11-11 上传 | 大小:38kb | 下载:0

[数据结构常用算法string

说明:数据结构 string类模拟-String class simulation data structure. . . . . . . . . . . . . .
<chenguanyu> 在 2024-11-11 上传 | 大小:38kb | 下载:0
« 1 2 ... .38 .39 .40 .41 .42 1543.44 .45 .46 .47 .48 ... 2656 »

源码中国 www.ymcn.org