资源列表
[数据结构常用算法] huadongchuangkou
说明:使用Java编写的模拟滑动窗口协议,部分修改可实现停等、回退N帧以及选择重发功能-Analog sliding window protocol written in Java, the partial revision of the stop-and-wait fallback N fr a me retransmission function<code> 在 2025-07-17 上传 | 大小:2kb | 下载:0
[数据结构常用算法] ChineseSegmentation
说明:用trie算法实现的中分分词程序,在VC2010中编译运行成功,所参考资料也为转载,若原作看到这个,希望与我联系:)-Chinese Segmentation implemented by Trie algorithm,compiling and running successfully in VC2010<胡玥> 在 2025-07-17 上传 | 大小:2kb | 下载:0
[数据结构常用算法] erchashubianli
说明:能够以广义表输入一个二叉树,并能对其进行前序遍历,中序遍历,后序遍历,层次遍历。-Generalized list, enter a binary tree, and its preorder traversal, in order traversal post-order traversal, traverse the level.<吴莹> 在 2025-07-17 上传 | 大小:2kb | 下载:0
[数据结构常用算法] 2-3-tree
说明:2—3树是这样一种树: A.每个非叶子结点都有2个或3个儿子; B.每条众树根到树叶的路径长度相等; C.只有一个根结点的树也是2—3树。 本题目要求从键盘输入以整数序列,建立一棵2-3树。所以我的建树构思为以2-3树的插入操作来进行建树。-2-3 tree is such a tree: A. Each non-leaf node has two or three sons B. Each congregation tree roots to leaves is equal<冯读庆> 在 2025-07-17 上传 | 大小:2kb | 下载:0