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

搜索资源列表

  1. 数组中的数按从大到小的次序排列

    0下载:
  2. 有一个首地址为A的N字数组,请编程序使该数组中的数按从大到小的次序排列-A first address for the A N-word group, programmed so that the array of numbers arranged in descending order
  3. 所属分类:汇编语言

    • 发布日期:2016-01-24
    • 文件大小:1024
    • 提供者:gcgo
  1. SubImage IplImage对象或者BYTE型数组中取出一幅图像的子图像

    0下载:
  2. 用于从一个IplImage对象或者BYTE型数组中取出一幅图像的子图像,类似于OpenCV中的SetImageROI,但是该函数提供的功能是原图像子图像的一个拷贝,而非在原图像中设置ROI。-For the IplImage from a BYTE array object or remove an image of the sub-image, similar to OpenCV' s SetImageROI, but the function is the function of the o
  3. 所属分类:OpenCV

    • 发布日期:2017-03-22
    • 文件大小:1850
    • 提供者:Glorious Fool
  1. tekey4 输出该数组中的最小值

    0下载:
  2. 要求程序的功能是:把20个随机数存入一个数组,然后输出该数组中的最小值。-Required functionality of the program are: the 20 random numbers into an array, then output the minimum value of the array.
  3. 所属分类:汇编语言

    • 发布日期:2016-12-23
    • 文件大小:656
    • 提供者:朱欢
  1. ASCII码和GB2312-80标准汉字库的数组形式

    0下载:
  2. ASCII码和GB2312-80标准汉字库的数组形式,可直接在C语言中调用,ASCII codes and GB2312-80 standards for Chinese Character array of forms, can be called directly in the C language
  3. 所属分类:Windows编程

    • 发布日期:2016-01-25
    • 文件大小:224384
    • 提供者:吴全魁
  1. ActiveX_MFC MFC向ActiveX传递结构体数组参数

    0下载:
  2. MFC向ActiveX传递结构体数组参数-MFC array of structures to pass parameters ActiveX
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2017-03-27
    • 文件大小:246559
    • 提供者:程亮
  1. 数组按从小到大的顺序排序

    0下载:
  2. 这是一个简单的排序。给你一个有N个值的数组,每个数都小于10000000。然后就将这个数组按从小到大的顺序排序。在输入时,第一行输入一个整数T,T代表一个有多少个数组要排序。然后就有T组数,每组数的第一行就是数组的大小N。紧跟着就有N行数,第N行就是数组的第N个数。每个数组的输出就有N行。,Given you an array with N non-negative integers which are smaller than 10,000,000, you have to sort this
  3. 所属分类:数据结构常用算法

    • 发布日期:2016-01-25
    • 文件大小:583
    • 提供者:月单
  1. 数组操作算法作业

    0下载:
  2. 该函数将数组b的前n个元素追加到数组a的前m个元素后,假定数组a具有至少存放m+n个元素的空间。例如,如果数组a为{22,33,44,55,66,77,88,99},数组b为{20,30,40,50,60,70,80,90},则调用append(a,5,b,3)后,将把数组a变为{22,33,44,55,66,20,30,40}。注意数组b并没有改变,而且数组a中只需改变n个元素。,The function of the array b before the n additional eleme
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-26
    • 文件大小:9227
    • 提供者:weiht
  1. 数组实现的酒店客房管理系统

    0下载:
  2. 一个酒店客房管理系统。 用JAVA数组实现的。很有意思-A hotel room management system. With JAVA arrays. Very interesting
  3. 所属分类:酒店行业

    • 发布日期:2017-03-25
    • 文件大小:127180
    • 提供者:欣健
  1. arraysort

    0下载:
  2. 数组排序算法,这个程序的头文件中包含四种排序方法:泡沫排序法(bubble),插入排序法(insertion),快速排序法(quick)和选择排序法(selection)。头文件中还使用了模板技术,以便可以同时实现几种类型的排序算法,-Array sorting algorithm, its head files include four sorting methods:bubble sorting method (bubble), insertion sorting method(insert
  3. 所属分类:Java Develop

    • 发布日期:2017-11-08
    • 文件大小:454503
    • 提供者:
  1. C语言字符数组初始化

    0下载:
  2. C语言字符数组初始化,对于学习C有用处。
  3. 所属分类:文档资料

  1. vb编程数组个数未知时的处理

    0下载:
  2. vb编程数组个数未知时的处理,vb编程中要定义数组位数,本程序适合初学者处理数组位数未知的程序。
  3. 所属分类:数据结构常用算法

  1. Display_RGB_ARRAY_In_Dialog_Window

    0下载:
  2. 将二维数组[RGB数组]显示成24位BMP图片,功能非常简单,是在DlgDraw的基础上修改而来。不用害怕复杂的BMP头信息。-show the image from the RGB array
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:48021
    • 提供者:胡进
  1. DArray

    0下载:
  2. 建立一个c++类的动态数组,实现插入删除等功能。-C++ classes to build a dynamic array, insert and delete functions to achieve.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-27
    • 文件大小:23323
    • 提供者:hemengchao
  1. array

    0下载:
  2. 利用for循环的自动索引功能从一个输入数字中依次抽取各个元素,如果是大于0的数则添加到正数数组,如果是小于0的则添加到负数数组。并分别计算两个数组中各自有多少个元素。-Used for automatic indexing loop input from a number of different elements in the order drawn, if the number is greater than 0 are added to the positive array, if it
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:12631
    • 提供者:sj
  1. 迷宫问题的数组解法

    0下载:
  2. 迷宫问题 数组解法- Labyrinth question array solution
  3. 所属分类:Game Program

    • 发布日期:2017-11-09
    • 文件大小:1611
    • 提供者:艾鹏
  1. Automatic-sorting-algorithm

    0下载:
  2. 自动排序算法 基于matlab语言 实现对一数组利用自动排序算法 实现排序-Automatic sorting algorithm is based on an array matlab language to use automatic sorting algorithm sorting
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:1073
    • 提供者:zhaoruxu
  1. Win32

    0下载:
  2. 纯API创建对话框和通过数组批量建立各种控件-API CREATE DIALOG AND A LOTS OF BUTTON
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-10
    • 文件大小:2415646
    • 提供者:小马
  1. ArraySort

    0下载:
  2. 数组排序,含bubble,quick,insertion,selection四种方法-Array sort,it includes four sort methods as follows: bubble sort ,quick sort,insertion sort and selection sort.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-09
    • 文件大小:25009
    • 提供者:站长
  1. multidim_bsort

    0下载:
  2. 二维数组的冒泡排序-Bubble sort of Two-Dimensional Arrays
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-08
    • 文件大小:1399
    • 提供者:站长
  1. shellsort

    0下载:
  2. 字符串数组排序-Char array sort
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-13
    • 文件大小:1483
    • 提供者:站长
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com