资源列表
Ini
- // \"CIni\" is a simple API wrap class used for ini file access. // The purpose of this class is to make ini file access more // convenient than direct API calls. // // This file is distributed \"as is\" and without any expressed or implied
struts-message-resources-tutorial
- 一个简单的struts message编程实例
config
- 一个读写注册表的类 #ifndef __SYS_CONFIG_H__ #define __SYS_CONFIG_H__ #ifndef __COMMONFUNC_INCLUDE__ #define __COMMONFUNC_INCLUDE__ #endif class CConfig { public: CConfig() ~CConfig() void Load() void Save() CStr
label
- 一个可以改变static文本框字体、大小、颜色的类 enum FlashType {None, Text, Background } class CLabel : public CStatic { // Construction public: CLabel() CLabel& SetBkColor(COLORREF crBkgnd) CLabel& SetTextColor(COLORREF crText) CLabel& SetTex
UsbApp
- This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.
pokerSolitaire
- 我学习AJAX后写的一个小游戏写的不好大家不要介意,我是初学者
pso_qzn
- 自己写的关于粒子群算法求函数最小值的例程,简单易懂,对理解算法有很大帮助
VideoEXE
- 视频采集数据 实现视频采集、预览,选择压缩器
cs1.3.6
- 非常棒的CS网络工具 1.3.6源代码,编写cs作弊器的
cgFV
- 一个cg语言的顶点和片断光照参考,是Phong模型的
simulate_SPI
- 这个是在LPC213X上实现的模拟SPI总线的读写功能;
yahoocom
- 从yahoo.com上下载股票的报价,是编写股票程序的重要参考代码