资源列表

« 1 2 ... .40 .41 .42 .43 .44 44845.46 .47 .48 .49 .50 ... 66581 »

[Windows编程Yluomouse

说明:天气潮湿导致鼠标左右键触点氧化,单击变多击.此软件用于将短时间内多击判定为单击所用.-Humidity lead to oxidation of the mouse left key contacts, click the change more than hit. This software is used to attack a short time more determined to click used.
<JIM> 在 2025-07-17 上传 | 大小:3.3mb | 下载:0

[其他小程序Ra3winlock

说明:Ra3不支持窗口画,即使强制窗口画后并且锁屏,也不能解决地图滚动问题.程序通过使用虚拟按键实现判定鼠标在边缘时自动按键盘实现滚屏.-Ra3 does not support the window painting after painting, and even force the lock screen window, scroll the map can not solve the problem. Procedures to achieve through the use of a vir
<JIM> 在 2025-07-17 上传 | 大小:27kb | 下载:0

[Windows编程c52

说明:这是一个很好的时钟程序, 这是一个很好的时钟程序,-This is a very good clock program, which is a very good clock program, which is a very good clock procedures
<cw> 在 2025-07-17 上传 | 大小:135kb | 下载:0

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

说明:用一个整型数组表示一个大数,数组的每个元素储存大数的一位数字,则实际的大数d表示为: d=a[k]*10的k-1次幂+a[k-1]*10的k-2次幂+......+a[2]*10+a[1] 其中a[0]保存该大数的位数. (2),实现两个大数相乘. (3),再此基础上实现两个大数相除 -With an integer array to represent a large number, every element of the array storage of large numb
<马值> 在 2025-07-17 上传 | 大小:1kb | 下载:0

[Windows编程Sample_of_code

说明:一些关于C#的示例代码,一共差不多有100多个例子-About C# sample code, a total of nearly 100 examples
<叶凯斌> 在 2025-07-17 上传 | 大小:3.1mb | 下载:0

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

说明:按路径长度递增次序产生最短路径算法:   把V分成两组:   (1)S:已求出最短路径的顶点的集合   (2)V-S=T:尚未确定最短路径的顶点集合   将T中顶点按最短路径递增的次序加入到S中,   保证:(1)从源点V0到S中各顶点的最短路径长度都不大于   从V0到T中任何顶点的最短路径长度   (2)每个顶点对应一个距离值   S中顶点:从V0到此顶点的最短路径长度   T中顶点:从V0到此顶点的只包括S中顶点作中间   顶点的最短路径长度 -
<马值> 在 2025-07-17 上传 | 大小:1kb | 下载:0

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

说明:堆排序(HeapSort)是一树形选择排序。堆排序的特点是:在排序过程中,将R[l..n]看成是一棵完全二叉树的顺序存储结构,利用完全二叉树中双亲结点和孩子结点之间的内在关系(参见二叉树的顺序存储结构),在当前无序区中选择关键字最大(或最小)的记录-Heap Sort (HeapSort) is a tree selection sort. Heap sort is characterized by: the sort process, the R [l.. N] as a complete b
<马值> 在 2025-07-17 上传 | 大小:1kb | 下载:0

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

说明:申请空间,使其大小为两个已经排序序列之和,该空间用来存放合并后的序列   设定两个指针,最初位置分别为两个已经排序序列的起始位置   比较两个指针所指向的元素,选择相对小的元素放入到合并空间,并移动指针到下一位置   重复步骤3直到某一指针达到序列尾   将另一序列剩下的所有元素直接复制到合并序列尾-Application space, so the size of the two already sorted sequences, and, after the merg
<马值> 在 2025-07-17 上传 | 大小:1kb | 下载: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 to be a small part of all of
<马值> 在 2025-07-17 上传 | 大小:1kb | 下载: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, the document d1 all records
<马值> 在 2025-07-17 上传 | 大小:1kb | 下载:0

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

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

[其他小程序Votonline

说明:简易的投票系统,供初学者用,或作为网站.用户可按照说明进行投票。-Simple voting system, for beginners to use, or as a Web site. Users can follow the instructions to vote.
<赵朋飞> 在 2025-07-17 上传 | 大小:648kb | 下载:0
« 1 2 ... .40 .41 .42 .43 .44 44845.46 .47 .48 .49 .50 ... 66581 »

源码中国 www.ymcn.org