搜索资源列表
Senfore_DragDrop_v4.1
- Drag and Drop Component Suite Version 4.1 Field test 5, released 16-dec-2001 ?1997-2001 Angus Johnson & Anders Melander http://www.melander.dk/delphi/dragdrop/ ------------------------------------------- Table of Contents: ----------------------
2222
- 能够找到逆序对。主要思想是通过先对一个数组进行归并排序,然后在加入求逆算法-Able to find a reverse right. The main idea is to first merge sort an array, and then joining the inverse algorithm
reverse
- 将一个数组中的值按逆序重新存放,然后输出。-Will be an array of values in the reverse re-stored, and then output.
ef6ydssa
- mustlab code for finding the inverse reverse of 2 given array of-mustlab code for finding the inverse reverse of 2 given array of...
array
- 练习数组的用法。完成一个程序,该程序要求用户输入整数,并按照输入顺序记录进一个数组。当用户输入-1时标识结束输入结束。程序将记录的数组的顺序进行反序,即原数组第一个数与最后一个数进行交换,依此类推。反序后的数组进行输出在屏幕上。最后对数组进行从小到大排序,并输出排序结果。-Practice usage of the array. The completion of a program that requires users to enter an integer, and in accordan
char_array_inverted
- 字符数组逆序输出,C语言小程序,供初学者使用-Reverse output character array, C language applet for beginners
3
- 1、一维数组; 2、一维数组排序,反转一维数组-1, one-dimensional array 2, one-dimensional array sorting, reverse one-dimensional array
thread_test
- 一个MFC 对话框的应用程序,实现两个线程。线程1:不断地往一个全 局的字符串数组(大小为5)中写随机的字符串(数字和字母构成);线程2: 不断的处理字符串数组中的所有字符串,把它们逆序。 -An MFC dialog application, to achieve the two threads. Thread 1: constant string to a global array (size 5) to write a random string (numbers and le
consume
- 基于操作系统中消费者和生产者的一个简单模型实现字符串数组的处理,一方面不断生成新的随机字符串放入数组中,另一方面从数组中不断提出字符串进行处理(逆序输出)-Based on the operating system to consumers and producers to achieve a simple model of a string array processing, on the one hand continue to generate a new random string in
1
- 定义一个符号常量MAX值为8,定义一个包含MAX个元素的实型数组,用循环对其赋值,并按照反序打印所有元素的值。 -MAX define a symbolic constant value of 8, define a MAX array of real elements, with the circulation of its assignment, and follow the reverse order to print all the elements of the value.
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
object-hook
- 信息隐藏亮点之一: 将rootkit作为资源隐藏于用户模式程序之中 亮点之二: 将这个用户程序代码作为生成密钥的引子,可以有效地防止逆向后,隐藏信息被纰漏,因为只有逆向后生成的 代码,跟原作者的代码丝毫不差,将来才能打开其隐藏至深的下载者链接及代码。 亮点之三:用一个固定的KEY,通过某种运算,产生出1024个密钥组成的数组。 然后用这个密钥组与用户代码进行运算,最终生成一个4字节的解码KEY。 利用解码KEY,在从加载到内存的驱动中,找出隐藏在其资源中的那份肮脏的 下载
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-order-and-length-test
- 倒序排列数组的小程序以及对struct结构的长度测试-Descending array of small programs as well as the length of the test structure struct
reverse
- C++语言实现数组中数据的顺序前移与后移的功能,通过指针实现-C++ language data array in the order of forward and backward functions implemented by the pointer