资源列表
[数据结构常用算法] filestructure
说明:这是我用c++做的关于文件结构的实验算法,是我们学习数据结构的时候老师给我们做的很经典的实验之一,现在给大家参考一下!-This is what I used c++ Done on the file structure of the experimental algorithm, data structure is that we learn when the teacher gave us to do one classic experiment, and now for everyone<侯坚强> 在 2025-06-10 上传 | 大小:889kb | 下载:0
[数据结构常用算法] Expression-evaluation
说明:任意输入数学运算表达式分别采用两种算法求值,分别是中缀表达式直接求值和修改成后缀表达式求值。表达式中包含的运算符有:加法+,减法-,乘法*,除法/,括号(),乘方#等运算符。运算符的优先级和结合性符合数学运算法则-Any input math expressions using two algorithms evaluated, infix expression directly evaluated and modified the postfix expression evaluation.<fzk> 在 2025-06-10 上传 | 大小:889kb | 下载:0
[数据结构常用算法] string
说明:C++设计字符串类1) 能够用 “+” 来处理两个字符串的相加;2) 具有在一个字符串中搜索一个字符的功能;3) 具有在一个字符串中搜索另一个字符串的功能;4) 实现去除字符串最前面和最后的空格的功能;5) 编写一个main()函数,测试你的字符串类的各种功能。-C++ design string class 1) can use " +" to deal with the addition of two strings 2) has a function to search<许珂> 在 2025-06-10 上传 | 大小:890kb | 下载:0
[数据结构常用算法] Permutate
说明:用调换数字法实现全排列,并与stl中的函数进行了比较。-With exchange digital method to achieve permutation, and with the stl function were compared.<love_yuyeer> 在 2025-06-10 上传 | 大小:889kb | 下载:0