搜索资源列表
Koules
- Clear Mine扫雷游戏: 这是一个模拟扫雷游戏的vc编码程序 编码思想: 通过几个数组设定好雷区的位置,自己造出几个视图类的成员函数,分析是是否有雷,以及雷的个数。 基于DirectDraw的小游戏 Koules: Koules是基于DirectDraw的小游戏用DirectDraw,DirectSound,DirectInput的综合例子 移植自linux下游戏,原代码结构较好较容易看懂。-Clear Mine mine Game: This is a simulatio
BitArrayApp
- The class CBitArray behaves like a specialization of the MFC template class CArray. A real specialization is not possible because of a missing simple data type for a bit. For maximum efficiency the bits are packed into a dynamic array of unsign
EOSproject
- EOS1实现3种版本的向量内积) ,返回double精度数值) ,比较使用不同大下和密度的向量来对比相关的速度) ,-In large-scale optimization problems, different vectors and matrices are typically sparse, i.e. only very few elements are non-zero. Typically vectors with thousands of elements may contain o
templated_devices
- Solution for managing an array of devices ranged from 1 .. N and the array holding the devices ranged from 0 .. N-1. In this example we have a dictionary that receives string apply a hashing function on him that returns a class of indexes.
order
- 用c++ 实现的用类的构造函数初始化数组,是一种新的思路,学习完后会对c++有新的认识-Using c++ implementation with the class constructor to initialize the array, is a new idea, learn c++ would have exhausted a new understanding of
RandomArray
- 实现随机数组生成的方法类,通过该类可以生成随机数组-The method of random arrays generated class, the class can be generated by random array
array-new
- 一个类似于VC++ 中的CString的动态数组类集合,可以方便构造对象,对象长度可在访问时自动增加数组长度,且可实现数组的整体赋值。-A class that works like "CString" in VC++. It can be used to make a array anytime anywhere. And the array newed by the class can be 0 length and can grow automatically when program i
Timer
- 实现了linux unix下基于posix标准的定时器机制,支持定义定时事件链表,用于学习。-a timer class baseed on posix ,which can be used in linux and unix.This class support timer event array. just for share and study
MFC_Array_Tutorial
- 一个使用MFC的VC++数组类代码,大家都知道,MFC的数组类可以存放任何数据类型,C++的常规数组在使用前必须将其定义成能够容纳所有可能需要的元素,而MFC数组类创建的对象可以根据需要动态地增大或减小,数组的起始下标是0,而上限可以是固定的,也可以随着元素的增加而增加,数组在内存中的地址仍然是连续分配的,希望通过我这个程序示例让你对基于MFC的数组类有一个更好的理解,教您学会使用这种数组类。 -One using MFC in VC++ array class code, and we
CArrayDemo
- CArray数组模板类的使用实例源码,很不错的demo-The use of an array of template class CArray source code examples, very good demo
array
- 改进后的变长数组管理模板类,比前面的版本增加了_3DPOINT类,支持空间矢量和、积、差等运算-Improved management of variable-length array template class. comparing the previous version,_3DPOINT class is added. Which supports vector addition,mutiply opperations are supported.
CArrayDemo
- CArray数组模板类的使用实例源码,很不错的vc源码,推荐!-CArray template class array of instances of the use of source code, source code vc very good, recommended!
CPP
- (1) 扩充程序,使之还能输出所有学生中单科成绩最高的学生信息。 (2) 设计一个容器类来管理所有的学生,即将main函数中的代码设计到一个类中。 (3) 代码中为了处理本科生和研究生设计了两段逻辑完全相同的代码,其所以这样设计是因为本科生类和研究生类是不同的类型,因此我们无法用单一的数组来包括所有的学生,从而导致无法对这些学生(本科生和研究生)进行统一的管理,请利用多态设计方法简化程序设计,也就是想办法能将本科生类对象和研究生类对象看作同一种类型以进行统一管理。 -自动检测中英文中
YuArray
- 自己随手编写的纯C++开发的动态数组模板类,希望对大家有用-Readily prepared pure C++ developed dynamic array template class, we want to
encryption
- DES加密的类,采用C++编写,明文存放在一个一维数组中。-DES encryption class, C++ write explicit stored in a one-dimensional array.
bank
- 利用资源向量Available ,它是一个含有m个元素的数组,其中的每一个元素代表一类可利用的资源的数目,其初始值是系统中所配置的该类全部可用资源数目。其数值随该类资源的分配和回收而动态地改变。如果Available(j)=k,标是系统中现有Rj类资源k个。-Resource utilization vector Available, it is an array that contains m elements, wherein each element is representative o
FuzzyParameterDescription
- 一个产品的模糊评价信息储存载体类,其中包括了模糊数等级个数、模糊数名称数组、模糊集合数组以及相关操作函数等。-A fuzzy evaluation information storage carrier class, including fuzzy number level number, the name of the fuzzy numbers array, Fuzzy collection array manipulation functions.
template
- 模版类,解压缩之后,将Array.h包含即可使用.-The template class decompress Array.h contains can be used.
buddyeditor_global
- Byte Array Class for linux API Driver.
array
- c++编写的队列操作类,包含队列的初始化,读取,写入等函数。-written in c++ class queue operations, including the initialization of the queue, read, write and other functions.