资源列表
IldaGibbs
- 基于mallet的层次LDA实现算法,可以用于自然语言处理-Algorithm based on hierarchical LDA mallet
sort
- 对希尔排序、快速排序、归并排序任意选择两种排序方法进行比较。(Hill sort, quick sort, merge sort, arbitrary selection of two sorting methods are compared.)
5107600数据结构配套光盘
- 实现对任意给定的二叉树(顶点数自定)建立它的二叉链表存贮结构,并利用栈的五种基本运算(置空栈、进栈、出栈、取栈顶元素、判栈空)实现二叉树的先序、中序、后序三种遍历,输出三种遍历的结果。((Any given realization of the binary tree (self-Vertices) the establishment of its chain store binary structure, and use the five basic computing stack (The
数据结构配套光盘
- 《数据结构》配书光盘 内容包括:线性表,栈和队列,串,数组与广义表,树,图,查找,排序等所以算法。 该光盘中配有《数据结构》一书中的所有算法、每一个算法的 C 程序(后缀为 .cpp 的文件)及可执行文件(后缀为 .exe 的文件)。-"data structure" assigned CD include : linear table, stack and queue, strings, arrays and broad scale tree, map, searc
wendingxing
- 数值分析 稳定性实验 可以下载 课程设计-Numerical stability test can download curriculum design
hashTable
- 数据结构的课程设计,实现一个哈希表,哈希函数为模29和模229-Data structure course design, implement a hash table, hash function module 29 and module 229
maze
- 这是我学VC时自己设计的迷宫游戏,不足之处希望大家多多指点!-This is my own design when you learn VC maze game, a lot of the inadequacies of hope pointing!
BST
- 数据结构中的二叉搜索树,对于插入和遍历的功能,有动画显示-data struct ,binary search tree , can antimate the process of the insert and travel function of binary search tree
ACM
- 浙大ACM网站(acm.zju.edu.cn)上的部分题目的解题源码!推荐下载!-Zhejiang University ACM website (acm.zju.edu.cn) on the part of the subject' s problem-solving source! Recommended downloads!
linklist
- linklist model in c/C++
ReaderAndWriter
- 操作系统课程设计,使用PV操作机器信号量、锁等机制,实现读者和写者互斥访问临界资源-Courses on operating system design, the use of PV operate the machine semaphore lock mechanisms, readers and writers to achieve mutually exclusive access to critical resources
KMP
- c++写的kmp算法,经典的字符串查找匹配算法-c++ write kmp algorithm, classical string matching algorithm to find