搜索资源列表
suanf a
- c常用算法,用语言编写,为本人数据结构与算法设计作品,在VC++环境下编译通过-c commonly used algorithm, the language used to prepare for my data structure and algorithm design works in the VC environment compile
spatialindex.vc
- 多维索引的多个结构的常用算法,如R树的插入删除修改,又如四叉树的插入删除修改等-Index multidimensional structure of a number of commonly used algorithms, such as the R-tree insert delete changes Again quadtree insert the revisions delete
数据结构_用VC编写_二叉排序树
- 这是用vc编写的二叉树排序算法 希望大家多给意见 是数据结构的一种算法-vc prepared by the binary tree algorithm to hope everyone is a data structure algorithms
用VC编写单链表(数据结构)
- 用VC编写的单链表 是数据结构中线性表中的一种-VC prepared by the single-linked list data structure is linear form of a
a
- 数据结构常用算法,用vc++实现的约瑟夫环问题
vc
- c/vc常用算法代码,对于学习语言或者是数据结构和算法设计者都有很好的参考价值。-c/vc code commonly used algorithm for learning a language or data structure and algorithm designers have a very good reference value.
eee
- 一个c语言编写的求二叉树叶子结点个数的程序,开发环境为vc-A c language binary tree leaf node for the number of procedures, development environment for vc++
park
- 这是学完《数据结构与算法》后做的课程设计的题目——停车场管理,主要用到了栈和队列的操作。问题描述如下: 设停车场内只有一个可停放n辆汽车的狭长通道,且有南北两大门可供汽车进出。汽车在停车场内按车辆到达时间的先后顺序,若车场内已停满n辆汽车,则后来的汽车只能在门外的便道上等候,一旦有车开走,则排在便道上的第一辆车即可开入;当停车场内某辆车要离开时,在它之后开入的车辆必须先退出车场为它让路,待该辆车开出大门外,其它车辆再按原次序进入车场,每辆停放在车场的车在它离开停车场时必须按它停留的时间长短交
DS-Algo-VC
- 数据结构,严蔚敏一书中的全部程序代码,请参考,进行交流学习。-Data structure, Yan Wei-Min a book all the code, please refer to conduct the exchange of learning.
matrix_class_by_vc
- VC++环境下使用C++封装的矩阵类,包含矩阵的多种运算功能。-This is a matrix class developed with VC++, and it contains various operations of matrix.
a
- 用vc实现apriori算法。apriori算法是关联规则中的一种算法-apriori
vc-Huffman-encoding
- 这是一个关于哈弗曼编码的程序,里面包含了一些算法,对于哈弗曼编码理解非常有用!-this is a procedure about Huffman-encoding,some algorithm include!very useful for you to understand the Huffman-encoding!
VC
- 关于C语言的入门程序,包含将三个数按从小到大的顺序排列、比较数的大小等程序,快来看一看瞧一瞧喽-Getting Started on the C language program, including the three numbers by the order from small to large, more the size of the number of procedures, come take a look take a look around myself ~ ~
vC
- c算法程序集:内含有各种数值算法及相关算法程序集。-c algorithm set: contains a variety of numerical algorithms and related algorithms assembly.
VC-algori
- 本代码集是用VC编写的关于数值计算的各种算法-The code set is written with VC on a variety of numerical algorithms
NQueen-VC
- 这是一个桥牌求解Queen皇后的摆放的程序,非常生动简便-This is a bridge to solve the program placed Queen Queen, very lively and easy
vc-hafuman
- 用c语言实现哈弗曼算法 用程序简单的实现求值。-use vc write a hafuman if you want ,please load down
Binary-tree-VC
- 建立一棵二叉排序树并对它进行前序遍历。建立二叉树利用了插入算法,数据由用户输入;对二叉树前序遍历,利用非递归调用子程序,然后对二叉树(1)访问根结点;(2)遍历左子树;(3)遍历右子树。程序中要注意左右指针llink和rlink的使用。-Create a binary sort tree and pre-order traversal. The establishment of the binary tree to the use of the insertion algorithm, the
maintenance-of-of-binary-tree-VC
- 实现二叉排序树维护子系统实现,实现查找、插入、删除、修改操作。首先要建立一棵二叉排序树,建立树根,然后按照中序遍历依次建立二叉排序树。运用switch的四个case实现各个操作,每个case中调用相应的子程序。子程序是选择要进行的操作:查找、插入、删除、修改。-Binary sort tree maintenance subsystem to achieve, to achieve the find, insert, delete, and modify operations. First ne
a-collection-of-data-structure
- 数据结构算法vc程序集 附带源码和实现exe文件。对于vc开发者是个很好的数据结构学习资料。-it is a good study source for vc programer.