- 授权协议: BSD
- 开发语言: C/C++
- 操作系统: Windows
- 软件首页: http://vcf-online.org/
软件介绍
Visual Component Framework
The Visual Component Framework is an advanced C++ application framework that makes it easy to produce powerful Windows applications in C++. The framework is a based on a thoroughly modern C++ design and has built in support for Rapid Application Development (RAD). The framework is designed to be portable over multiple platforms and compilers, so you don't have to lose all that work that went into writing your app for a single platform!
- 整个库只有10M,比Qt轻量,但类库也相当丰富。
- 采用标准C++开发,使用少量的宏实现反射。
- 完全面向对象,大量使用标准库。
- 采用命名空间,类似于Java的良好编码风格。
- 各个模块之间层次分明,架构清晰。
Java常用算法手册
2012-5 / 59.00元
《Java常用算法手册》分三篇,共13章,分别介绍了算法基础、算法应用和算法面试题。首先介绍了算法概述,然后重点分析了数据结构和基本算法思想;接着,详细讲解了算法在排序、查找、数学计算、数论、历史趣题、游戏、密码学等领域中的应用;最后,列举了算法的一些常见面试题。书中知识点覆盖全面,结构安排紧凑,讲解详细,实例丰富。全书对每一个知识点都给出了相应的算法及应用实例,虽然这些例子都是以Java语言来编......一起来看看 《Java常用算法手册》 这本书的介绍吧!
