资源列表

« 1 2 ... .96 .97 .98 .99 .00 201.02 .03 .04 .05 .06 ... 653 »

[控制台(字符窗口)编程mergeosrt

说明:申请空间,使其大小为两个已经排序序列之和,该空间用来存放合并后的序列   设定两个指针,最初位置分别为两个已经排序序列的起始位置   比较两个指针所指向的元素,选择相对小的元素放入到合并空间,并移动指针到下一位置   重复步骤3直到某一指针达到序列尾   将另一序列剩下的所有元素直接复制到合并序列尾-Application space, so the size of the two already sorted
<马值> 在 2024-10-31 上传 | 大小:1024 | 下载:0

[控制台(字符窗口)编程quicksort

说明:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。-Trip will be sorted by sorting the data is separated into two independent parts, a part of all of the data than another
<马值> 在 2024-10-31 上传 | 大小:1024 | 下载:0

[控制台(字符窗口)编程shellorder

说明:先取一个小于n的整数d1作为第一个增量,把文件的全部记录分成d1个组。所有距离为dl的倍数的记录放在同一个组中。先在各组内进行直接插入排序;然后,取第二个增量d2<d1重复上述的分组和排序,直至所取的增量dt=1(dt<dt-l<…<d2<d1),即所有记录放在同一组中进行直接插入排序为止-First take an integer less than n d1 as the first increment
<马值> 在 2024-10-31 上传 | 大小:1024 | 下载:0

[控制台(字符窗口)编程DynamicPartitioning

说明:操作系统中按某种规律(先到先服务..)模拟实现动态分区-Operating system, according to a rule (first come first serve ..) simulation of dynamic partition
<马值> 在 2024-10-31 上传 | 大小:1024 | 下载:0

[控制台(字符窗口)编程OpenCVForImageProcessing

说明:在Windows下安装OpenCV,然后在Visual C++6.0环境下对OpenCV进行配置,里面的程序都是用OpenCV工具包编的控制台程序-In Windows, install OpenCV, and then in the Visual C++6.0 environment of the OpenCV configuration, which the program is edited with the OpenCV too
<陈琳> 在 2024-10-31 上传 | 大小:41052160 | 下载:0

[控制台(字符窗口)编程control.h.tar

说明:this function is about FIFO in page management
<wangchao> 在 2024-10-31 上传 | 大小:2048 | 下载:0

[控制台(字符窗口)编程Console_Print

说明:sample source of console print to debug program
<HMLEE> 在 2024-10-31 上传 | 大小:3420160 | 下载:0

[控制台(字符窗口)编程FXGPWIN

说明:plc编程软件,可以编程机械手所需程序,灵活多变-plc program software can be programmed robot the necessary procedures, flexible
<xingyun> 在 2024-10-31 上传 | 大小:787456 | 下载:0

[控制台(字符窗口)编程zidongpeiliao

说明:Vb设计的自动配料控制系统,供大家学习 文件不是很大-Vb automatic batching control system design
<尹洋洋> 在 2024-10-31 上传 | 大小:1131520 | 下载:0

[控制台(字符窗口)编程Businessmen_Crossing_SRC

说明:解决商人渡河问题。该问题为:有三个商人,三个强盗,和一条船(船每次只可以载小于等于两个人)他们同在河的一边,想渡过河去,但是必须保证在河的任何一边必须保证商人的数目大于等于强盗的数目,并要满足渡河次数尽可能的少,应该怎么过这条河呢? -To solve business problems crossing. The problem is: There are three businessmen, three robbers, an
<ledan> 在 2024-10-31 上传 | 大小:8192 | 下载:0

[控制台(字符窗口)编程KeyboardValue

说明:当你按下键盘上的某个键时,该程序会在控制台输出其键盘码,使用该程序可以让你熟悉键盘值对应的键盘码-When you press a key on the keyboard, the program code in the console output of the keyboard, use the program allows you to know the value of the corresponding keyboard co
<ledan> 在 2024-10-31 上传 | 大小:7168 | 下载:0

[控制台(字符窗口)编程selfremov

说明:文件自删除代码,文件名改为*.bat,运行结束后即会自删除。-Remove the code from the file, the file name to*. bat, after the end of operation will be self-deleted.
<lincer> 在 2024-10-31 上传 | 大小:4876288 | 下载:0
« 1 2 ... .96 .97 .98 .99 .00 201.02 .03 .04 .05 .06 ... 653 »

源码中国 www.ymcn.org