资源列表

« 1 2 ... .00 .01 .02 .03 .04 2205.06 .07 .08 .09 .10 ... 2656 »

[数据结构常用算法5

说明:二叉排序树采用二叉链表存储。写一个算法,删除结点值是X的结点。要求删除该结点后,此树仍然是一棵二叉排序树,并且高度没有增长(注:可不考虑被删除的结点是根的情况)。-Binary sort tree stores using the binary tree. Write an algorithm deleting node value of X node. Requested the deletion of the node, this
<若曦> 在 2024-09-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法4

说明:设无向图G有n个点e条边,编写算法建立G的邻接表,并按照深度优先搜索输出顶点间。-Let undirected graph G with n vertices e edges, G to write algorithms to establish the adjacency table, and depth-first search in accordance with the output vertex requires time c
<若曦> 在 2024-09-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法expression_evaluation

说明:表达式求值。利用栈操作,对含有‘+’‘-’‘*’‘/’‘(’‘)’的表达式进行求值。(利用中序遍历)-expression evaluation
<王蒙> 在 2024-09-20 上传 | 大小:5120 | 下载:0

[数据结构常用算法filesheacher

说明:自己写的全文检索工具,可应用成小型搜索引擎.-Write your own text retrieval tools can be applied to a small search engine
<方云> 在 2024-09-20 上传 | 大小:177152 | 下载:0

[数据结构常用算法paradise

说明:编写一个程序求解迷宫问题,迷宫是一个m行n列的0-1矩阵,其中0表示无障碍,1表示有障碍,设入口为(1,1),出口为(m,n),每次移动只能从一个无障碍的单元移到其周围8个方向上任一无障碍的单元,编制程序给出一条通过迷宫的路径。 要求:(1)输入m*n的迷宫矩阵,如: 6 9 0 1 0 0 0 1 1 0 0 1 0 0 0 1 1 0 1 1 0 1 1 0 0 0 0 1 1 1 1 0 1 1
<YY> 在 2024-09-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法seal-sort

说明:设计一算法,用希尔排序方法对n个原始数据进行排序。要求如下: 输入:(1)输入原始数据个数n; (2)输入n个原始数据。 输出:(1)输出原始数据; (2)输出增量gap及排序过程 (3)输出排序结果。-Design an algorithm, using the n Hill sorting method to sort the raw data. Requirements ar
<YY> 在 2024-09-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法tree-similar

说明:按先序遍历序列建立两个二叉树的二叉链表 A 和链表 B ,设计算法判断 A 、 B 二叉树是否相似。-Traversal sequence established by the first two binary tree binary list A and list B, the design algorithm to determine A, B binary tree is similar.
<YY> 在 2024-09-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法BANK

说明:BANKING APPLICATION IN C-BANKING APPLICATION IN C++
<raj> 在 2024-09-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法2010011219_e1_p1

说明:对于给定的N,求出区间(0, N]区间的所有满足勾股定理的正整数三元组。-For a given N, determined interval (0, N] interval for all positive integers satisfy the Pythagorean triples.
<flylucas> 在 2024-09-20 上传 | 大小:787456 | 下载:0

[数据结构常用算法2010011219_e1_p2

说明:统计文件中字母出现的数目,不区分大小写,输出格式为字母 数目-Statistics document the number of letters appear insensitive, the output format is the number of letters
<flylucas> 在 2024-09-20 上传 | 大小:745472 | 下载:0

[数据结构常用算法2010011219

说明:将文件中的多项式写入链表,并通过链表保存,通过动态数组实现简单的运算。-Write a polynomial in the file list, and saved through the list, dynamic arrays through simple arithmetic.
<flylucas> 在 2024-09-20 上传 | 大小:783360 | 下载:0

[数据结构常用算法2010011219_e3

说明:关于中缀运算符运算与后缀运算符运算算法与课本相同; 关于中缀转后缀采取数据直接赋值,运算符入栈等候操作(根据优先级)的方法 -About infix operators computing and computing algorithms and postfix operators textbooks same infix turn on suffix take data directly assignment operato
<flylucas> 在 2024-09-20 上传 | 大小:763904 | 下载:0
« 1 2 ... .00 .01 .02 .03 .04 2205.06 .07 .08 .09 .10 ... 2656 »

源码中国 www.ymcn.org