资源列表

« 1 2 ... .42 .43 .44 .45 .46 2147.48 .49 .50 .51 .52 ... 2656 »

[数据结构常用算法queen8

说明:用java 语言实现8皇后问题,实现8个 皇后都不在同一行,同一列,和同一斜线上-err
<陈聪> 在 2024-09-27 上传 | 大小:1024 | 下载:0

[数据结构常用算法prime

说明:题目 质数分解与栈的使用 简介 只能被自身和1整除的正整数称为质数。每一个整数都可以写成质数乘积的形式,称为整数的质数分解。例如: 1776 = 37 x 3 x 2 x 2 x 2 x 2. -Title prime number decomposition and the use of stack profile only divisible by themselves and a positive intege
<katrina> 在 2024-09-27 上传 | 大小:1024 | 下载:0

[数据结构常用算法fourth

说明: 二叉排序树(Binary Sort Tree--BST)或者是一棵空树;或者是具有下列性质的二叉树: ⑴ 若左子树不空,则左子树上所有结点的值均小于根结点的值;若右子树不空,则右子树上所有结点的值均大于根结点的值。 ⑵ 左右子树也都是二叉排序树。 (3) 中序遍历BST可得到一个关键字的有序序列 文本文件单词索引是指将文本中单词按字母顺序列出并且列出每个单词在文本中出现的次数,它也是关键字列表的一
<katrina> 在 2024-09-27 上传 | 大小:1024 | 下载:0

[数据结构常用算法prime

说明:快速求素数,用到了概率算法。可以求出相当大范围内的素数,远远优于普通的素数算法-Fast seek primes, using a probability algorithm. Can be obtained within the scope of a large prime number, which is far superior to an ordinary prime number algorithm
<shazi> 在 2024-09-27 上传 | 大小:1024 | 下载:0

[数据结构常用算法33753158guofu11111111111111

说明:严崴敏的数据结构实验线形表的合并的C程序,包括线性表的 插入,排序操作-Yan Wei-min experimental linear data structure of the C form of the merger process, including the insertion of a linear table, sorting operation
<蓝蔻> 在 2024-09-27 上传 | 大小:1024 | 下载:0

[数据结构常用算法huffman

说明:利用哈夫曼编码的原理对字符进行处理,最后输出的是对输入的字符的0和1的编码-The principle use of Huffman coding of characters to deal with the final output is the input of 0 and 1 character encoding
<jack94> 在 2024-09-27 上传 | 大小:1024 | 下载:0

[数据结构常用算法EX9-1

说明:遍历二叉树并使用3种方法统计结点与叶子结点-Binary Tree Traversal and use three kinds of statistical methods and leaf node node
<小龙> 在 2024-09-27 上传 | 大小:1024 | 下载:0

[数据结构常用算法suanfa

说明:数据结构三种先序遍历非递归算法。 数据结构三种先序遍历非递归算法。-Data structure of three first traversal non-recursive algorithm. Data structure of three first traversal non-recursive algorithm.
<大王> 在 2024-09-27 上传 | 大小:1024 | 下载:0

[数据结构常用算法exe1-063340

说明:SSD5 中EX1的参考答案 下载后请参照注释认真分析-SSD5 in reference answer EX1 download Please refer to Notes careful analysis
<ylm> 在 2024-09-27 上传 | 大小:1024 | 下载:0

[数据结构常用算法GPA

说明:对北京大学,大连理工大学,浙江大学等五所高校的GPA算法进行一个比较,找出那个更合理。-Of Peking University, Dalian University of Technology, Zhejiang University and other colleges and universities 5 GPA algorithm a comparison to find out that more reasonable.
<张小伟> 在 2024-09-27 上传 | 大小:1024 | 下载:0

[数据结构常用算法HuffmanCode

说明:C++实现哈弗曼编码,学习数据结构的时候要用的-C++ Achieve哈弗曼coding, data structures when learning to use the
<YH> 在 2024-09-27 上传 | 大小:1024 | 下载:0

[数据结构常用算法make_stack

说明:关于栈的基本操作:自己做得数据结构试验内容,包括进栈,出栈,添加结点以及删除结点等等,仅供参考。 -Basic operation on the stack: the data structure to do their own tests, including into the stack, the stack, add the node and the deletion of nodes, etc., for reference p
<等天香> 在 2024-09-27 上传 | 大小:1024 | 下载:0
« 1 2 ... .42 .43 .44 .45 .46 2147.48 .49 .50 .51 .52 ... 2656 »

源码中国 www.ymcn.org