搜索资源列表
StringExt
- String扩展类,增强String的功能,同时提供了一系列常用功能的封装,包括文件复制、文件相对路径、绝对路径转换等。-String category to expand and enhance the function of String, while providing a series of commonly used functions of packaging, including document reproduction, document relative path, abso
24dian(Win)
- 实现24点算法,采用了一个类封装,如果使用可以稍微修改下-24-point implementation algorithms, uses a type of packaging, if you are using can be slightly modified under the
TEMP
- 一个字符串表达式匹配算法。支持字符集表达式[],[^],[a-b];支持*,?,+。仅依赖C库。C++类封装,使用简便,运行迅速。经过实际运用验证。-Expression of a string matching algorithm. support character sets Expression [],[^],[ ab] and support*,?,+。 Rely on the C library. C++ class packaging, simple to use.
MFC_wzq
- 本程序以类封装的方式完成五子棋,包含悔棋,禁手功能-The procedure for class encapsulates manner Gobang, including undo, cut-off hand function
11
- 用链表实现多项式的加减乘法,c源代码。 用类封装。-include Polynomialh
fileoperate
- 编写程序并调试:从程序中读入一篇英语文章(如englishfile.txt),并作一些词汇统计(用类封装成员函数)-Programming and debugging: from the program read an English article (such as englishfile.txt), and to make a number of statistical terms (using the class encapsulates a member function)
ASP.NET
- ASP.NET基类相关类封装 ASP.NET基类相关类封装-ASP.NET base class class encapsulates the ASP.NET base class class encapsulates ASP.NET base class class encapsulates
myBook.tar
- myBook.tar unix下用C++类封装实现的一个图书管理系统,多文件操作-myBook.tar unix implemented using C++ class encapsulates a library management system, multi-file operations
Computer-component-experiments
- MFC设计的。计算机组成原理实验,计算机指令流程仿真类封装,可以实现add命令的微命令序列的生成。-MFC design. Computer component experiments, computer instruction process simulation class package, you can add commands to achieve micro command to generate sequences.
sglink
- C++ 单链表的实现,增删改查等功能,适合初学者了解链表数据结构和C++的类封装。-C++ single linked list implementation, CRUD functions, suitable for beginners to understand the linked list data structure and C++ class package.
test4
- 大家知道在VC++中我们可以用CreateThread创建一个线程,该函数返回这线程的Handle,以后我们就可以用这个Handle来管理这个线程的。于是我们可以做一个类名为ThreadManager,来管理这些Handle,并随时监控这些线程的状态。 总的思想就是这样,不过为了方便使用,我们最好把这个类封装成DLL的形式,这样以后我们在任何程序中都可以很方便的用该类来管理线程了(当然如果你有兴趣,也可以用COM模型来实现)。 -We all know that in VC++, we
LineConv
- 实现字符串的换行格式转换的源码,可以从 \r\n 到 \n 或者从 \n 到 \r\n 的转换,本程序采用类封装,并使用标准库方便移植,测试环境VS2010。-Wrap string format conversion source code, \r\n to \n or \n to \r\n conversion, the program uses a type of packaging, and the use of the standard library to faci
PlaySound
- 声音播放类,封装windows声音播放函数,实现声音播放功能.-Class for playing sound test.
packalaThe
- RAS api class MFC package RAS api的MFC类封装-The RAS API class MFC package MFC class encapsulates the RAS API
SQLHelper
- 常用数据库操作类封装。 SQLite、SQLCE 除了支持连接、插入、查询、事务等、还支持支持数据层级的操作(Common database operations class package. SQLite, SQLCE In addition to supporting connections, inserts, queries, transactions, etc., support for data level operations is also supported)
WIN消息通讯_操作
- C#封装的WIN消息通讯类、可实现多程序之间的消息通讯,支持字符串、数据对象。(C# package WIN message communication class, can achieve communication between multiple procedures, support strings, data objects.)
lgck-xultiplichtion
- VC写的界面程序,仿超级解霸界面,使用类封装技术,是VC学习者的好东东,提升软件价值()
BengLeiFuZaiTeXing
- 泵类负载特性,封装好了,直接输入参数即可(Pump load characteristics, packaged, and direct input parameters)
VC++ GDI写的坦克大战完整源码
- 最近学习《Visual C++游戏编程基础》这本书,于是就想不能白学,编写一个游戏吧,于是就试着做了个坦克大战游戏,只学过C语言,C++看了一遍书,不会类封装,代码中都是结构体+函数。。。算是C语言式的C++了吧!(Tank war complete source code written by VC++ GDI)
vcpmvqc0
- 完美随机数的实现 , 以类封装随机数的实现 , 随机数的产生不会出现重复 , 程序只是简单实现 , 有待改进()