Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
SearchMethod.h
Package: VC+ACCESS开发的酒店管理+论文.rar [view]
Upload User: sunh8215
Upload Date: 2010-02-13
Package Size: 1616k
Code Size: 1k
Category:
Hotel software system
Development Platform:
Visual C++
- // SearchMethod.h: interface for the CSearchMethod class.
- //
- //////////////////////////////////////////////////////////////////////
- #if !defined(AFX_SEARCHMETHOD_H__7F729996_60A1_4F7C_A570_FBA99FFB122E__INCLUDED_)
- #define AFX_SEARCHMETHOD_H__7F729996_60A1_4F7C_A570_FBA99FFB122E__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- class CSearchMethod
- {
- public:
- bool MatchingString(const char* lpszSour, const char* lpszMatch, bool bMatchCase=false);
- int FindingString(const char* lpszSour, const char* lpszFind, int nStart = 0);
- bool EnableMatches(CString str1, CString str2);
- bool IsMatchString(CString str1, CString str2);//字符窜是否匹配
- bool CheckString(CString str);//字符窜是否合法
- CSearchMethod();
- virtual ~CSearchMethod();
- //属性
- int serial[50];//保存序列号
- char serialchar[50];//保存字符的数组
- };
- #endif // !defined(AFX_SEARCHMETHOD_H__7F729996_60A1_4F7C_A570_FBA99FFB122E__INCLUDED_)