资源列表

« 1 2 ... .78 .79 .80 .81 .82 1983.84 .85 .86 .87 .88 ... 2656 »

[数据结构常用算法Dijkstra

说明:迪杰特斯拉算法 求最短路径。数据结构,树,构造图方面的内容-Dykstra algorithm for the shortest path. The contents of the tree structure diagram of the data structure,
<刘雨超> 在 2024-09-30 上传 | 大小:2048 | 下载:0

[数据结构常用算法tree

说明:用纯数组实现二叉树的基础操作,包括添加,删除等。-The basic operation of the pure array binary tree, including add, delete, and so on.
<郝宇> 在 2024-09-30 上传 | 大小:2048 | 下载:0

[数据结构常用算法Tautologies

说明:重言式,数据结构里的典型编程题,c语言代码,有具体的实现-Tautologies, data structures typical programming questions, c language code, specific implementation
<付涛> 在 2024-09-30 上传 | 大小:2048 | 下载:0

[数据结构常用算法Qsort1

说明:Qsort 大家熟知的算法,仔细整理出的模版,直接可用-Qsort well-known algorithm, carefully sorted out the template, can be used directly
<liming> 在 2024-09-30 上传 | 大小:2048 | 下载:0

[数据结构常用算法linked-list

说明:使用链表实现两个多项式的基本操作。 
<王伟> 在 2024-09-30 上传 | 大小:2048 | 下载:0

[数据结构常用算法Scorelist

说明:编程实现成绩表及其相关操作,具体要求如下: 自定义类型Score为: 结构体类型{学生名+课程名+分数} 自定义类型ElemType为: Score 自定义类型SqList为包含如下两个成员的结构体类型: {基类型为ElemType的动态数组elem int length} 实现如下针对SqList的函数 InputSco OutputSco InputElem OutputElem ListCrea
<w> 在 2024-09-30 上传 | 大小:2048 | 下载:0

[数据结构常用算法xxx

说明:后缀表达式转为中缀表达式,应用链表进行连接和判断。-Postfix expression into infix expression, application of the linked list to connect and judgment.
<林伟> 在 2024-09-30 上传 | 大小:2048 | 下载:0

[数据结构常用算法erchashu

说明:验证二叉树的二叉链表表示,实现CreateBiTree算法创建二叉树,实现二叉树的层次遍历算法,实现二叉树的先序、中序、后序递归遍历算法中的一种,编写主程序调用CreateBiTree创建二叉树,并调用二叉树的层次遍历、先(中、后)序遍历算法,测试不同的输入数据创建二叉树,预期输出并验证输出的结果。 -The binary list validation binary tree the preorder achieve Create
<dd> 在 2024-09-30 上传 | 大小:2048 | 下载:0

[数据结构常用算法tsp

说明:用蚁群算法解决TSP问题,快速便捷而且很全面,比较谨慎-Ant colony algorithm to solve TSP, quick and easy and very comprehensive, more cautious
<刘双> 在 2024-09-30 上传 | 大小:2048 | 下载:0

[数据结构常用算法main

说明:哈弗曼树的优化实现, 哈弗曼树的优化实现,哈弗曼树的优化实现-Optimization of Havermann tree, Havermann tree optimized to achieve Havermann tree optimization to achieve Havermann tree optimization to achieve
<zhouhui> 在 2024-09-30 上传 | 大小:2048 | 下载:0

[数据结构常用算法strassen

说明:Strassen要求阶n是2的幂,但这样的情况很少。对任一偶数n,总有 n=m*2k, 将矩阵分为m*m个的2k阶矩阵。小矩阵用Strassen相乘,大矩阵用传统算法。设计出偶数阶矩阵相乘的算法。 -Strassen requires order n is a power of 2, but this situation is seldom. On either an even number n, out of a total of
<yan> 在 2024-09-30 上传 | 大小:2048 | 下载:0

[数据结构常用算法beibao

说明:给定一个容量为C的背包及n个重量为 wi,价值为pi的物品,要求把物品装入背 包,使背包的价值最大,此类问题为背 包问题。物品或者装入背包,或者不装 入背包,称之为0/1背包问题。 -A given a capacity for the the C of the backpack, and n a of by weight for the wi, the value of for the the the items
<yan> 在 2024-09-30 上传 | 大小:2048 | 下载:0
« 1 2 ... .78 .79 .80 .81 .82 1983.84 .85 .86 .87 .88 ... 2656 »

源码中国 www.ymcn.org