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

搜索资源列表

  1. 2010110

    1下载:
  2. 1. 用类编写并测试3×3矩阵转置函数,并且使用数组保存转置后的矩阵,要求使用动态内存分配方法。P206,例题6-5,6-17,6-26,27-1. Written and tested with a class of 3 × 3 matrix transpose function, and after using the array containing the transposed matrix, requires the use of dynamic memory allocation.
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1915317
    • 提供者:小蔡
  1. ClassFileSystem

    0下载:
  2. 这是一份C语言课程设计报告: 课题名称:班级档案管理系统 功能要求: (1)本系统采用一个包含N个数据的结构体数组,每个数据的结构应当包括:学号、姓名、性别、年龄、备注。 (2)本系统显示这样的菜单: 请选择系统功能项: a 学生基本信息录入 b 学生基本信息显示 c 学生基本信息保存 d 学生基本信息删除 e 学生基本信息修改(要求先输入密码) f 学生基本信息查询 (1)按学号查询 (2)按姓名查询 (3)按性别查询 (4)按年龄查
  3. 所属分类:Education soft system

    • 发布日期:2017-04-01
    • 文件大小:46893
    • 提供者:廖锦宏
  1. Chess

    0下载:
  2. 一个模拟扫雷游戏的vc编码程序编码思想: 通过几个数组设定好雷区的位置,自己造出几个视图类的成员函数,分析是是否有雷,以及雷的个数。-A simulated mine coding procedures vc game coding idea: set up a few array location of mined areas, few create their own view class member function, analysis is whether there is mine,
  3. 所属分类:Game Program

    • 发布日期:2017-03-28
    • 文件大小:61410
    • 提供者:任柯
  1. com

    0下载:
  2. 1.理解数组在Java中是复合数据类型 2.掌握一维、二维数组在Java中的实现方法(创建、实例化、初始化) 3.掌握利用for循环对数组进行遍历的方法 4.掌握java.util.Arrays类当中与数组操作相关的方法 -1. Understanding Arrays in Java, is a complex data type 2. Master the one-dimensional, two-dimensional array in Java, the implemen
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:908
    • 提供者:孙佳佳
  1. jpeg

    0下载:
  2. JpegDecoder类主要用于Jpeg文件的解码。 使用方法十分简单,只需要利用GetJPEGBuffer函数返回解码后的像素数组。-JpegDecoder class is mainly used for the decoding of Jpeg files. Very simple to use, just need to use GetJPEGBuffer function returns an array of pixels decoded.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:9894
    • 提供者:ly
  1. userclass

    0下载:
  2. 用户注册通用类,User类: 包含有两个私有属性:映射到WORX_USER表中USER_ID字段的$uid和映射到其余字段的数组变量$fields.他们可以通过重写的_get()和 _set()方法进行访问,但是为了防止对$uid的意外修改,保护了$uid.-Register generic type, User class: consists of two private properties: the table is mapped to WORX_USER USER_ID $ ui
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-13
    • 文件大小:2100
    • 提供者:liuxiaogang
  1. test

    0下载:
  2. 文本文件读写 将students.txt中数据全部读入内存数组; 可选步骤:对格式不统一的数据进行格式化处理; 将学生按照姓名排序,并将结果保存到文件ordered.txt中; 将班级的学生全部选出,保存到文件classname.txt中。-Text file read and write data in all the students.txt read into memory array Optional: on a unified data format is not f
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:925
    • 提供者:fuchunfen
  1. 201012108527023

    0下载:
  2. 我们知道可以用SQLDMO组件或.net中提供的System.Data .Sql .SqlDataSourceEnumerator枚举到局域网内所有SQL服务器,你们有没有感觉他们不是一般的慢,而是太慢了!这里提供了一个较快的类:命名空间EnumNetWorkSqlServer 在你的项目中添加对他的引用,这个类只提供一个方法GetServers(),返回一个string[]数组。 -We know that you can use component or SQLDMO. Net is pro
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:40005
    • 提供者:zhouzhe258
  1. BigInt

    0下载:
  2. 超大整数类,支持加减乘除取余等功能,用数组实现-Large integer class to support Math modulo functions, with the array to achieve
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1979
    • 提供者:TFN
  1. studentSoft

    1下载:
  2. 学生考试成绩数据处理系统 本程序设计优缺点:采用数组实现各项功能,简洁易懂,便于操作。功能包括: 1. 建立文件:能建立多个文件保存不同数据;载入:可从现有任意文件中载入数据;保存:可将输入的数据保存到现有文件中,建议新建文件,否则会覆盖原文件中数据。 2. 增加或删除学生数据,按学号查学生姓名、成绩(包括平均成绩),求总平均成绩和各科平均成绩。 3. 有各种排序功能:按学号排序、平均成绩排序、某门课成绩排序。 4. 不及格类统计:统计考试有不及格的学生、指定课程有不及格的学生、三门或三门以
  3. 所属分类:Education soft system

    • 发布日期:2017-04-06
    • 文件大小:15452
    • 提供者:李春雨
  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. 201012108527023

    0下载:
  2. 我们知道可以用SQLDMO组件或.net中提供的System.Data .Sql .SqlDataSourceEnumerator枚举到局域网内所有SQL服务器,你们有没有感觉他们不是一般的慢,而是太慢了!这里提供了一个较快的类:命名空间EnumNetWorkSqlServer 在你的项目中添加对他的引用,这个类只提供一个方法GetServers(),返回一个string[]数组。 -We know that you can use component or SQLDMO. Net is pro
  3. 所属分类:.net

    • 发布日期:2017-04-23
    • 文件大小:44464
    • 提供者:bouddha
  1. C-depth-anatomy

    0下载:
  2. 我遇到过很多程序员和计算机系毕业的学生,也给很多程序员和计算机系毕业的学生讲解过《高级C 语言程序设计》 。每期班开课前,我总会问学生:你感觉C 语言学得怎么样? 难吗?指针明白吗?数组呢?内存管理呢?往往学生回答说:感觉还可以,C 语言不难,指针很明白,数组很简单,内存管理也不难。一般我会再问一个问题:通过这个班的学习,你想达到什么程度?很多学生回答:精通C语言。我告诉他们:我很无奈,也很无语。因为我完全在和一群业余者或者是 C语言爱好者在对话。你们大学的计算机教育根本就是在浪费你们的时间
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:747701
    • 提供者:陈金良
  1. function3

    0下载:
  2. The DocPolynom to Character Converter The char method produces a character string that represents the polynomial displayed as powers of an independent variable, x. Therefore, after you have specified a value for x, the string returned is a syntac
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:757
    • 提供者:sabah_altaie
  1. function3

    0下载:
  2. The DocPolynom to Character Converter The char method produces a character string that represents the polynomial displayed as powers of an independent variable, x. Therefore, after you have specified a value for x, the string returned is a syntac
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1002
    • 提供者:sabah_altaie
  1. 2011

    0下载:
  2. 设计并实现一个简单的银行储蓄系统,完成活期和定期用户的存款和取款业务。要求如下: 1. 实现描述银行的类,记录系统中现有哪些储户(提示:可用对象数组实现,但须注意判断数组越界的情况),该类中要求包含三个函数: (1) 生成新储户的函数; (2) 按照账户删除储户的函数(需判断该帐户是否还有余额) (3) 按照账户查询储户的函数,要求显示查询结果。 2. 定义储户类。其属性包含账号,存款人姓名、身份证号、地址、存款余额;其操作功能有存款、取款、显示储户信息。 3. 编写ma
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:1207
    • 提供者:chen
  1. 4-4

    0下载:
  2. 将编号为0和1的两个栈存放于一个数组空间V[m]中,栈底分别处于数组的两端。这种双栈结构的类定义,并实现判栈空、判栈满、插入、删除算法。-Will be numbered 0 and 1 array of two stacks placed in a space V [m], the stacks were in the bottom ends of the array. This dual-stack structure of class definitions, and to achieve
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:445611
    • 提供者:朱朱
  1. dbclass

    0下载:
  2. 因为MFC完全支持数据库应用程序的开发,所以大多数数据库应用都使用CDatabase和CRecordset类,并且类向导(Class Wizard)提供了快速简易的方式来使用这两个类。有一点不足的就是当应用程序涉及到多表数据库时,类向导将产生大量的关于记录集的源码文件使得工程(project)给人的感觉很混乱。 这里介绍如何使用一个模板记录集类来降低类向导所产生的记录集文件的数量,同时增强记录积类(CRecordset)的功能。这个模板记录集类叫做:CDataSet。它的主要目的是降低代码量
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:33322
    • 提供者:王鹏
  1. DSA-Lab2

    0下载:
  2. To the HighArray class in the highArray.java program (Listing 2.3), add a method called getMax() that returns the value of the highest key in the array, or –1 if the array is empty. Add some code in main() to exercise this method. You can assume all
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:20925
    • 提供者:duc
  1. xifan-assistant

    0下载:
  2. 一个个人类库,包括字符串操作类、PC控制类、Object数组操作类等等。-A personal library, including string manipulation class, PC control class, Object class array of operations and so on.
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:902294
    • 提供者:zhouxifan
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 32 »
搜珍网 www.dssz.com