学号: 20182315 《数据结构与面向对象程序设计》实验七报告 课程:《程序设计与数据结构》 班级: 1823 姓名: 邹家伟 学号:20182315 实验教师:王志强 实验日期:2019年10月28日 必修/选修: 必修 1.实验内容 定义一个Searching和Sorting类,并在类中实现 ...
分类:
其他好文 时间:
2019-11-17 23:30:22
阅读次数:
89
20182318 2019 2020 1 《数据结构与面向对象程序设计》实验起报告 课程:《程序设计与数据结构》 班级: 1823 姓名: 王振澳 学号:20182318 实验教师:王志强 实验日期:2019年11月02日 必修/选修: 必修 1.实验内容 定义一个Searching和Sorting ...
分类:
其他好文 时间:
2019-11-17 20:53:39
阅读次数:
57
http://acm.hdu.edu.cn/showproblem.php?pid=1247 题意:给出一堆单词,求哪些单词是其中某两个单词拼接起来的。 题解:用字典树存储所有的单词,标记结束点,再次遍历单词的时候如果遍历过程遇到结束点则表明有单词是该单词的前缀,查找后半段字母(后缀)看看最后能不能 ...
分类:
其他好文 时间:
2019-11-17 17:46:48
阅读次数:
50
课程:《程序设计与数据结构》 班级: 1823 姓名:张端云 学号:20182303 实验教师:王志强 实验日期:2019年10月30日 必修/选修: 必修 实验内容 1. 定义一个Searching和Sorting类,并在类中实现linearSearch,SelectionSort方法,最后完成测 ...
分类:
其他好文 时间:
2019-11-17 14:22:49
阅读次数:
74
1,下载 https://dev.mysql.com/downloads/mysql/5.5.html 注意:Select Operating System: Red Hat Enterprise Linux / Oracle Linux 例如:MySQL-server-5.5.62-1.el7.x ...
分类:
数据库 时间:
2019-11-17 12:42:23
阅读次数:
122
20182332 《数据结构与面向对象程序设计》实验七报告 课程:《程序设计与数据结构》 班级: 1823 姓名: 盛国榕 学号:20182332 实验教师:王志强 实验日期:2019年10月28日 必修/选修: 必修 1.实验内容: 定义一个Searching和Sorting类,并在类中实现lin ...
分类:
其他好文 时间:
2019-11-17 12:29:08
阅读次数:
73
课程:《程序设计与数据结构》 班级: 1823 姓名: 高宽让 学号:20182331 实验教师:王志强 实验日期:2019年11月2日 必修/选修: 必修 一、实验内容 1.定义一个Searching和Sorting类,并在类中实现linearSearch,SelectionSort方法,最后完成 ...
分类:
其他好文 时间:
2019-11-17 12:21:51
阅读次数:
63
Given a 32-bit signed integer, reverse digits of an integer. Example 1: Input: 123 Output: 321 Example 2: Input: -123 Output: -321 Example 3: Input: 1 ...
分类:
其他好文 时间:
2019-11-17 10:33:14
阅读次数:
62
mplement an iterator over a binary search tree (BST). Your iterator will be initialized with the root node of a BST. Calling next() will return the ne ...
分类:
其他好文 时间:
2019-11-17 01:45:19
阅读次数:
59
源码如下 1 /** 2 * Removes the first occurrence of the specified element from this list, 3 * if it is present. If this list does not contain the element, ...
分类:
其他好文 时间:
2019-11-16 23:23:25
阅读次数:
88