资源列表
webrtc-broadcasting
- 用webrtc写的会议代码,可以通过他来进行视频聊天,并且完成与他人的交流-Meeting with webrtc write code, you can video chat through him, and to complete the exchange with others
hw3
- 上海交通大学软件学院,数据结构,homework3,满分代码=3=-Shanghai Jiaotong University School of Software, data structures, homework3, out code = 3 = ~ ~ ~
homework1
- 交通大学数据结构 hw1 大作业,关于vector的应用,满分程序-Jiaotong University, data structures hw1 large operations on vector applications out of the program
spiralData
- c++编写的一个螺旋数据输出的实例工程代码!-spiral data algorithm
despt
- 利用C语言编写的一个图书管理系统 拥有借书还书的功能 并且能编辑图书信息管理库存情况。-The use of C language library management system has a library book function and can edit library information management inventory.
evaluate_expression
- sat问题C++源代码,可以对任意输入的与或表达式求值-sat question C++ source code can be entered with or against any expression evaluation
List
- List的结构,根据数据结构与算法分析第三版书上的程序写成-The structure of the List, according to the data structure and algorithm analysis of the third version of the program written in the book
orderedset
- this is a full ordered set implementation
finding-the-shortest
- 结合图论的知识并用C++语法知识实现的解决各个城市之间最短距离问题,它很好地结合了找出图上任意两个点之间最短距离及路线的Dijstra 算法。-we combine the technology of the map with the knowledge of C++ to find the shortest distance of the two spots.It perfectly take the advantage of the algorithm of Dijstra,which is
fileOperating
- 用C++实现的结合哈弗曼树编码的原理来实现对文件的压缩和解压-use the principle of the huffman tree which is very effective in compressing and decompressing the file via C++
sort
- 本程序使用c语言实现严蔚敏版数据结构书上排序算法,运行通过,有一定注释-This program uses the c language version of the data structure YanWeiMin book sorting algorithms, run through, there are certain notes
Fix
- 实现表达式求值,实现中缀到后缀的转换并求值(利用栈)-infix to suffix