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

搜索资源列表

  1. suffixarray

    0下载:
  2. 本文中笔者想介绍一下后缀数组的基本概念、构造方法,以及配合后缀数组的最长公共前缀数组的构造方法,最后结合一些例子谈谈后缀数组的应用-In this article I want to tell us about the basic concept of suffix array, construction methods, and the suffix array with the longest prefix of an array of public constructor, and fin
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:7603
    • 提供者:详迅
  1. streamoutlistcontrolshowimage

    0下载:
  2. 1.点击打开图片按钮向数据库中插入图片并显示,点击数据库读出可读出图片并显示 2.点击存入文件,将数据库中的图片存入指定文件夹 3.点击testVector测试向量数组,点击输出数组可以输出向量数组里的东西 4.点击流输出将图片文件以流的方式显示并将图片显示在分区图片-1. Click the picture button to open the database to insert and display the picture, click to read out the mac
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-07
    • 文件大小:1237257
    • 提供者:郑硕
  1. juzheng

    0下载:
  2. C语言实现数组计算,算法简单,容易阅读,适合C语言初学者使用。-C language realization of the array, the algorithm is simple, easy-to-read, suitable for beginners to use C language.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:3291
    • 提供者:kaka
  1. shuzutotuxiang3.26

    0下载:
  2. 数组转化为图像,此程序转为的为黑,白,灰三种颜色的图像-Array into images, to this procedure for the black, white, gray image of three colors
  3. 所属分类:Graph program

    • 发布日期:2017-04-27
    • 文件大小:11929
    • 提供者:刘王
  1. array

    0下载:
  2. 对二维数组进行赋值,这个方法很有启发性的,我都看了好几遍了。希望对大家有用-To carry out the assignment of two-dimensional array, this method is very enlightening, I have read quite a few times a. We hope to be useful
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-11
    • 文件大小:564
    • 提供者:hudongyuan
  1. BMPtoArray

    0下载:
  2. 图像 文件数据导入到数组中,便于在显示图像时实时从内存中读取图像数据-Image image file into an array of data, easy to display images in real-time read from the memory image data
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:1613
    • 提供者:Antowang
  1. 2.3

    0下载:
  2. 编程用一维数组模拟一个队列,实现入队列和出队列操作-Programming with one-dimensional simulation of a queue array to achieve up to the queue and queue operation
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:105541
    • 提供者:陈赟
  1. newArray

    0下载:
  2. new一个二维数组,用来存放从文件中读取的二维数组数据。-A new two-dimensional array, used to store the document read from the two-dimensional array of data.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:147500
    • 提供者:bill
  1. stringtoarray

    0下载:
  2. 通过运行程序将获得的数据存储在数组里,已备后需所用-store to array
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:14558
    • 提供者:kiki
  1. pintu490381366

    0下载:
  2. 拼图游戏(数组控件),9,16,25块三种玩法。可以更换图片。QQ4903813-Jigsaw puzzle (an array of controls), three playing pieces 9,16,25. Can replace the picture. QQ490381366
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-04
    • 文件大小:430381
    • 提供者:bibi
  1. Csharp_30SmallExamples

    0下载:
  2. 关于C#编程的30个小例子。包括矩阵相乘、汉字识别、数组等。-C# programming on the 30 small example. Including matrix multiplication, Chinese character recognition, and array.
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:28549
    • 提供者:Alex_WX
  1. c_methods_of_quick_sort

    0下载:
  2. 几种快速排序的方法,对int类型数组排序,对char类型数组排序,对double类型数组排序,对结构体一、二级排序,对字符串进行排序,计算几何中求凸包的cmp-Several methods of quick sort, sort array of type int, the type of char array to sort, sort array of double type of the structure of primary and secondary sort, sort of s
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1045
    • 提供者:Chueng
  1. DataTransfer_DCOM

    0下载:
  2. Variant变量可以在COM/DCOM接口方法中传递(传入、传出)不定长结构数组,但是需要打包和解包,效率比较低。这个例子使用了size_is指定长度的方法,本是从MSDN上看到的,但是MSDN上给出的例子不够具体,所以费了些时间摸索,最后试通,给刚接触COM的朋友分享(老家伙们可以直接无视)。本例子由于是工作需要做得试验程序,因此其中存在少量冗余代码,大家注意一下就行了,还有,减少传递的参数个数时,所传递的实时(随机模拟)数据只是减了最后一个(没有减去相对应的),这个Bug不妨碍大局,因此存
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-02
    • 文件大小:358855
    • 提供者:seaskyfox
  1. main

    0下载:
  2. 倍增法构建后缀数组 求最大重复子串的C程序-Constructing the suffix array multiplication seeking to repeat the largest sub-string C-program
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1004
    • 提供者:john
  1. MTK_RES_MANAGE

    1下载:
  2. MTK资源管理工具源码,C语言编写,主要包括图片转为数组,音乐转为数组,也有把数组转为图片和音乐的源码,略加修改,也可以使用于其他平台或者需要的场合,内有使用说明。-MTK resource management tool for source code, C language, mainly including picture into an array of music to the array, but also to an array of pictures and music into
  3. 所属分类:MTK

    • 发布日期:2015-01-22
    • 文件大小:9273
    • 提供者:贾明
  1. DynArray_85420103

    1下载:
  2. 动态数组的实现 帮组初学者学习动态数组,是一个很好的例子-The realization of dynamic array help group for beginners to learn dynamic array, is a good example of
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:1356
    • 提供者:hechangwei
  1. saolei

    0下载:
  2. 自己写的 C#扫雷源代码: 里面的图片素材是从windows自带的扫雷里截图截出来的!~~(自己美工不行) 算法主要是三个二维数组. 一个随机产生雷生成的数组, 一个是通过雷计算生成的地图, 一个是当前个点状态的数组. -My own C# source code for de-mining: the picture inside the material comes from the windows cut out of mine where scre
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:110131
    • 提供者:abc
  1. dynarray

    0下载:
  2. 动态数组应用实例。将动态数组运用于房间的计算,包括房间个数,总面积,平均面积,最大以及最小房间面积等-Dynamic array application example. Dynamic arrays used in the calculation of the room, including the room number, the total area, average size, maximum and minimum room size, etc.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:3983
    • 提供者:y.g
  1. z

    0下载:
  2. 实现数组的相关功能,如查询,求和,求平均值,求最大值最小值,排序,查找等,并且有菜单,适合靠C语言二级证书的,或者初学者-To achieve an array of related functions, such as query, sum, average, seeking maximum minimum, sort, search and so on, and there are menus for relying on C-2 certificates, or beginners
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-02
    • 文件大小:181917
    • 提供者:lqs010203
  1. class4-ctree

    0下载:
  2. 由一线性数组生成一个完全二叉树,使用类描述,有详细注释,完整的输入输出-By a linear array generates a complete binary tree, use the class descr iptions, detailed notes, a complete input and output
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:1101
    • 提供者:wanglei
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com