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

搜索资源列表

  1. Vigenere

    0下载:
  2. 一个关于维吉尼亚密码的编程,用java实现,用String类和数组实现,比较经典-A password on the Virginia program, with java implementation, with the String class and an array of implementation, more classic
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:553
    • 提供者:
  1. 03061460

    0下载:
  2. 存储管理模拟 实验中固定内存分区采用结构体数组实现,分区信息采用结构体初始化实现。由于结构体中含string类,VC++不能对含string类的结构体初始化,这里采用MinGW编译器作为程序平台。-Storage management simulation experiments using a fixed memory partition an array of structures to achieve, partition information structure initialized
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2358315
    • 提供者:wangxingzhen
  1. Link

    0下载:
  2. 1、用VS2010控制台程序完成,键盘输入选择的道具的坐标。 2、拥有普通游戏的控制流程:开始游戏、重新开始、退出游戏等;拥有游戏最基本的一些文字提示,如坐标输入错误、两坐标点不可连等提示;拥有最基本的一些错误判断。 3、要求使用两个道具连接判断的最优算法实现。 4、要求可以实现撤销与反撤销。 5、要求加入自动消除道具和洗牌道具(消耗性道具)。 6、要求整个工程全部用C++代码完成,不允许出现C风格代码(如用string代替char*、用容器代替数组、类等)。 -A VS
  3. 所属分类:Chess Poker games

    • 发布日期:2017-11-24
    • 文件大小:435262
    • 提供者:
  1. comarray_struct

    0下载:
  2. 使用结构数组的类-The class using structural array
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-11-18
    • 文件大小:24050
    • 提供者:站长
  1. LaVolpe32bppDIB

    0下载:
  2. Enclosed is a suite of classes that allow you to work strictly with 32bpp DIBs, including recognizing transparency/alpha channels in gifs, icons, pngs, & bitmaps. There are a bunch of "nice to have" routines and maybe an eye-opener or two for some
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-31
    • 文件大小:689990
    • 提供者:fddghh
  1. qarray_demo

    0下载:
  2. c++中自定义结构的动态数组源码,支持排序.给了动态数组模板类,以及排序的模板函数.-c++ customize dynamic array source to support the sort. to the dynamic array template class, as well as the sort of template function.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-25
    • 文件大小:13268
    • 提供者:wdx
  1. 2

    0下载:
  2. 设计一个类模板,用于对数组进行排序、查找、求元素和,并以整数数组和实数组进行编程测试。-The design of a class template, used to sort the array, find, and elements and, and an integer array and is programmed to test the array.
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1094
    • 提供者:fanxiu
  1. EnterpriseObjects

    0下载:
  2. 用于c#.net数据库操作的类库。能把结婚集以数组的形成操作。-For c#. Net Class Library database operations. Set to be married to the formation of an array operation.
  3. 所属分类:SQL Server

    • 发布日期:2017-04-02
    • 文件大小:66475
    • 提供者:徐春
  1. f

    0下载:
  2. 设计一个类模板Find,用于对一个有序数组采用二分法查找指定数据的元素下标-The design of a class template Find, for an orderly array of data using dichotomy to find the elements specified subscr ipt
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:1321
    • 提供者:苏浙
  1. 263_TestStudent

    0下载:
  2. 课程类有名字,学生数组,老师,学生个数属性。 有增加学生方法,查看课程信息方法,查看课程详细信息方法,查询学生信息方法 -Course class has the name of the array of students, teachers, students number of attributes. There are methods of increasing the number of students to view course information methods, view
  3. 所属分类:Applet

    • 发布日期:2017-04-16
    • 文件大小:12502
    • 提供者:
  1. ZHSY

    0下载:
  2. 实验内容: 编制一程序,要求接收从键盘输入的一个班的学生成绩,并存放于50字节的GRADE数组中,其中GRADE+N保存学号N+1的学生成绩。然后根据GRADE中的学生成绩,把学生名次填入50字节的RANK数组中,其中RANK+N的内容是学号为N+1学生的名次。再按学号把学生顺序把学生名次显示出来。 实验要求:1.必须画流程图。2.本程序要求要有多重循环和子程序,其中 成绩输入、计算学生名次、显示学生名次都分别用子程序,也可用宏处理。-Experiment content: the
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:1188
    • 提供者:lixian
  1. 20081212

    0下载:
  2. 编制一个剪子,锤子,布的游戏程序。 先使用随机类在划拳数组中,随机取一个, 然后用户选择一个,最后将两者进行比较, 通过比较得出想要的结果。-The preparation of a scissors, a hammer, cloth game procedures. First class划拳random array, a random check, and then select a user, and finally compare the two, reached by
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-13
    • 文件大小:2284
    • 提供者:王叶松
  1. nijuzhen

    0下载:
  2. 自己写的一个类 句阵操作 内容可靠 欢迎大家下载-Write your own array to operate a class sentence reliable welcome you to download content
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2275
    • 提供者:dove
  1. checkarray

    0下载:
  2. 设计一个用于检查数组在使用时下标是否越界的类,如越界给出提示。(知识点:下标运算符的重载)。-Used to check the design of a current array subscr ipt is in the use of cross-border class, such as cross-border give tips. [Knowledge points: subscr ipt operator overloading].
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:5115
    • 提供者:王清
  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. CSSTidy-1.3

    0下载:
  2. 一个CSS的语法解析器,读取CSS代码,并存成矩阵。用以优化和纠正CSS代码。-This class represents a CSS parser which reads CSS code and saves it in an array. In opposite to most other CSS parsers, it does not use regular expressions and thus has full CSS2 support and a higher relia
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-06
    • 文件大小:118749
    • 提供者:Dion Hua
  1. clearmine

    0下载:
  2. 这是一个模拟扫雷游戏的vc编码程序 编码思想: 通过几个数组设定好雷区的位置,自己造出几个视图类的成员函数,分析是是否有雷,以及雷的个数。-This is a simulated mine vc game coding procedure coding idea: through several array set the location of mined areas, their own view class create a member of several functions, a
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:39100
    • 提供者:刘栋
  1. TsinghuaCdatastructures

    0下载:
  2. 清华+殷人昆C++数据结构 幻灯片教学课件 通过本课程的学习,应达到知识和技能两方面的目标: 1、知识方面:从数据结构的类定义和对象的使用,以及存储表示和操作的实现两个层次,系统地学习和掌握常用的基本数据结构(包括数组、顺序表、多项式、字符串、链表、栈与队列、优先级队列、广义表、树与森林、二叉树、堆、集合、图、搜索结构、索引结构、散列结构等)及其不同的实现,了解并掌握分析、比较和选择不同数据结构、不同存储结构、不同算法的原则和方法,为后续课程的学习打好基础。 -Tsinghua Q
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1839013
    • 提供者:ciweijsf
  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. snowbase

    0下载:
  2. 这个压缩包里包括5个程序,一个报告,是我c语言课程设计,其中那个数据库系统设计的比较好,用c语言完成,代码5000行,这里好包括课程报告,1.设计一个字符串类,要求具有计算字符串长度、两个字符串大小比较、两个字符串连接等功能。 2.设计复数类Complex,具有复数设置及其输入输出、两个复数的加法和乘法功能。 3.设计一个一维向量(数组)模板类Vector 4.设计一个列表(链表)模板类List 5.一个简陋的数据库系统设计(可参考FoxBase)。-Including the
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-05
    • 文件大小:609857
    • 提供者:赵洋洲
« 1 2 3 4 5 67 8 9 10 11 ... 32 »
搜珍网 www.dssz.com