资源列表

« 1 2 ... .73 .74 .75 .76 .77 1478.79 .80 .81 .82 .83 ... 2656 »

[数据结构常用算法bigint

说明:大整数运算,输入包括多组测试用例. 每组用例之间用一个空行隔开. 每个用例内部由三行组成: 前两行每行包含一个字符串, 表示参与运算的大整数, 输入字符串的长度不超过 100. 第三行是运算符: +或者-. 每组用例内部无任何空行. -Large integer arithmetic, the input includes multiple sets of test cases with each case separated by a blank line between each use c
<huangda> 在 2025-06-21 上传 | 大小:8kb | 下载:0

[数据结构常用算法adjust

说明: 有一个自适应单链表。这个链表只能从最前端开始顺序单向查找待查元素;每次查找到一个元素后把它提升到链表的最前端,维持其他元素的相对关系不变。现在用该链表存储并查找正整数:给出一些待查的正整数,如果找到则输出查找过程中访问过的元素数目, 如果找不到,则输出-1. 输入第一行包含两个整数 n, m,即链表中元素的个数和查找的次数。第二行包含 n 个正整数,从链表前端开始依次序给出链表中的元素。这些元素保证两两不相等。以下 m 行每行包含一个正整数 c,表示一个待查元素。 -Have an a
<huangda> 在 2025-06-21 上传 | 大小:6kb | 下载:0

[数据结构常用算法yunsuandengshi

说明:输入四则运算表达式,返回运算结果,它能处理dos窗口中输入的各种运算符,如同简易的计算器。-Enter the arithmetic expression and returns the results of operations, it can handle a variety of dos window, enter the operator, as a simple calculator.
<张凌峰> 在 2025-06-21 上传 | 大小:2kb | 下载:0

[数据结构常用算法qishibianli

说明:骑士遍历的小程序。可以控制遍历地图的大小,控制复杂度,程序会输出遍历的路径,方便用户检查。-Knight through the small program. Map can be controlled through the size, control complexity, the program will traverse the path of the output, user-friendly examination.
<张凌峰> 在 2025-06-21 上传 | 大小:1kb | 下载:0

[数据结构常用算法java-support-code

说明:java程序设计与数据结构(第2版) 配套代码-java programming and data structures (2nd edition) supporting code
<niesy> 在 2025-06-21 上传 | 大小:374kb | 下载:0

[数据结构常用算法words_cout

说明:统计文档中单词出现的频率并按照字典顺序进行排序-Statistics document the frequency of words and sort lexicographically
<董圆> 在 2025-06-21 上传 | 大小:1.08mb | 下载:0

[数据结构常用算法CPP

说明:c++关于链表结果的几个程序,喜欢的下载-c++ on the list the results of several programs, like the download
<高向飞> 在 2025-06-21 上传 | 大小:1kb | 下载:0

[数据结构常用算法Node

说明:自已写的一人单向链表,实现了链表的建立,插入、删除和逆置-Write their own one-person one-way linked list, to achieve the establishment of a list, insert, delete, and set against the
<wym> 在 2025-06-21 上传 | 大小:200kb | 下载:0

[数据结构常用算法TopKMax

说明:找出一组数字中最大的K个数,用一个K大小的最小堆维护-Output top K numbers in an array using a minheap with heapsize equals to K
<陶岳> 在 2025-06-21 上传 | 大小:869kb | 下载:0

[数据结构常用算法bahuanghou

说明:很经典的八皇后题,并且个人认为很好看懂,非常适合c++初学者-Classic Eight Queens problem, and personally think that a good read, ideal for beginners c++
<lavender_yanyan> 在 2025-06-21 上传 | 大小:1kb | 下载:0

[数据结构常用算法WinConv

说明:thread, wich converts from one into another 3 different seismyc type of files (PC, ES, RESfil)
<shmaily> 在 2025-06-21 上传 | 大小:477kb | 下载:0

[数据结构常用算法顺序栈验证实验

说明:顺序栈的模板,包括构造函数,析构函数,入栈,出栈,取栈顶元素,判空等基本操作,并在主函数中实现(The template of the sequential stack, including the constructor, the destructor, the push, the pop, the getpop,the empty. Then realize the function of each in the main function.)
<依米阳光> 在 2025-06-21 上传 | 大小:392kb | 下载:0
« 1 2 ... .73 .74 .75 .76 .77 1478.79 .80 .81 .82 .83 ... 2656 »

源码中国 www.ymcn.org