搜索资源列表
natgrid_linear
- C语言编写的,利用线性插值发进行网格值插值运算,等价于从新定义数组大小。-prepared by the C language, using linear interpolation for the value interpolation grid operator, is equivalent to the new definition of array size.
natgrid_nonlinear
- C语言编写的,利用非线性插值发进行网格值插值运算,等价于从新定义数组大小。-prepared by the C language, the use of non-linear interpolation for the grid operator interpolation value, equivalent to the new definition of array size.
nearneighbor
- C语言编写的,利用最近距离插值发进行网格值插值运算,等价于从新定义数组大小。-prepared by the C language, the use of distance interpolation for the value interpolation grid operator, equivalent to the new definition of array size.
cmcongrid
- IDL语言编写的,利用线性插值发进行网格值插值运算,等价于从新定义数组大小。-IDL language, using linear interpolation for the value interpolation grid operator, equivalent to the new definition of array size.
hrot
- IDL语言编写的,利用线性插值发进行网格值插值运算,等价于从新定义数组大小。-IDL language, using linear interpolation for the value interpolation grid operator, equivalent to the new definition of array size.
puzzlemigong
- 这是一个迷宫程序,迷宫大小是根据你定的数组大小来决定的,enjoy it。-This is a procedural maze, the labyrinth is based on the size you the array size to decide, enjoy it.
CMatrixClass
- 1.内存管理一律根据实际需要的大小在堆中动态分配内存。 2.边界检查。如果数组下标超越了数组大小界限,会给出警告信息,可以防止非法内存访问以及方便程序的调试。 3.重载了+,-,*,+=,-=,数乘等常见运算符; 4.可以保存数组为二进制数据文件和文本文件两种形式,也可以从二进制数据文件和文本文件读取数据到数组。 5.实现了和矩阵相关的线性代数方程组求解算法。一是高斯选主元消去法二是针对三对角矩阵的追赶法。 6.静态函数Bspline3():3次
C#随机小软件
- C#随机小软件,随机数无重复,数组大小,维数可设置.
数组按从小到大的顺序排序
- 这是一个简单的排序。给你一个有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
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 实例13 求解二维数组的最大/最小元素 29 实例14 利
Level_B
- 编制一维数组排序程序。数组大小n用全局变量定义,数组数据从文本文件中读入或随机生成。包含冒泡排序、选择排序、插入排序三种排序方法。程序能够选择使用任何一种方法排序。-The preparation of one-dimensional array sorting program. Array size n with the global variable definition, an array of data read from a text file or randomly generate
mm1
- 基于随机数组中的最大值与最小值的选择器,可自由设定输出时钟和数组大小-Maximum and Minimum Value Selector
dynamic-array-
- 动态数组:指在声明时没有确定数组大小的数组,即忽略圆括号中的下标;当要用它时,可随时用ReDim语句重新指出数组的大小。-dynamic array
sizeofArray
- sizeof函数是求对象空间大小的函数。 arry是整个数组,arry[0]是数组中第一个元素。(The sizeof function is a function of the size of the object space. Arry is the entire array, and arry[0] is the first element in the array.)
用冒泡法排列数组大小
- 用冒泡法新建数组重排一个数组中每个数值的大小(Resize the number of arrays by a bubble method)
p137
- C 语言支持数组数据结构,它可以存储一个固定大小的相同类型元素的顺序集合。数组是用来存储一系列数据,但它往往被认为是一系列相同类型的变量(The C language supports array data structure, which can store a fixed set of sequential elements of the same type. Arrays are used to store a series of data, but they are often cons
p217
- C 语言支持数组数据结构,它可以存储一个固定大小的相同类型元素的顺序集合。(The C language supports array data structure, which can store a fixed set of sequential elements of the same type.)
二维数组排序
- 选择二维数组要排序的列,然后选择好升序还是降序排列,相同大小保留原有排列顺序
数组A中的元素A[0]至A[n-1]循环右移k位
- 设计算法,将存有n(n>0)个数的数组A中的元素A[0]至A[n-1]循环右移k(k>0)位,要求只允许使用一个元素大小的附加存储,元素移动或交换次数为O(n)。
Labview创建数组
- labview创建一个数组,使用数组大小读出创建数组的大小,使用索引数组索引数组中的某个数值。