资源列表
[数据结构常用算法] Data_Struc
说明:这个是严蔚敏版的数据结构上机教程中的部分源代码,都是自己写的,包括最短路径的dijkstra,floyd,最小生成树的prim,kruskal以及链表,Huffman Tree等等的c++代码-This is Yan Wei-min version of the data structure on the machine part of the tutorial source code, are written in their own<wang yucao> 在 2025-01-19 上传 | 大小:12kb | 下载:0
[数据结构常用算法] usaco_chap1-5
说明:usaco自己做的1到5章的代码,可能部分缺失,不过大多数题都有源码。有很多很好的算法。-usaco own chapter 1-5 of the code, may be partly missing, but most have a source title. There are many very good algorithms.<wang yucao> 在 2025-01-19 上传 | 大小:90kb | 下载:0
[数据结构常用算法] NBased_HiPre
说明:基于N进制的多精度问题 本代码可以处理N进制的多精度四则运算。 输入格式: 全是正数,string(或int)格式,请参见函数原型!开头不要有多余的零!-Based on the N-band multi-precision code can handle the N-band multi-precision arithmetic. Input format: is a positive number, string (or i<wang yucao> 在 2025-01-19 上传 | 大小:4kb | 下载:0
[数据结构常用算法] calculator
说明:表达式计算器。表达式中只能有圆括号、函数名、运算符、常数与变量。一、变量名的命名规则:1、可以是字符、或字符串 2、不能以数字开头 3、不能夹杂有空格、运算符或标点符号,以及以下字符:\、|、=、&、%、$、@、#、`、~.二、函数有sin、cos、tan、cot、sqrt、asin、acos、atan、log,均需要小写。函数后的变量名可以加括号,也可以不要括号,如:log(C1)与logC1是相同的。三、运算符有+(加)、-(减)、<YHC> 在 2025-01-19 上传 | 大小:48kb | 下载:0
[数据结构常用算法] yinghangjia
说明:银行家算法是避免死锁的一种重要方法,本课程设计要求用高级语言编写和调试一个简单的银行家算法程序。加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法。-Bankers algorithm avoid deadlock is an important method, the curriculum design requires high-level language writing and debugging a<丁泽霞> 在 2025-01-19 上传 | 大小:126kb | 下载:0
[数据结构常用算法] BinaryTree
说明:遍历线索二叉树 遍历线索二叉树-Binary Tree Traversal clues clues Binary Tree Traversal<ll> 在 2025-01-19 上传 | 大小:4.27mb | 下载:0
[数据结构常用算法] date_struct
说明:一些基本的数据结构,都是自己写的,很简单,但比较实用-Some basic data structures are written in their own, very simple, but more practical<Mr.Cai> 在 2025-01-19 上传 | 大小:1.04mb | 下载:0