资源列表

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

[数据结构常用算法Project8

说明:简易计算器 输入数学表达式,输出表达式的计算结果。数学表达式由单个数字和运 算符“ +”、“ -”、“ *”、“ /”、“ (、“ )构成,例如 2 + 3 * ( 4 + 5 ) – 6 / 4。假定 表达式输入格式合法。-Enter the mathematical expression, calculation result output expression. Mathematical expressions and
<stephen> 在 2024-11-07 上传 | 大小:1806336 | 下载:0

[数据结构常用算法Project6

说明:使用散列表设计实现一个字典,假设关键字为整数且 D 为 961,在字典 中插入随机产生的 500 个不同的整数, 实现字典的建立和搜索操作。分别使 用线性开型寻址和链表散列解决溢出。-Designed and implemented using a hash table dictionary, if your keywords is an integer and D 961, in the dictionary 500 di
<stephen> 在 2024-11-07 上传 | 大小:1736704 | 下载:1

[数据结构常用算法VerifyBSTPosOrder

说明:验证一个输出序列是否为一个二叉树的后续遍历-Validation of a follow-up traversal output sequence is a binary tree two
<箫筱沐羽> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法MinStack

说明:实现待最小数的最小栈,里面带有详细的解法说明-The inn to the decimal, which with the method that
<箫筱沐羽> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法MinKDigits

说明:用最短的时间寻找最小的K个数,带有详细的解题说明-Use the shortest time to find a minimum number of K
<箫筱沐羽> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法QuickSort

说明:c++代码,实现快速排序,代码中有数组和向量两种代码实现-c++ code, quick sort, using vector arrays and two ways
<yangyang> 在 2024-11-07 上传 | 大小:2086912 | 下载:0

[数据结构常用算法HeapMake

说明:c++代码,实现堆排序,方法是先建立一个大根堆,然后逐步进行调整-c++ code that implements heap sort, the method is to set up a large root heap, then gradually adjust
<yangyang> 在 2024-11-07 上传 | 大小:3640320 | 下载:0

[数据结构常用算法PalindromeJudge

说明:c++代码,代码功能为:判断一个字符串是否为回文串-c++ code, the code for the function: to determine whether a string is a palindrome string
<yangyang> 在 2024-11-07 上传 | 大小:1869824 | 下载:0

[数据结构常用算法String-All-Permutation

说明:c++代码,功能为实现字符串的全排列,使用了递归和字典序两种方法-c++ code function to achieve full array of strings, using recursion and lexicographic two ways
<yangyang> 在 2024-11-07 上传 | 大小:1997824 | 下载:0

[数据结构常用算法templateme

说明:通过群体优化算法优化的基于内容的图像检索方法,通俗易懂,非常容易理解。-Through group optimization algorithm optimization method for content-based image retri , user-friendly, very easy to understand and learn.
<binglu> 在 2024-11-07 上传 | 大小:2048 | 下载:0

[数据结构常用算法Josephus

说明:解决Josephus的问题,来自于poj上的一个题目。-Josephus solve problems a subject poj on.
<chenhe> 在 2024-11-07 上传 | 大小:2048 | 下载:0

[数据结构常用算法ZigZag-Conversion

说明:Zigzag:即循环对角线结构( 0 8 16 1 7 9 15 17 2 6 10 14 18 3 5 11 13 19 4 12 20 ) 向下循环:nRows 斜角线循环:nRows-2(减去首尾两个端点)
<www> 在 2024-11-07 上传 | 大小:1024 | 下载:0
« 1 2 ... .56 .57 .58 .59 .60 2461.62 .63 .64 .65 .66 ... 2656 »

源码中国 www.ymcn.org