资源列表

« 1 2 ... .56 .57 .58 .59 .60 2461.62 .63 .64 .65 .66 ... 2656 »

[数据结构常用算法main

说明:邮局选址问题算法:给定n 个居民点的位置,编程计算n 个居民点到邮局的距离总和的最小值。-post office
<zhu> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法pai-xu

说明:顺序表的结构没有给出,作为演示分治法这里从简顺序表取一整形数组数组大小由用户定义,数据随机生成。我们知道如果数组大小为 1 则可以直接给出结果,如果大小为 2则一次比较即可得出结果,于是我们找到求解该问题的子问题即: 数组大小 <= 2。到此我们就可以进行分治运算了,只要求解的问题数组长度比 2 大就继续分治,否则求解子问题的解并更新全局解以下是代码-e order of the table structure did not g
<lzy> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法work1

说明:类的继承与实现,在当今的编译语言里,只有学会了C语言才是硬道理-Inheriting classes and implementation
<王木木> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法c

说明:C语言的一些简单经常用到的小工具程序段,比如说冒泡排序,回文数,素数分解等等。-Some of the C language simple and often use the gadget program segments, such as bubble sort, palindrome number, prime number decomposition and so on.
<江迪> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法Software-Development-Life-Cycle

说明:SSD2 Practical Exam 2 Icarnegie
<nWo> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法wuban

说明:这个是一个简单的用数据结构队列知识 C++ 解决的舞伴问题-dress friends problem
<莫焱涯> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法gvfdg-

说明:实现二叉树非递归的前中后序遍历!使用链表建立的二叉树,C++编写的-To achieve binary tree before in non-recursive traversal Use linked lists to establish the binary tree, written in C
<杨毅> 在 2024-11-07 上传 | 大小:1024 | 下载:0

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

说明:排序算法 数据结构 做课设自己做的,可以进行数字排序。-Sorting algorithm data structure to do the lesson set up their own do
<prince> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法K_degree_MST

说明:这个是我自己写的,求单源K度限制生成树模板.-Methods of the single-source K degree restricted spanning tree template
<钱瑞彬> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法Huffman

说明:哈夫曼树类的实现代码,包括哈夫曼树的功能和哈夫曼树的测试文件-implementation of the functions of Huffman tree
<孟亚伟> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法file

说明:数据结构课程中链式基数排序算法的C++实现。-Chain sorting algorithm C++ data structures course.
<cairong> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法Cpp1

说明:顺序表,包含查找、插入、删除等操作,这个程序适合初学者看-Order table lookup, insert and delete operations
<黄二> 在 2024-11-07 上传 | 大小:1024 | 下载:0
« 1 2 ... .56 .57 .58 .59 .60 2461.62 .63 .64 .65 .66 ... 2656 »

源码中国 www.ymcn.org