资源列表
Lib2_1
- 圆括号匹配问题。(1) 圆括号包括“(), [], {}”三对; (2) 要用到栈来进行匹配,遇到左括号进栈,遇到右括号弹栈进行匹配判断;-Parenthesis matching problem. (1) the parentheses including (), [], {} three of (2) to use the stack to the match, encounter left bracket into the stack, the stack met right
dijstra3
- 图论中最短路算法,Dijstra算法,用于求多个点之间的最短路-Shortest path algorithm in graph theory, Dijstra algorithm for the shortest path between seeking multiple points
exam_8_4
- 快速排序算法,fortran90编写,上传为代码源文件,请自行编译运行-Quick sort algorithm, fortran90 written source code files for upload, compile and run your own
SSD5-2Recommended-Exercise-1
- SSD5 2Recommended Exercise 1 文件 包括homework.cpp和 homeworklist.cpp 和date.c-SSD5 2Recommended Exercise 1 file,include homework.cpp and homeworklist.cpp and date.cpp
SSD5-4-Recommended-Exercise-2
- SSD5 4 Recommended Exercise 2文件,包括wordlist.cpp 和error.txt-SSD5 4 Recommended Exercise 2 files,include wordlist.cpp and error.txt
SSD5-11-Optional-Exercise-1
- SSD5 11 Optional Exercise 1文件,包括EnhancedLinkedList.h-SSD5 11 Optional Exercise 1 files,include EnhancedLinkedList.h
SSD5-12-Optional-Exercise-2
- SSD5 12 Optional Exercise 2文件,包括 fifo.cpp和fifo.h-SSD5 12 Optional Exercise 2 file,include fifo.cpp and fifo.h
aguasprofundas2
- Forces and strress in an oil drilling pipe
stargazer for c++
- this is stargazer source by c++.
sltoolbox_r101
- 基于多传感器数据融合的相关算法的仿真程序和改进算法的源代码-Based on multi-sensor data fusion and correlation algorithm simulation program improved algorithm source code
Calculator
- Java简单四则混合运算计算器,学软件的同学肯定会用到,老师会留下这个作业-Java language to write a calculator
polynomial
- C++链表实现多项式加法乘法,采用类封装,链表数据结构,将多项式乘法分解为一系列的加法运算。-C++ list additions polynomial multiplication, using the type of packaging, linked list data structure, polynomial multiplication is decomposed into a series of additions.