搜索资源列表

  1. ysf

    0下载:
  2. 用数组解决约瑟夫问题的源程序 【约瑟夫问题】 编号为1,2,......,n的n个人按照顺时针方向围坐一圈。从第一个人开始顺时针方向自1开始报数,报到m时停止报数。报m 的人出列,从他在顺时针方向的下一个人开始重新报数,如此下去,直到所有人全部出列为止。设计一个程序来求出出列顺序。其中n,m由键盘输入。 -Joseph used the array to resolve the issue of source code p
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:曼曼
  1. 3DTERRIN

    0下载:
  2. DEM的规则格网存储结构是一个二维点阵,由于其高度与宽度已知,因此可以用一个一维数组p[n]进行管理,设原点的平面位置为(0, 0),DEM的长度与宽度分别为s和t,则任意一点(i,j)的高程值为p[i×t+j]。规则格网的这种简明结构,事实上已经对DEM数据进行了很好的组织,因此将格网数据读入内存,而无需使用其它任何结构进行管理,直接对读入的DEM数据块进行处理,生成格网面。 利用bitmap将DEM位图中的数据读入到程序数组中,
  3. 所属分类:OpenGL

    • 发布日期:2024-05-13
    • 文件大小:332800
    • 提供者:杨冬
  1. work

    0下载:
  2. 很方便的小程序,可以将二维数组转为一维数组,还有im2block也可以将图像分块,在运动估计分析的时候很有用-Very convenient for small procedures, can be two-dimensional array into a one-dimensional array, there are im2block can also block images in the analysis of motion e
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:曹志民
  1. GetIplist

    0下载:
  2. 获取当前机器的所有ip,然后存储在一个字符串数组中打印出来。-Access to all current machines ip, and then stored in a string array to print out.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:15360
    • 提供者:lzechoca
  1. AnDian

    0下载:
  2. visual c++6.0实现的判断一个任意(i*j)二维数组上是否存在鞍点-visual c++ 6.0 judgment realize an arbitrary (i* j) the existence of two-dimensional array on the saddle point
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-13
    • 文件大小:46080
    • 提供者:南才北往
  1. xunbao

    0下载:
  2. 对于某个m*n的字符串数组,相当于一个m行n列的平面形状的方格。里面S表示起点,W表示障碍,B表示可走(但是不一定可以通),X表示出口。对于起点S,有8个方向可以走,当然前提是在没有障碍的情况之下,其中可以分为单步走(on foot)和跳步走(by jump)两种情况,从起点S开始追寻最短的出口路径count2。-M* n to a string array, which is equivalent to an m line n of
  3. 所属分类:Windows编程

    • 发布日期:2024-05-13
    • 文件大小:953344
    • 提供者:kineapple
  1. shuzuyingyong

    0下载:
  2. 数据结构数组应用实验,还附加实验报告哦,大家下来看看吧-Application of the experimental array data structure, but also report additional experimental Oh, everyone down to see it
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-13
    • 文件大小:2540544
    • 提供者:张璐
  1. Analisis_CArray_in_MFC

    0下载:
  2. 我们在使用vc进行比较复杂的编程时,经常需要用到复杂的数组结构,并希望能实现动态管理。由于C++并不支持动态数组,MFC提供了一个CArray类来实现动态数组的功能。有效的使用CArray类,可以提高程序的效率。 MFC提供了一套模板库,来实现一些比较常见的数据结构如Array,List,Map。CArray即为其中的一个,用来实现动态数组的功能。 CArray是从CObject派生,有两个模板参数,第一个参数就是CArray类
  3. 所属分类:Windows编程

    • 发布日期:2024-05-13
    • 文件大小:8192
    • 提供者:li sheng
  1. 1

    0下载:
  2. 11. 停车场管理2(9) (1) 有一个两层的停车场, 每层有6个车位, 当第一层车停满后才允许使用第二层. ( 停车场可用一个二维数组实现, 每个数组元素存放一个车牌号 ) 每辆车的信息包括车牌号, 层号, 车位号, 停车时间共4项. 其中停车时间按分钟计算 (2) 假设停车场初始状态为第一层已经停有4辆车, 其车位号依次为1—4 , 停车时间依次为20, 15, 10 , 5 . 即先将这四辆车的信息存入文件”car.da
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-13
    • 文件大小:3072
    • 提供者:高慧
  1. matrix

    0下载:
  2. 矩阵运算模块:寻找二维数组中的最大值;寻找二维数组中的最小值;寻找一维数组中的最小值;求取两个向量之间的欧式距离-Matrix calculation modules: search for the maximum two-dimensional array to find the minimum value of two-dimensional array one-dimensional array to find the min
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:马睿
  1. suffix-array-soursecode

    0下载:
  2. 这是一个后缀数组实现的源代码,在vc6.0、gcc等编译通过。后缀数组是一种高级数据结构,用后最数组查找重复字串时间复杂度是o(nlogn)-This is a suffix array realize the source code, in vc6.0, gcc compiler, etc. through. Suffix array is an advanced data structure, with most repeat st
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:孟繁荣
  1. CArray

    0下载:
  2. 支持动态增长的数组类,源码包提供了完整的实现源码。对于模板类数组容器感兴趣的朋友是个不错的参考。-Support the dynamic growth of an array type, source packages to provide a complete source realize. Array container for template class a friend is interested in a good refe
  3. 所属分类:系统编程

    • 发布日期:2024-05-13
    • 文件大小:1603584
    • 提供者:david
  1. kpath

    0下载:
  2. 数组排序,按照数组的某个元素进行排序,使用请查看-Sort the array, in accordance with a certain element of the array to sort, the use of please see
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-13
    • 文件大小:3072
    • 提供者:wang
  1. maze

    0下载:
  2. 走迷宫的程序,用栈,二维数组实现,迷宫路线是已定好的,也可从文件中读取-Maze procedure, with the stack, the realization of two-dimensional array, the maze is a fixed line can also be read from the document
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:148480
    • 提供者:赵子玥
  1. PlanarArray

    0下载:
  2. 二维数组编程,帮助大家理解二维数组的存储和读取模式!-Two-dimensional array of programming, to help everyone understand the two-dimensional array of storage and read mode!
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:6144
    • 提供者:王子
  1. huiduzhuanhuan

    0下载:
  2. BMP灰度图到二维数组的转换 -BMP grayscale conversion to two-dimensional array
  3. 所属分类:图片显示浏览

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:何冰
  1. bin2hex

    0下载:
  2. 能将任何文件内容(二进制方式)强制转为C语言数组格式;非常适合用于图片、wave等文件以数组方式嵌入到C程序。-To the contents of a document (binary mode) to C language array mandatory format very suitable for the picture, wave and other documents to the way the array is em
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:11264
    • 提供者:wjp
  1. sample

    0下载:
  2. 转换64K色bmp图片用的; 它可以把bmp格式的图片转换成64K色的数组数据(*.c文件); 点击按键“添加”将一个bmp图片添加进来,然后点击按键“转换”就会生成图片数组文件-64K color conversion bmp picture used it can be bmp format images converted to 64K-color array data (*. c file) click the bu
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-13
    • 文件大小:31744
    • 提供者:hu
  1. Dynamic_Array

    0下载:
  2. 用C#实现动态数组的几种方法及其性能比较。-With C# Realize several dynamic array methods and their performance comparison.
  3. 所属分类:C#编程

    • 发布日期:2024-05-13
    • 文件大小:38912
    • 提供者:方永忠
  1. Clanguagealgorithm

    0下载:
  2. c语言实现数据结构的小算法,包括数组、二叉树、排序等等 ,以及一些小例子-c language data structure to achieve a small algorithm, including the array, binary tree, sorting, etc., as well as some small example
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-13
    • 文件大小:309248
    • 提供者:程浩
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

源码中国 www.ymcn.org