CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - array class

搜索资源列表

  1. Koules

    0下载:
  2. Clear Mine扫雷游戏: 这是一个模拟扫雷游戏的vc编码程序 编码思想: 通过几个数组设定好雷区的位置,自己造出几个视图类的成员函数,分析是是否有雷,以及雷的个数。 基于DirectDraw的小游戏 Koules: Koules是基于DirectDraw的小游戏用DirectDraw,DirectSound,DirectInput的综合例子 移植自linux下游戏,原代码结构较好较容易看懂。-Clear Mine mine Game: This is a simulatio
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:187444
    • 提供者:小H
  1. BitArrayApp

    0下载:
  2. 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
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:23354
    • 提供者:tony Lam
  1. EOSproject

    0下载:
  2. 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
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:133830
    • 提供者:wyb527
  1. templated_devices

    0下载:
  2. 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.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:1935
    • 提供者:xadas
  1. order

    0下载:
  2. 用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
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-22
    • 文件大小:943928
    • 提供者:jack
  1. RandomArray

    0下载:
  2. 实现随机数组生成的方法类,通过该类可以生成随机数组-The method of random arrays generated class, the class can be generated by random array
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:5753
    • 提供者:suzie
  1. array-new

    0下载:
  2. 一个类似于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
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:8876
    • 提供者:zeng rongjia
  1. Timer

    0下载:
  2. 实现了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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:3633
    • 提供者:GuoQi
  1. MFC_Array_Tutorial

    0下载:
  2. 一个使用MFC的VC++数组类代码,大家都知道,MFC的数组类可以存放任何数据类型,C++的常规数组在使用前必须将其定义成能够容纳所有可能需要的元素,而MFC数组类创建的对象可以根据需要动态地增大或减小,数组的起始下标是0,而上限可以是固定的,也可以随着元素的增加而增加,数组在内存中的地址仍然是连续分配的,希望通过我这个程序示例让你对基于MFC的数组类有一个更好的理解,教您学会使用这种数组类。 -One using MFC in VC++ array class code, and we
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:11185
    • 提供者:madud00082
  1. CArrayDemo

    0下载:
  2. CArray数组模板类的使用实例源码,很不错的demo-The use of an array of template class CArray source code examples, very good demo
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:36390
    • 提供者:吴燕燕
  1. array

    0下载:
  2. 改进后的变长数组管理模板类,比前面的版本增加了_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.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:10450
    • 提供者:zeng rongjia
  1. CArrayDemo

    0下载:
  2. CArray数组模板类的使用实例源码,很不错的vc源码,推荐!-CArray template class array of instances of the use of source code, source code vc very good, recommended!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:38067
    • 提供者:吴新兰
  1. CPP

    0下载:
  2. (1) 扩充程序,使之还能输出所有学生中单科成绩最高的学生信息。 (2) 设计一个容器类来管理所有的学生,即将main函数中的代码设计到一个类中。 (3) 代码中为了处理本科生和研究生设计了两段逻辑完全相同的代码,其所以这样设计是因为本科生类和研究生类是不同的类型,因此我们无法用单一的数组来包括所有的学生,从而导致无法对这些学生(本科生和研究生)进行统一的管理,请利用多态设计方法简化程序设计,也就是想办法能将本科生类对象和研究生类对象看作同一种类型以进行统一管理。 -自动检测中英文中
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:891828
    • 提供者:路昊
  1. YuArray

    0下载:
  2. 自己随手编写的纯C++开发的动态数组模板类,希望对大家有用-Readily prepared pure C++ developed dynamic array template class, we want to
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:1967
    • 提供者:yuhua
  1. encryption

    0下载:
  2. DES加密的类,采用C++编写,明文存放在一个一维数组中。-DES encryption class, C++ write explicit stored in a one-dimensional array.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:6888
    • 提供者:暗暗
  1. bank

    0下载:
  2. 利用资源向量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
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-02
    • 文件大小:222112
    • 提供者:孟瑞
  1. FuzzyParameterDescription

    0下载:
  2. 一个产品的模糊评价信息储存载体类,其中包括了模糊数等级个数、模糊数名称数组、模糊集合数组以及相关操作函数等。-A fuzzy evaluation information storage carrier class, including fuzzy number level number, the name of the fuzzy numbers array, Fuzzy collection array manipulation functions.
  3. 所属分类:Windows Kernel

    • 发布日期:
    • 文件大小:1670
    • 提供者:荣伟
  1. template

    0下载:
  2. 模版类,解压缩之后,将Array.h包含即可使用.-The template class decompress Array.h contains can be used.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-20
    • 文件大小:12264
    • 提供者:赵邦羽
  1. buddyeditor_global

    0下载:
  2. Byte Array Class for linux API Driver.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-20
    • 文件大小:4125
    • 提供者:lengtinwui
  1. array

    0下载:
  2. c++编写的队列操作类,包含队列的初始化,读取,写入等函数。-written in c++ class queue operations, including the initialization of the queue, read, write and other functions.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:920
    • 提供者:xingxudong
« 12 3 »
搜珍网 www.dssz.com