资源列表
c8051f340USB
- c8051f340 usb开发程序指南,帮助usb新手解决问题
ASCIIQuery
- ascii checker ASCII码查询器
RunOnlyOnce
- 对于有些程序来说,系统要求只能运行一次,附件应用程序只运行一次的dll源码
sdr_sdram
- SDRAM顶层模块,大家可以看看,学习一下模块的化分
Hough
- Hough变换 BOOL Hough(HWND hWnd){ //定义一个自己的直线结构 typedef struct{ int topx //最高点的x坐标 int topy //最高点的y坐标 int botx //最低点的x坐标 int boty //最低点的y坐标 }MYLINE DWORD BufSize LPBITMAPINFOHEADER lpImgData LPSTR lpPtr HDC hDc
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
- 自己写的关于粒子群算法求函数最小值的例程,简单易懂,对理解算法有很大帮助