搜索资源列表
数据结构_用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
十进制转八进制(用VC编写)
- 利用数据结构中的算法 在VC环境下编写十进制转八进制-use data structure algorithms in VC metric prepared to octal
apriori 算法vc实现
- apriori 算法vc实现,应用于数据挖掘应用。-algorithm to achieve vc algorithm used data mining application.
vc++part8
- 数据结构算法vc++6.0少有的特别好的程序集 强烈推荐part8,特别好,特别适合学习数据结构,有向动手实践的,把数据结构的算法都用vc实现了,经典经典经典经典经典经典经典!-data structure algorithms vc 6.0 few good special procedures set part8 strongly recommended, particularly good, particularly suitable for the study of data str
vc++part9
- 数据结构算法vc++6.0少有的特别好的程序集part9 强烈推荐,特别好,特别适合学习数据结构,有向动手实践的,把数据结构的算法都用vc实现了,经典经典经典经典经典经典经典!-data structure algorithms vc 6.0 few good special procedures set part9 strongly recommended, particularly good, particularly suitable for the study of data str
VC
- 《algorithm of Image Processing with VC》一篇很不错的关于图像处理的论文,简明扼要地说明用VC如何进行图像处理的编程
背包问题(动态规划递归算法)的vc程序
- 用动态规划算法中的递归法求解背包问题的vc++6程序,已通过测试
sift算子的vc++源代码
- sift算子的vc++源代码
eight_queen.经典的八皇后问题用VC++实现
- 经典的八皇后问题,用VC++实现,遍历各种出现的结果,MFC界面,8 Queen' s classic problem, with VC++ to achieve, the result of various traversal
Knapsack_V6.0
- vc实现的0-1背包问题,一般递归方法,动态规划方法和贪心方法-vc achieved 0-1 knapsack problem, the general recursive method of dynamic programming methods and greedy method
parking
- 演示停车场管理的C++算法。VC下编译通过。-Demonstration of the car park management C++ Algorithm. Adopted under the VC compiler.
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.
Convex
- 凸包算法 vc 6.0 实现用户输入点凸包-Convex hull algorithm for vc 6.0 user input convex hull
lianbiaopaixu
- 2008软件公司笔试题:两个链表插入排序,VC编写-2008 software company T questions: Two linked list insertion sort, VC preparation
tree
- 数据结构二叉树算法的应用,VC环境下运行可通过-Binary tree data structure of the application algorithm, VC environment to run through
algorithm
- 王晓东算法设计与分析源码。vc下编译通过能够运行。且运行效率较高-Xiaodong algorithm design and analysis of source code. under vc compiler be able to run through. Operating efficiency and higher
kmp
- KMP String Matching VC++实现的KMP字符串匹配算法-KMP String Matching VC++ implementation of the KMP string-matching algorithms
AIRPORT
- 模拟机场跑道上飞机起飞,VC实现,适合研究数据结构算法 -Simulated airport runway on the plane to take off, VC achieved, appropriate to study the data structure algorithms
vc++实现二值化.
- vc++实现二值化.实现了图像二值化变换的功能,用vc++完成喜欢数字图像处理的可以仔细看看带代码,一起学习一起进步~