资源列表

« 1 2 ... .30 .31 .32 .33 .34 835.36 .37 .38 .39 .40 ... 2656 »

[数据结构常用算法33

说明:实验目的:熟练掌握字符串处理以及循环控 问题描述 实现移位密码:k表示26个字母向前循环位移的字符个数 加密: 输入:k,以及小写表示的明文字母,输出:大写字母表示的密文 解密:输入:k,以及大写字母表示的密文,输出:小写字母表示的明文 -Experimental Objective: To master the string processing and circulation control descr iption of the problem to achieve
<吴海> 在 2025-06-09 上传 | 大小:7kb | 下载:0

[数据结构常用算法de

说明:实验五 二叉树的递归算法:计算高度、结点个数、交换左右儿子-Experiment 5 binary tree recursive algorithm: calculating height, node number, exchange about his son
<吴海> 在 2025-06-09 上传 | 大小:19kb | 下载:0

[数据结构常用算法42

说明:多元树的层次遍历、先根遍历、后根遍历 涉及的知识点:多元树的表示法、先根遍历、后根遍历的递归算法、多元树的层次遍历方法-Multi-level tree traversal, first the root traversal, traversal involved in dorsal root knowledge point: multi-tree representation, first the root traversal, after the root of the recur
<吴海> 在 2025-06-09 上传 | 大小:94kb | 下载:0

[数据结构常用算法passenger

说明:数据结构大作业 用双向链表 和五种数据结构实现 飞机场旅客信息查询检索订票等-Great job with the two-way data structure linked list, and five kinds of data structures to achieve an airport passenger information query and search booking, etc.
<chn> 在 2025-06-09 上传 | 大小:17kb | 下载:0

[数据结构常用算法PointersLoops

说明:describes pointers and loops
<gizmo> 在 2025-06-09 上传 | 大小:200kb | 下载:0

[数据结构常用算法a

说明:超长数列中n个整数排序,用C++中的类来设计超长数列,对n个整数排序-Super-long series of n-integer sorting
<林娅静> 在 2025-06-09 上传 | 大小:1kb | 下载:0

[数据结构常用算法Tree

说明:Binary search tree - class template BST - Some basic method: insert, delete
<vietquocvn> 在 2025-06-09 上传 | 大小:126kb | 下载:0

[数据结构常用算法Algorithms

说明:压缩包中包括几个常用算法对应的POJ练习题的实现,包括,无向图的欧拉回路,点的割集,TRIE树,最优比率生成树,最小树形图-Compressed package includes several commonly used algorithms POJ corresponds to the realization of exercises, including, undirected graph of the Euler circuit, point cut sets, TRIE tree, t
<ACMaryland> 在 2025-06-09 上传 | 大小:5kb | 下载:0

[数据结构常用算法Set

说明:使用C语言建立带头结点链表实现了集合。并进行了性能上的优化。-Achieve set using C to build list witch head node. And make optimization in performance.
<张立斌> 在 2025-06-09 上传 | 大小:35kb | 下载:0

[数据结构常用算法NextSecond

说明:使用C++实现了计算任意时间的下一秒的功能。可用用作C++入门时用。-Calcalute the next second using C++. It s good for C++ Introduction.
<张立斌> 在 2025-06-09 上传 | 大小:512kb | 下载:0

[数据结构常用算法CppProgramofDateStruct

说明:C++编程——数据结构与程序设计实现,由美国资深教授通过自己的上课讲稿编写而成,是一本很好的提高c++编程能力的教程-C++ Programming- Data Structure and Program Design, a senior professor from the United States through its own scr ipt written in class, is a very good capacity to improve the c++ programming
<cuier> 在 2025-06-09 上传 | 大小:24.91mb | 下载:0

[数据结构常用算法2

说明:约瑟夫环(Joseph)问题的一种描述是:编号1,2,┉,n的n个人按顺时针方向围坐一圈,每个人持有一个密码(正整数),一开始,任选一个正整数作为报数上线值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一个人开始重新从1开始报数,如此下去,直至所有人全部出列为止。设计一个程序求出出列顺序。-Joseph Ring (Joseph) a descr iption of the problem is: No. 1,2,
<飞天神> 在 2025-06-09 上传 | 大小:1kb | 下载:0
« 1 2 ... .30 .31 .32 .33 .34 835.36 .37 .38 .39 .40 ... 2656 »

源码中国 www.ymcn.org