搜索资源列表
平衡二叉树c++
- 平衡二叉树生成 输入任意个节点 如 2 6 8 0为显示 可自动生成平衡二叉树 bf为平衡因子 h给深度 可插入删除 计算转动次数(wangliwei007也是我,质料没添全就换这个好号,请斑竹给我发个号好吗?我也想下载东西,急)-balanced binary tree generating arbitrary input nodes as 2 6 8 0 to demonstrate that automatically generates balanced binary tree bf f
permtang
- 这是一个生成全排列的程序,采用最小变化算法,相邻两个序列之间只有两个数的次序不同,每交换两个数,便形成一个新的序列,速度非常快.-This is a whole generation with a procedure using the smallest change algorithm sequence between two adjacent only two of several different order every two exchanged a few, it will lead
AVL_Lib
- Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to work in the random access memory(RAM). Some of them do provide some mechanism for dumping the whole tree into a file and loading it back to the memory
show_zuiduan
- 这是我的作业,是当时全班最好的,最短路径演示系统,能自定义节点和路径,显示出最短路径,节点用了组件,整个程序用了皮肤组件。-This is my work, then the whole class is the best, shortest path demonstration system can be defined nodes and trails. show that the shortest path, using a node components, with the whole
td
- 二维点集合聚类的图像化演示程序 用它可以很直观的看到聚类的整个过程-2D point set of images of the cluster demo program can use it directly to see the whole process of clustering
本人用C++编写的数据结构
- 本人大学时编写的算法包括 堆栈数据结构 链表数据结构 及二叉树等。。。。。。很多很全-I am prepared by the university, including stack algorithm data structure Chain and binary tree data structure so. . . . . . The whole lot
AlgorithmDesignChapter4Chapter5
- 《计算机算法设计与分析》王晓东版本第四章五章课后习题的部分答案,百分百全对。C文件的格式。- Computer Algorithm Design and Analysis, Wang Xiaodong version of Chapter IV of five chapters of part of the answer after-school exercises, the whole hundred percent right. C file format.
C
- 本文档容括了C(C++)所有算法,分为数值算法、图论算法、背包算法、排序算法、高精度算法、树的遍历、进制转换、全排列和组合生成、查找算法、贪心、回溯法框架、DFS框架、BFS框架、数据结构相关算法。并有实例源码-This document, including the capacity C (C ) for all algorithms, divided into numerical algorithms, graph theory, algorithm, knapsack algorit
perm
- 利用回溯法求解背包问题和全排列的算法,用c++实现。-The use of retrospective method knapsack problem and the whole array of algorithms, using c++ realize.
BitArray_src
- The Bit Array structure provides a compacted arrays of Booleans, with one bit for each Boolean value. A 0 [1] bit corresponds to the Boolean value false [true], respectively. We can look at a stream of bytes as a stream of bits each byte contains 8 b
aluo3
- 数据结构课程设计:(1)民航航班信息服务系统 (2)运动会分数统计 包括源代码、EXE文件、课程设计报告!比较全。-Curriculum design data structure: (1) Civil Aviation Flight Information Service System (2) Games fraction statistics, including source code, EXE files, curriculum design report! Comparison o
quanpai3
- 输入一个正整数,输出从一到这个整数的全排列。-Enter a positive integer, the output from one to the integer array of the whole.
SimpleBinaryTreeExample
- 一个关于二叉树的小实验例子,包括整个的过程文件-A small experiment on the binary tree example, including the whole process of document
qiubiaodashi
- 功能较全的表达式求值程序 C代码。mian是主函数,内设有加密密码。-Function than the expression of the whole evaluation process C code. mian is the main function, which are equipped with encrypted password.
data(word)
- 数据结构比较全的题目,有利于面试笔试,是你学习的好东西-Comparison of the whole data structure of the title, the interview written in favor of
queen
- 超牛的8皇后程序,整个程序只有短短的10行,而且是按标准格式,控制台上输出的格式也是符合美观条件的-8, Queen' s super-cow program, the whole process is only a short span of 10 lines, and is based on a standard format, the format of the console output is also in line with the conditions of appeara
TripleMatrix
- 输入稀疏矩阵中非零的元素,然后建立整个矩阵,实现这两个矩阵相加、相减和相乘运算。 -Enter non-zero elements of sparse matrix, and then build the whole matrix, to achieve these two matrices are added together, subtraction, and multiplication operations.
ga
- 讲解如何用C语言实现遗传算法,以及应用遗传算法求解的全过程-Explain how to use C language implementation of genetic algorithms, and the application of genetic algorithm the whole process of
maopao
- 一个输出起泡排序全过程的程序,附实验报告、源码和可执行文件-A bubble sort out the whole process of the procedure, with a test report, source and executable files
whole-array
- 递归实现全排列(c++实现)dev下通过编译-Recursive implementation of the whole array