资源列表

« 1 2 ... .47 .48 .49 .50 .51 2452.53 .54 .55 .56 .57 ... 2656 »

[数据结构常用算法Ant-algorithm

说明:蚁群算法,人工智能,C++实现,可以用来学习解决TSP问题,图像拼接问题,希望对你有帮助!-Ant algorithm,it has been proved that that can help you learn or solve TSP or NP!
<刘伟> 在 2024-11-07 上传 | 大小:3072 | 下载:0

[数据结构常用算法two-fork-tree

说明:根据二叉树的抽象数据类型的定义,使用二叉链表实现一个二叉树。实现二叉树的基本功能。 -According binary abstract data type definition, use two forks to implement a binary tree list. Achieve the basic functions of a binary tree.
<周琳> 在 2024-11-07 上传 | 大小:47104 | 下载:0

[数据结构常用算法view

说明:问题:设某个田径运动会共有七个项目的比赛,分别为100米、200米、跳高、跳远、铅球、铁饼和标枪。每个选手最多参加3个项目,现有六名选手参赛,他们选择的项目如表1-1所示。考虑到每个选手的参加的各个项目不能同时进行,则如何设计合理的比赛日程,使运动会在尽可能短的时间内完成? -Question: Let the race for a total of seven projects Track Meet, respectively, 10
<周琳> 在 2024-11-07 上传 | 大小:64512 | 下载:0

[数据结构常用算法CrossList-SparseMatrix

说明:数据结构作业,十字链表实现的稀疏矩阵相乘,加,减等运算操作。-data structure, crosslist, sparse matrix
<stream> 在 2024-11-07 上传 | 大小:1361920 | 下载:0

[数据结构常用算法eemd

说明:EEMD源代码,能够预处理白噪声时间序列,对预测精度有很大提高,IMF的个数可以根据自己的要求来设置。-EEMD source code, can preprocessing white noise time series, the prediction accuracy is greatly improved, the IMF s number can be set according to their requirements.
<陈凯> 在 2024-11-07 上传 | 大小:8192 | 下载:0

[数据结构常用算法ACM-classic-code

说明:ACM比赛中出现的经典解法以及源码,包括很多小算法的引用。-ACM contest in solution as well as the emergence of the classic source, including references to many small algorithm.
<> 在 2024-11-07 上传 | 大小:93184 | 下载:0

[数据结构常用算法xichuan

说明:现有喜串定义如下。a 与b 互为喜串需满足以下两个条件之一: 1. a 和b 相同。 2. 将a 分成a1 与a2 两个等长串,b 分成b1 与b2 两个等长串,其子串需满足以下两个 条件之一: a) a1与b1互为喜串且a2 与b2 互为喜串。 b) a1与b2互为喜串且a2 与b1 互为喜串。 任务: 判断给定的两个串是否互为喜串-Hi existing string defined below. a and b mutu
<qijia> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法quadrule_prb

说明: and parallel implementation, and its portfolio optimization, machine learning, image processing, process control, evolutionary neural networks, Fuzzy Pattern Recognition and Artificial Life
<mojtaba> 在 2024-11-07 上传 | 大小:67584 | 下载:0

[数据结构常用算法p17

说明:Descr iption 给出大量字符串,要求找出所有两两完全相同的字符串。 Input Descr iption 第1行: 给出字符串的个数N(N < 10^7); 第2~(N + 1)行: 每行一个字符串, 每个字符串的长度不超过10^6个字符, 为了方便起见,字符串中只包含 a~z 的26个小写字母。 每个字符串依次从0到N − 1对应一个原始编号, 在输入中不会体现, 但会在输出
<zbh> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法sort1

说明:北京大学数据结构与算法课程的排序算法实例。包括冒泡排序、推排序Shell排序和归并排序。-Sorting algorithm instance Peking data structures and algorithms courses. Including bubble sort, Shell sort and push sort merge sort.
<冯禧> 在 2024-11-07 上传 | 大小:5120 | 下载:0

[数据结构常用算法HIRLE

说明:决策树算法C4 5源码, The directory Data contains some sample datasets M()
<elemini> 在 2024-11-07 上传 | 大小:148480 | 下载:0

[数据结构常用算法619666

说明:对任意给定的网络顶点数和边数自定,建立它的邻接矩阵并输出,然后利用Prim算法或Kruskal算法生成它的最小生成树,()
<elemini> 在 2024-11-07 上传 | 大小:10240 | 下载:0
« 1 2 ... .47 .48 .49 .50 .51 2452.53 .54 .55 .56 .57 ... 2656 »

源码中国 www.ymcn.org