搜索资源列表
reverse
- 三次反转算法 是一个线性时间算法 实现数组的反转 有详细的注释-Three inversion algorithm is a linear time algorithm inversion array detailed notes
reverse
- 将一个数组中的值按逆序重新存放,然后输出。-Will be an array of values in the reverse re-stored, and then output.
array
- 练习数组的用法。完成一个程序,该程序要求用户输入整数,并按照输入顺序记录进一个数组。当用户输入-1时标识结束输入结束。程序将记录的数组的顺序进行反序,即原数组第一个数与最后一个数进行交换,依此类推。反序后的数组进行输出在屏幕上。最后对数组进行从小到大排序,并输出排序结果。-Practice usage of the array. The completion of a program that requires users to enter an integer, and in accordan
reverse.the.data.of.array
- 此为一个程序合集,里面含有对随机输入的一组存放在数组中的数据进行逆序排列算法,并输出,算法精简,复杂度低,另附最值精简程序和统计数目程序-This is a program collection, which contains a set of random input stored in the data array arranged in reverse algorithm, and output, arithmetic simplification, the complexity of l
VC.development.code.reverse.array
- 反向阵列一个经典实例代码 VC Programming development code reverse array -VC Programming development code reverse array
2D-array-sort
- 对2维数组中,指定的列进行排序。 可以对数值、字符进行排序。可以控制正序或倒序排序。 Labview v2010-On 2-dimensional array, specify the sort column. Can values, characters are sorted. Can control the positive sequence or reverse order. Labview v2010
array
- 矩阵的简单计算,包括加,减,乘,除。实现矩阵的代码操作-The algorithm has several optional matrices, and the image can be restored through reverse transform. Thus, it is very difficult to decode the hashing algorithm
reverse
- Reverse a string or a character array.Its only function,Useful for people who learn C,for people who want to find job.
String-reverse-order
- 子串反序,编制C程序,对键盘输入的字符串进行逆序,逆序后的字符串仍然保留在原来字符数组中,最后输出。-String reverse order, C program, keyboard input strings in reverse, reverse the string remains in the original array of characters, the final output.
reverse
- 输入一个36个数的二维数组,之后将其逆置后输出。-Enter a 36 the number of two-dimensional array, after inverse output after the set.
reverse
- 将一个字符数组中的字符串顺序逆转,但每个字符串内部顺序不变。-Order of an array of characters in the string will be reversed, but each string constant internal order.
Reverse-output
- 输入一个字符串,逆序输出该字符串.要求不使用数组.-Enter a string in reverse order to output the string. Asked not to use an array.
Reverse
- Reverse array using c++ ... is a simple code for beginners
reverse
- 本实验设有一个线性表,分别实现数组结构存储的原地逆置。为数据结构课程必做实验。-This experiment has a linear form, respectively, to achieve the storage array structure in situ reverse home. For the data structure courses will do the experiment.
reverse-order-and-length-test
- 倒序排列数组的小程序以及对struct结构的长度测试-Descending array of small programs as well as the length of the test structure struct
The-array-of-rows-in-reverse
- 完成数组的倒序显示,保存进去是顺序,显示出来是倒序-Complete array of reverse display, save into a sequence is displayed in reverse
reverse
- 输入一个36个数的二维数组,之后将其逆置后输出。-Enter a 36 the number of two-dimensional array, after inverse output after the set.
reverse
- C++语言实现数组中数据的顺序前移与后移的功能,通过指针实现-C++ language data array in the order of forward and backward functions implemented by the pointer
reverseArray_singleblock
- 反向阵列(单块)-- 给定指针d_a中的输入数组{a0,a1,...,an-1},将反向数组{an-1,an-2,...,a0}存储在指针d_b中 A: 从“reverseArray_singleblock”模板开始 B: 只有一个线程块启动,以反转一个大小的数组 N = numThreads = 256个元素 C: 第1部分(共1个):所有你需要做的是实现内核的“reverseArrayBlock()” D:每个线程将单个元件移动到相反的位置, 从d_a指标读取输入,
reverseArray_multiblock
- 反向阵列(multiblock): 给定指针d_a中的输入数组{a0,a1,...,an-1},将反向数组{an-1,an-2,...,a0}存储在指针d_b中 A: 从“reverseArray_multiblock”模板开始 B:多个256线程块启动,要颠倒大小为N,N / 256块的数组 第1部分:计算要启动的块数 第2部分:实现内核reverseArrayBlock 请注意,现在您必须同时进行计算 块内的相反位置 反向偏移到块的开始(Reverse array