资源列表

« 1 2 ... .76 .77 .78 .79 .80 181.82 .83 .84 .85 .86 ... 5346 »

[C#编程quick

说明:快速排序(Quicksort)是对冒泡排序的一种改进。由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列-Quicksort (Quicksort) is to improve a bubble sort. By CAR Hoa
<叶幸> 在 2024-10-08 上传 | 大小:1024 | 下载:0

[C#编程simple-sorting

说明:简单排序法也称序列评定法,是指管理者把本部门的所有员工从绩效最高者到绩效最低者(或从最好者到最差者)进行排序,即对一批考核对象按照一定标准排出“1、2、3、4……”的顺序。-Simple sorting method, also known as sequence evaluation method of refers to the managers to all employees of this department from hi
<叶幸> 在 2024-10-08 上传 | 大小:1024 | 下载:0

[C#编程shi

说明:可以对外部输入波形进行频率测量,本方法简单实用-External input waveform frequency measurements, this method is simple and practical
<tanyulin> 在 2024-10-08 上传 | 大小:1024 | 下载:0

[C#编程zhanzhijuzheng

说明:地面坐标系与弹体坐标系转换用举证函数,通用c语言编写-Ground coordinate system and the body coordinate system conversion with proof function
<wangzhengwei> 在 2024-10-08 上传 | 大小:1024 | 下载:0

[C#编程TSP

说明:模拟退火算法解决旅行商问题的的C++代码-Simulated annealing algorithm to solve the traveling salesman problem C++ code
<王红> 在 2024-10-08 上传 | 大小:1024 | 下载:0

[C#编程GetCoreTempInfo

说明:嗯,这个吗,这是其中一个用来获取CPU的温度的头文件-a head file ,which used to get the temperature of CPU
<CSDQ> 在 2024-10-08 上传 | 大小:1024 | 下载:0

[C#编程dashujiecheng

说明:利用链表类或者标准STL实现任意大数阶乘的精确计算,并在屏幕上显示出来-The linked list class or standard STL implementation of any accurate calculation of the factorial of large numbers, and displayed on the screen
<说了再见> 在 2024-10-08 上传 | 大小:1024 | 下载:0

[C#编程FoxProOperation

说明:c#+操作FoxPro C#操作FoxPro比较少,而且SQL书写也不同,这个例子可以给出操作实例-c#+ operating FoxPro, C# operating FoxPro is relatively small, and SQL writing, this example can be given operation instance
<lisiben> 在 2024-10-08 上传 | 大小:1024 | 下载:0

[C#编程MyQQVideo

说明:实现对家用设想头打开,关闭,抓图等功能。-Head home envisaged the capture function.
<方国军> 在 2024-10-08 上传 | 大小:1024 | 下载:0

[C#编程JR_Cursor

说明:用C语言编写的光标移位,即可以上下左右移动的-Written in C language, cursor shift, can move around more than the next
<王超> 在 2024-10-08 上传 | 大小:1024 | 下载:0

[C#编程2DUDFSTOKES

说明:FLUENT UDF 造波技术 边界造波法-FLUENT UDF wave boundary wave method
<litianzeng> 在 2024-10-08 上传 | 大小:1024 | 下载:0

[C#编程main

说明:基于MSP430G2553的频率计 LCD1602显示当前频率 并可以传到PC机上显示-MSP430G2553 frequency meter LCD1602 display the current frequency and can be reached on a PC
<cathy> 在 2024-10-08 上传 | 大小:1024 | 下载:0
« 1 2 ... .76 .77 .78 .79 .80 181.82 .83 .84 .85 .86 ... 5346 »

源码中国 www.ymcn.org