资源列表
write-first
- 写者优先程序实现写者优先功能,运用Visual studio 2008-write first programing
sort-algorithms
- 用C++实现各种各样的排序算法,以VC++为开发工具-sort algorithm
Linklist
- 线性表的链表是实现:插入、删除、翻转,目的是掌握表,链式堆栈,链式队列的定义及基本操作 -The list is to achieve linear table: insert, delete, flip, aims to master the table, the stack chain, chain definition and basic operation of the queue
middle
- 动态规划求解01背包问题,使用VC++6.0开发,C-dynamic program for 0-1 package problem
lianbiao
- 修改单链表模板类,使结点类的数据域改为数据类对象的指针。要求为该单链表模板类建立深复制函数,这需要结点类和学生类的复制构造函数均为深复制。其中学生类的深复制是调用string类的复制构造函数完成的,直接用默认的,同样析构函数也不要重编。 并据此建立一个学生链表,原始数据放在文本文件EXP19_2.txt中。 -Modify the linked list template class, so that node data fields to the data class class ob
partition
- 分词系统的实现和测试 基于字符串的分词,根据分词标记提取单个词组-Segmentation system implementation and testing of the sub-string based on word segmentation based on extracting a single phrase marker
TaskSchedule
- 工厂调度仿真程序,北京大学数据结构与算法实习第一次作业代码-Task Schedule
boyermoore
- 改进的boyer-moore算法,用于搜索二进制文件中的特征码。-Improved boyer-moore algorithm used to search a binary file signatures.
HuffmanTree
- 给出一组权值,更具权值构造哈弗曼数,并实现编码和译码-Given a set of weights and more weight the number of structural Hafu Man, and to achieve encoding and decoding
Yang-Hui-triangle
- 杨辉三角代码- 杨辉三角代码-Yang Hui triangle
GVFsnake
- snake算法改进的源代码,c++程序写的源代码-snake algorithm to improve the source code, c++ program source code written in
linkqueue
- 数据结构——链队列功能的实现,入队、出队、清除、销毁。一次可进行多功能的实现。-Data structure- chain of the queue function realization, into the team, the team removed and destroyed. One can be multi-functional implementation.
