搜索资源列表
oriencombin
- 利用横向递归算法解决数据组合的问题, 比如数组为a, 长度为len, 横向递归 B display(a,len) b是二维数组,a是一维数组-the use of horizontal recursive algorithm to solve the problem of data sets, such as the array is a length of len, horizontal display recursive B (a,
migonglujing qiujie
- 迷宫的问题实质上就是图的遍历问题,我们可以用一个二维数组存储一个迷宫的各个结点,给定一个开始的坐标和一个结束的坐标.本程序可以寻找一条路径,但这条路径不是最短的.就是说不是最优的.-maze is the essence of the plan traverse the problem, we can use a two-dimensional array storage a maze of the various nodes, to
plapoint
- 用指向指针的指针变量访问一维和二维数组 用C语言编制,用于对一维或二维数组的指针间接访问-indicators used at the target variable visit one-and two-dimensional arrays in C language for the right one-dimensional or two-dimensional array of indirect indicators visit
ewszpx
- 输入30个数到一个5行6列数组,经排序后该数组各元素值按行从小到大排列,并显示该二维数组。 要求:直接在该数组中排序,不得转存于一个一维数组。 -input to a 30 Number 6 line arrays, sorting through the array element values of the firms from small to large order, and that the two-dimension
dzqArray
- 一个非常完整的动态数组类,包含一维数组,二维数组,3维数组. 具有常规构造函数,拷贝构造函数,付值函数,不存在内存泄露.-a very comprehensive array of dynamic category, contains one-dimensional arrays, two-dimensional array, three-dimensional array. conventional structural func
two_array_to_a_array
- 这是labview中经常用到的二维数组转一维数组的例子-This is the LabVIEW frequently used two-dimensional array to one-dimensional array example
3DTERRIN
- DEM的规则格网存储结构是一个二维点阵,由于其高度与宽度已知,因此可以用一个一维数组p[n]进行管理,设原点的平面位置为(0, 0),DEM的长度与宽度分别为s和t,则任意一点(i,j)的高程值为p[i×t+j]。规则格网的这种简明结构,事实上已经对DEM数据进行了很好的组织,因此将格网数据读入内存,而无需使用其它任何结构进行管理,直接对读入的DEM数据块进行处理,生成格网面。 利用bitmap将DEM位图中的数据读入到程序数组中,
work
- 很方便的小程序,可以将二维数组转为一维数组,还有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
1
- 11. 停车场管理2(9) (1) 有一个两层的停车场, 每层有6个车位, 当第一层车停满后才允许使用第二层. ( 停车场可用一个二维数组实现, 每个数组元素存放一个车牌号 ) 每辆车的信息包括车牌号, 层号, 车位号, 停车时间共4项. 其中停车时间按分钟计算 (2) 假设停车场初始状态为第一层已经停有4辆车, 其车位号依次为1—4 , 停车时间依次为20, 15, 10 , 5 . 即先将这四辆车的信息存入文件”car.da
matrix
- 矩阵运算模块:寻找二维数组中的最大值;寻找二维数组中的最小值;寻找一维数组中的最小值;求取两个向量之间的欧式距离-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
caluu
- 二维数组运算,避免一维的麻烦,效率高,简单-Two-dimensional array of computing, to avoid the trouble of one-dimensional, high efficiency, simple
C
- 第一部分 基础篇 实例1 第一个C程序 2 实例2 求整数之积 6 实例3 比较实数大小 8 实例4 字符的输出 10 实例5 显示变量所占字节数 11 实例6 自增/自减运算 13 实例7 数列求和 14 实例8 乘法口诀表 17 实例9 猜数字游戏 19 实例10 模拟ATM(自动柜员机)界面 22 实例11 用一维数组统计学生成绩 24 实例12 用二维数组实现矩阵转置 26 实
shuzushili
- 这是一个数组实例。该程序里包含多种类型的数组,如一维数组、二维数组、锯齿型数组等,运行后显示各类数组及其包含的元素。-This is an instance of an array. The program includes a variety of types of arrays where, if a dimensional array, two-dimensional arrays, jagged arrays and so on
Wuziqi
- 通过16*16的一维数组实现了在命令行窗口模式下的JAVA五子棋程序,可判断各方向输赢-16* 16 by one-dimensional array realized in the command line window mode JAVA backgammon program, can determine the direction of winning or losing
poly-data
- 多项式乘法两个一维数组,按照次数从高到低存储两个多项式的系数,定义一维数组来存储结果;利用函数来完成对结果多项式各项系数的计算-The multiplication of polynomials two e-dimensional arrays, from high to low save two multinomials according to the number of times the coefficients, the de
7.1一维数组
- 一维数组的声明和使用(Static methods, instance methods, virtual methods)
数组初始化
- 通过对一维或者多维数组的静态分析,对其进行初始化(Initialization of a one-dimensional or multidimensional array by static analysis)
3.一维数组循环显示
- 能利用labview软件对一维数组进行训练,对日后编程有极大帮助(Can carry out training on the one-dimensional array by using LabVIEW software, which is helpful to the day after the programming)
函数模板
- C++;使用函数模板求一维数组中的最大和最小值;使用函数模板求一维数组中的最大和最小值(Using function template to find the maximum and minimum values in one-dimensional array.)
4.26 数组替换元素
- 一维数组用新元素替换,二维数组使用一维数组替换整行或整列(A one-dimensional array is replaced by a new element. A two-dimensional array uses a one-dimensional array to replace the entire row or column.)