自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 资源 (8)
  • 收藏
  • 关注

转载 红黑树实现——STL中的MAP

原文地址:http://www.dklkt.cn/article.asp?id=181 [转载]STL中map实现技术 来源:http://blog.csdn.net/Fandywang_jlu/archive/2008/03/23/2208363.aspx 红黑树是一种自平衡二叉查找树,是在计算机科学中用到的一种数据结构,典型的用途是实现关联数组。它是在1972年由Rudolf

2012-04-12 00:20:22 2899

转载 标准库中的map和set

摘要:本文列出几个基本的STL map和STL set的问题,通过解答这些问题讲解了STL关联容器内部的数据结构,最后提出了关于UNIX/LINUX自带平衡二叉树库函数和map, set选择问题,并分析了map, set的优势之处。对于希望深入学习STL和希望了解STL map等关联容器底层数据结构的朋友来说,有一定的参考价值。 STL map和set的使用虽不复杂,但也有一些不易理

2012-04-12 00:11:45 494

转载 Insertion Sort

Insertion sort belongs to the O(n2) sorting algorithms. Unlike many sorting algorithms with quadratic complexity, it is actually applied in practice for sorting small arrays of data. For instance, it

2012-04-03 11:18:19 894

转载 Selection Sort

Selection sort is one of the O(n2) sorting algorithms, which makes it quite inefficient for sorting large data volumes. Selection sort is notable for its programming simplicity and it can over perform

2012-04-03 11:15:32 1441

转载 Bubble Sort

Bubble sort is a simple and well-known sorting algorithm. It is used in practice once in a blue moon and its main application is to make an introduction to the sorting algorithms. Bubble sort belongs

2012-04-03 11:06:23 870

转载 Quicksort

original website:http://www.algolist.net/Algorithms/Sorting/Quicksort Quicksort is a fast sorting algorithm, which is used not only for educational purposes, but widely applied in practice. On the av

2012-04-02 22:05:15 2880

Visual C++数据库编程技术与实例(光盘代码)

Visual C++数据库编程技术与实例(光盘代码),入门绝好的代码~~~~~~~

2011-10-12

VC与MATLAB图像处理与识别PDF

VC与MATLAB图像处理与识别(光盘代码在另一个资源里面),跟网上一般的教材不同,里面有matlab和vc代码例子,如数字识别、车牌识别。

2011-07-03

数字图像处理(冈萨雷斯)MATLAB版

数字图像处理(冈萨雷斯)MATLAB版是非常经典的图像处理入门教程,希望大家喜欢。

2011-06-22

单文档做的五子棋,适合入门者

单文档做的五子棋,界面不错,非常适合入门

2011-03-26

数据库ADO实例代码详细讲解

本代码详细讲解如何在MFC里加入数据库access,里面的代码很详细清晰

2010-04-30

学生管理系统(对各种控件应用)

对学生的各个信息管理,程序非常好,多点下载

2010-04-15

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除