资源列表
jiajianfa
- 这是一个关于长整数加减法的算法。本算法主要运用循环链表这一种数据结构。-This is a long integer addition and subtraction algorithms on the. The main use of this algorithm is a data structure in this circular list.
main
- 这是一个关于校园导航系统的算法。本算法可实现在校园中进行定位、指路等功能。-This is an algorithm on campus navigation system. This algorithm can achieve positioning, guiding and other functions on campus.
15
- c语言入门,数组的应用,利用数组求前n个质数,通过数组处理数学问题- c language portal, application of the array, use an array of the first n primes seeking to deal with an array of mathematical problems by
Frequent-Itemset-Mining
- 在数据挖掘频繁模式挖掘问题,典型算法的分析,是伪代码的分析,不是实际可以运行的代码,主要给的思路-Frequent pattern mining problem in data mining, the main algorithm analysis for typical algorithm, is the analysis of the pseudo code, give a train of thought
Dijkstra
- 算法作业,迪杰斯特拉算法vs2008+opencv实现,任意构造有向图并计算图上任意两点最短路径及其长度-Arithmetic operations, Dijkstra algorithm using vs2008 and opencv , arbitrary construct a directed graph and calculate the shortest path between any two points on the map and its length
LRUDemo
- 使用C#实现操作系统中页面置换算法中的LRU算法-Use C# to achieve the operating system page replacement algorithm LRU algorithm
0-1package
- 0-1背包问题,C++编码,0-1背包问题的经典解决办法-0-1 knapsack problem, C++ ,0-1 encoding classical knapsack problem solutions
34-feeder
- system data of a simple 34 bus power system for distribution load flow analysis
SeqList
- 线性表的基本功能实现,包括初始化,插入操作,删除,取值,显示-The basic function of the linear form of implementation, including initialization, insert, delete, values, display, etc.
liandui
- 队列的链式存储结构,包括创建,初始化,入队,出队,显示等操作-Chain store queue structure, including the creation, initialization, into the team, a team, display and other operations
xuanzhepaixu
- 这篇文档旨在向数据结构初学者介绍一些简单的排序算法的思想,此片文档介绍了简单的选择排序-This document is designed to introduce beginners to the data structure thought some simple sorting algorithm, this film document describes a simple selection sort
recursive
- 关于list和binary tree的迭代函数实现-Implementation of List_t and binary tree using recursive functions.