资源列表
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.
SSBDSQZ
- 堆栈实现算术表达式求值-Stack realize arithmetic expression evaluation
Chessboard-coverage
- 在一个2k x 2k ( 即:2^k x 2^k )个方格组成的棋盘中,恰有一个方格与其他方格不同,称该方格为一特殊方格,且称该棋盘为一特殊棋在棋盘覆盖问题中,要用4种不同形态的L型骨牌覆盖给定的特殊棋盘上除特殊方格以外的所有方格,且任何2个L型骨牌不得重叠覆盖。-Chessboard coverage