资源列表

« 1 2 ... .12 .13 .14 .15 .16 2217.18 .19 .20 .21 .22 ... 2656 »

[数据结构常用算法BiTREE

说明:输入二叉树的先序序列和中序序列,根据这两个序列,输出二叉树的后序序列,用C语言实现这个程序。-Input sequence and the first sequence of binary tree inorder sequence, based on these two sequences, the output binary sequence after sequence.
<summer> 在 2024-09-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法BitreeDepth

说明:输入一个二叉树,用递归的方法求该二叉树的深度。-Enter a binary tree, using recursive method for solving the binary tree depth.
<summer> 在 2024-09-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法sort

说明:排序是数据结构中的一项重要内容,该算法包括了直接插入冒泡选择排序算法的实现-Sort data structure is an important element of the algorithm including a direct insertion bubble sort algorithm selection
<李时针> 在 2024-09-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法data

说明:数据结构 链表和 顺序表和 单链和 双链以及单链求并集
<lingyan> 在 2024-09-20 上传 | 大小:4096 | 下载:0

[数据结构常用算法algorithm-source-code

说明:妙趣横生的算法源代码,介绍了一些比较有趣的问题的算法-Fun algorithm source code, describes some of the more interesting questions algorithm
<luke> 在 2024-09-20 上传 | 大小:83968 | 下载:0

[数据结构常用算法sort

说明:排序程序。包含选择排序,堆排序,插入排序,希尔排序,冒泡排序,快速排序6种排列方式。-Sort program. Including selection sort, heap sort, insertion sort, shell sort, bubble sort, quick sort six kinds of arrangement.
<张宇舟> 在 2024-09-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法nkoj1751

说明:解决nkoj 1751: E: Expressions 的程序,网上很难找-program for nkoj 1751: E: Expressions
<谭利> 在 2024-09-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法keyword_search

说明:本程序实现关键词的检索,采用c语言编写,达到了预期的要求-This program implements keyword search, using c language, to achieve the expected requirements
<zhang> 在 2024-09-20 上传 | 大小:809984 | 下载:0

[数据结构常用算法moshihsibie-shuju-matlab

说明:模式识别与智能计算的matlab实现,全书数据文件,许国根编写的,直接可以导入matlab中使用-Pattern Recognition and Intelligent Computing matlab realize, the book data files, Xu root preparation, can be imported directly using matlab
<李磊伟> 在 2024-09-20 上传 | 大小:386048 | 下载:0

[数据结构常用算法0-1-Knapsack-problem

说明: 本次实验选择0-1背包问题作为题目,通过使用动态规划、回溯法和分支定界法等算法来求解该问题,从而进一步的了解各种算法的原理、思路及其本质,深化对算法的了解,锻炼自己对各种算法的分析和使用,熟悉软件底层算法和界面编程。-The 0-1 knapsack problem was chosen as the subject, through the use of dynamic programming, backtracking and b
<invest> 在 2024-09-20 上传 | 大小:202752 | 下载:0

[数据结构常用算法TSP

说明:旅行商问题(Traveling Saleman Problem,TSP)又译为旅行推销员问题、货郎担问题,简称为TSP问题,是最基本的路线问题,该问题是在寻求单一旅行者由起点出发,通过所有给定的需求点之后,最后再回到原点的最小路径成本。采用回溯法,邻点法实现,有图形界面。-TSP (Traveling Saleman Problem, TSP) also translated as traveling salesman problem,
<invest> 在 2024-09-20 上传 | 大小:2897920 | 下载:0

[数据结构常用算法Multi-machine-scheduling

说明: 将对n个独立作业如何分配在m台相同的机器加工处理的多机调度问题进行解决,这就是我们要解决的任务。 本程序编写目的为使得解决多机调度问题的过程以图形界面方式动态的展示出来,以让用户能够轻易的看出解决的方案以及过程。采用java开发。 -Will be n independent jobs on m machines how to allocate the same machine processing of multi-mach
<invest> 在 2024-09-20 上传 | 大小:360448 | 下载:0
« 1 2 ... .12 .13 .14 .15 .16 2217.18 .19 .20 .21 .22 ... 2656 »

源码中国 www.ymcn.org