搜索资源列表
Autoboot源码分析框架版
- 对autoboot源代码的分析报告。分析了autoboot的原理、安装和代码的框架结构。-right Autoboot source code analysis. Autoboot analysis of the principle, the installation of the framework and code structure.
195
- 第1章 Visual C++概述 1.1 Visual C++概述 1.2 Windows编程模式 1.2.1 面向过程的MS-DOS编程 1.2.2 面向用户的事件驱动编程 1.2.3 Windows消息机制 1.2.4 Windows系统消息类型 1.3 MFC类库 1.3.1 MFC类库的优越性 1.3.2 MFC类库说明 1.3.3 MFC框架与消息映射 1.4 Windows应用程序框架 1.4.1
SmallStruct5_20061010
- 此版本的 SmallStruct 5 为稳定版,可以用于商业开发,适合于C/S结构的功能复杂,业务多变的应用系统。 SmallStruct 5是一个基于配置的的应用程序框架,集成了应用程序大部分一般性功能,只要编写少量代码即可生成应用程序,并且框架本身也是可扩展的。 -this version of the five SmallStruct stable version can be used for commercial development, suited to the C / S
Plugin_Fra
- 一个完整的插件框架结构演示代码,你可以用它来给自己的程序增加插件功能!(编译时注意要先引用typelib目录里的olelib.tlb,否则会出现找不到引用错误) -a complete plug-frame structure demo code, you can use it to their own procedures to increase plugin function! (Compile-time attention to the first use of typelib oleli
dbscan
- 该源码是基于密度聚类分析的最经典的DBSCAN算法的原始结构框架