资源列表

« 1 2 ... .83 .84 .85 .86 .87 2388.89 .90 .91 .92 .93 ... 2656 »

[数据结构常用算法1341

说明:有一个N*N的字符矩阵,从上到下依次记为第1行,第2行,……,第N行,从左至右依次记为第1列,第2列,……,第N列。 对于这个矩阵会进行一系列操作,但这些操作只有两类: (1) R: 将矩阵逆时针旋转90度; (2) P x y: 将此时第x行第y列的字符打印出来,其中1 <= x, y <= N。 输入数据的第一行包含一个整数T (1 <= T <= 20),表示接下来一共有T组测试
<zhao> 在 2025-01-12 上传 | 大小:9kb | 下载:0

[数据结构常用算法1344

说明:Given a positive integer n, find two non-negative integers a, b such that a2 + b2 = n. The first line contains the number of test cases T (1 <= T <= 1000). For each test case, there is only one line with an int
<zhao> 在 2025-01-12 上传 | 大小:9kb | 下载:0

[数据结构常用算法C-Interfaces-And-Implementations

说明:将一些数据结构在C中用接口技术组织好,通过main函数统一测试,包括二叉树,AVL树,链表,五种排序等。main函数为测试。-Some of the data structure in C interface technology to realize
<gas> 在 2025-01-12 上传 | 大小:610kb | 下载:0

[数据结构常用算法Sorting

说明:采用C++语言实现了冒泡排序、选择排序、插入排序算法-Using C++ language to achieve a bubble sort, selection sort, insertion sort algorithm
<J> 在 2025-01-12 上传 | 大小:3.52mb | 下载:0

[数据结构常用算法project3

说明:模拟银行叫号系统,输出每个顾客等待的时间,隔定义的5min刷新一次,输出为txt格式-Simulated bank calling system, the output of each customer waiting time, 5min refresh interval defined, the output txt format
<王珂> 在 2025-01-12 上传 | 大小:2kb | 下载:0

[数据结构常用算法ECNA99-real

说明:这是East Central North America 1999的比赛题目 及题解,内含测试数据-This is the East Central North America 1999 tournament title and the title of the solution containing the test data
<叶晞> 在 2025-01-12 上传 | 大小:5.55mb | 下载:0

[数据结构常用算法BINARY

说明:将整形数据快速转化为二进制数据的小算法。-The shaping algorithm the data quickly into small binary data.
<ZANG> 在 2025-01-12 上传 | 大小:170kb | 下载:0

[数据结构常用算法Graph

说明:用邻接表存储的图,实现了插入、删除、查找、拓扑排序、关键路径、查找路径等算法。-Adjacency table stored map to achieve the insert, delete, search, topological sort, critical path, find the path algorithm.
<马学威> 在 2025-01-12 上传 | 大小:7kb | 下载:0

[数据结构常用算法Btree

说明:二叉树实现。实现了插入、删除、查找、求深度、各种遍历、判断完全二叉树等算法。-Binary Tree. Implements insert, delete, search, seeking depth, variety traversal algorithms to determine a complete binary tree.
<马学威> 在 2025-01-12 上传 | 大小:3kb | 下载:0

[数据结构常用算法Tree-and-Forest

说明:树的左孩子右兄弟实现。还有森林的实现。实现了查找、删除、遍历、求深度和高度等算法。-Left child right sibling tree implementation. And forests implementation. Achieve a search, delete, iterate, seeking depth and height algorithms.
<马学威> 在 2025-01-12 上传 | 大小:5kb | 下载:0

[数据结构常用算法Head

说明:数据结构常用头文件。包括单链表,双向链表,循环链表,栈,队列。还有几个常用的输入检查函数。-Data structure used header files. Including single-linked lists, doubly linked lists, circular linked lists, stacks, queues. There are several commonly used input checking fu
<马学威> 在 2025-01-12 上传 | 大小:4kb | 下载:0

[数据结构常用算法prim

说明:实现prim算法(利用邻接表,不是邻接矩阵)-Use the adjacent table implementation prim algorithm
<dick> 在 2025-01-12 上传 | 大小:152kb | 下载:0
« 1 2 ... .83 .84 .85 .86 .87 2388.89 .90 .91 .92 .93 ... 2656 »

源码中国 www.ymcn.org