资源列表
haiguizuotu.rar
- 数绝结构实验海龟作图,含源代码,实验报告,C语言描述,Mapping of sea turtles must structure a few experiments, including source code, experimental report, C language descr iption of
ACM_template.rar
- 本人参加ACM竞赛使用的一些算法模板,包括二分图匹配,欧拉回路的构造以及网络流中的最大流与最小费用最大流等,可以说实战性非常强。,ACM competitions I take part in a number of algorithms used in templates, including two sub-graph matching, Euler circuit, as well as network flow structure of the maximum flow and mini
禁忌搜索算法
- 禁忌搜索算法c++代码.txt
矩形最优排样
- 矩形件最优排样的程序
shujujiegou
- 数据结构,殷人昆,第二版,课后习题部分解答还有源码-Data structure, Yan Renkun, second edition, after-school exercise in part, there are source
DataStructor
- 数据结构与程序设计——C++语言描述(影印版)-Data Structure and Program Design- C++ language descr iption (photocopy edition)
快速排序算法
- 1. 要求按快速排序原理实现非减序排序; 2. 待排数据可键盘输入,也可读文本文件输入; 3. 键盘输入时待排数据个数由输入确定,文件输入时数据格式如下所示; 4. 排序时不能移动数据; 5. 要求显示排序结果。 输入数据的文本文件格式:第1行为数据个数,第2行开始每行一个数据。 如:data.txt 14 19.4 30.43 26.88 7.62 有14行 ┋ 12.7 21.9
LinkList 实现单链表的所有基本操作
- 1、实现单链表的所有基本操作包括表的初始化、第i个元素前插入一个新的元素、删除第i个元素、查找某元素、顺序表的销毁。 2、测试链表所有功能 3、实现循环链表的基本操作,并编写测试程序。 4、实现双向链表的基本操作,并编写测试程序。 5、实现单链表的逆置。 6、判定两个链表是否相交。-A single linked list of all the basic operations, including the initialization of the table,
农夫、狼、羊、白菜问题(Prolog源程序)
- Prolog实现农夫、狼、羊、白菜问题-you guess
SeqStack
- 数据结构BTree.h头文件,包含Visit,IsEmpty,Root,PreOrder,InOrder,PostOrder-BTree.h data structure header files, including Visit, IsEmpty, Root, PreOrder, InOrder, PostOrder
ConvexHullScan
- 凸包算法,自己写的代码带了接口,希望大家喜欢.-ConvexHullScan
DataStructure
- 殷人昆所著的《数据结构(c++)版》配套的课后的习题解答。-data structure (c++) version of matching answers after the exercise.