资源列表

« 1 2 ... .82 .83 .84 .85 .86 987.88 .89 .90 .91 .92 ... 1877 »

[书籍源码MERGE-SORT

说明:合并排序是建立在归并操作上的一种有效的排序算法。该算法是采用分治法(Divide and Conquer)的一个非常典型的应用。 合并排序法是将两个(或两个以上)有序表合并成一个新的有序表,即把待排序序列分为若干个子序列,每个子序列是有序的。然后再把有序子序列合并为整体有序序列。 将已有序的子序列合并,得到完全有序的序列;即先使每个子序列有序,再使子序列段间有序。若将两个有序表合并成一个有序表,称为2-路归并。合并排序也叫归并排序。-M
<wangshuangxi> 在 2024-10-02 上传 | 大小:1024 | 下载:0

[书籍源码fuzzy

说明:模糊聚类分析源程序,包括标准化处理,聚类图,-Fuzzy clustering analysis of source code, including the standardization processing, clustering diagram, etc.
<老马> 在 2024-10-02 上传 | 大小:8192 | 下载:0

[书籍源码xuesheng

说明:学生信息管理 有添、查、改、减等功能,适合与刚接触到编程的朋友-Student Information Management, Tim, check, change, reduction function for friends and new to programming
<焕子> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[书籍源码ant

说明:蚁群算法(ant colony optimization, ACO),又称蚂蚁算法,是一种用来在图中寻找优化路径的机率型算法。-The ant colony algorithm (ant colony optimization, ACO), also known as ant algorithm the the probability type algorithm is a method for finding the optimal
<xx> 在 2024-10-02 上传 | 大小:18432 | 下载:0

[书籍源码.net

说明:asp复习资料~有兴趣的可以下载看看!谢谢支持-ASP Code
<林长松> 在 2024-10-02 上传 | 大小:4166656 | 下载:0

[书籍源码radar-signal-simulation

说明:雷达信号的仿真,内附源代码和程序的说明。对于学习雷达信号的人来说,非常有用-radar singal processing based on matlab
<qz> 在 2024-10-02 上传 | 大小:548864 | 下载:0

[书籍源码CDROMControl

说明:这是一个关系光驱控制的源代码。希望对有需要的朋友有一点点的帮助-This is the drive to control the source code of a relationship. Friends need a little help
<chenshen> 在 2024-10-02 上传 | 大小:55296 | 下载:0

[书籍源码snake_main

说明:c语言的贪吃蛇程序,是c语言项目开发书籍中的一个项目-Snake c language program, a project in c language project development books
<和珅> 在 2024-10-02 上传 | 大小:1453056 | 下载:0

[书籍源码mstrips

说明:微带线综合,由阻抗Z计算线宽与厚度之比w/h-microstrip synthesis (calculates w/h from Z)
<王临风> 在 2024-10-02 上传 | 大小:1024 | 下载:0

[书籍源码PIC-LED

说明:led七彩灯程序,用的是pic单片机,对新手非常有参考的价值。-led colorful lights program, is the a pic microcontroller beginners reference value.
<聚昌> 在 2024-10-02 上传 | 大小:12288 | 下载:0

[书籍源码20120802-data-transmission

说明:数据发送,将数据包按泊松分布进行分配,它的大小跟时间有关-Data transmission, the data packet to be allocated by the Poisson distribution, and its size with the time-related
<sichen> 在 2024-10-02 上传 | 大小:6144 | 下载:0

[书籍源码cpu

说明:使用Visual Basic 6.0获取CPU型号,添加command1命令-Get CPU models using Visual Basic 6.0, add command1 command
<fx518> 在 2024-10-02 上传 | 大小:1024 | 下载:0
« 1 2 ... .82 .83 .84 .85 .86 987.88 .89 .90 .91 .92 ... 1877 »

源码中国 www.ymcn.org