资源列表

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

[数据结构常用算法2

说明:设计算法实现删除顺序表中多余的重复元素,如 对于顺序表(1,2,3,3,3),删除第第四和第五个-Design algorithm to remove redundant elements in the sequence tablesuch ,as the sequence table (1,2,3,3,3), delete the fourth and fifth
<秋水无痕> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法AI-project-go_pass_river

说明:经典AI案例《野人与传教士过河问题》,通过建立简约且完备的数学模型,采用顺序检索遍历所有节点,找出最终解决方案。-Classic AI case "savage and preachers across the river", through the establishment of the contracted and complete mathematical model, the order of retrieval traver
<liuyuan> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法abc

说明:线性回归算法,用C语言实现,非常简单实用-this is a math funtion
<王伟峰> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法rank

说明:实现带头结点的链表按照从小到大的顺序的排序,用c语言编写的-Take the lead in the linked list of nodes in accordance with the small to the large order of the sort
<许大海> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法tree

说明:实现二叉树的建立,以及先序,后续,中序的递归和非递归遍历-The establishment of a binary tree, and the first order, follow-up, in order recursive and non recursive traversal
<许大海> 在 2024-11-07 上传 | 大小:1024 | 下载:0

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

说明:这是一个顺序链表的实现,包括了链表的建立、插入/删除元素、打印操作-This is an order linked list implementation, including the establishment of the list, insert/delete elements, the print operation
<徐文涛> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法Greedy

说明:采用贪心算法解决了“田忌赛马”的类似问题-Greedy algorithm to solve the problem of "Tian Ji s horse"
<庄镝> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法Dynamic

说明:采用动态规划算法解决了“田忌赛马”的类似问题-The dynamic programming algorithm to solve the similar problem of "Tian Ji s horse"
<庄镝> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法example

说明:建立一棵二叉排序树并输出该树的结构,然后让用户输入下列操作符:i(插入),s(查找),d(删除),p(输出结构),q(退出程序),程序执行相应操作。-Create a binary sort tree and outputs the structure of the tree, and then let the user enter the following operators: i (insert), s (find), d (de
<Reggie> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法calculate01

说明:假设集合A和B的元素都是整数,并利用两个线性表la和lb分别存放集合A和B的成员。现依次取出lb中的每个元素,按其值查找线性表la,若la中不存在该元素,则将它插入到la中去,最后线性表la就存放了集合AUB的元素。-Assume a collection of elements of A and B are integers, and two linear tables la and lb, respectively, to stor
<Reggie> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法treenode

说明:画出一棵二叉树,写出按照initial()函数建立该二叉树的字符序列。编写一个程序能建立一棵二叉树,并求所有叶子及结点总数。-Draw a binary tree, write in accordance with the initial () function to establish the sequence of characters of the binary tree. Write a program to establish
<Reggie> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法Dijkstra

说明:根据Dijkstra算法写出程序计算从顶点到其它各顶点的最短路径和最短距离。-Calculation of the vertices of the shortest path and shortest distance from the vertex to the Dijkstra algorithm to write programs.
<Reggie> 在 2024-11-07 上传 | 大小:1024 | 下载:0
« 1 2 ... .47 .48 .49 .50 .51 2452.53 .54 .55 .56 .57 ... 2656 »

源码中国 www.ymcn.org