-
-
-
-
sort.rar
7种排序算法 vb演示 与比较
MICROSOFT FOUNDATION CLASS LIBRARY :
vb seven sort
-
poco-1.2.5.tar.gz
C++ class libraries for network-centric, portable applications, integrated perfectly with the C++ Standard Library. Includes network protocols (Sockets, HTTP, FTP, SMTP, POP3, etc.) and an XML parser. Licensed under Boost license.
-
-
-
label.rar
一个可以改变static文本框字体、大小、颜色的类
enum FlashType {None, Text, Background }
class CLabel : public CStatic
{
// Construction
public:
CLabel()
CLabel& SetBkColor(COLORREF crBkgnd)
CLabel& SetTextColor(COLORREF crText)
CLabel& SetText(const CString ...
-
config.rar
... 表的类
#ifndef __SYS_CONFIG_H__
#define __SYS_CONFIG_H__
#ifndef __COMMONFUNC_INCLUDE__
#define __COMMONFUNC_INCLUDE__
#endif
class CConfig
{
public:
CConfig()
~CConfig()
void Load()
void Save()
CString OperatorPwd
CString ...
-
Ini.rar
// "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
// ...
-
-