资源列表
shucukuohaofangshi
- 这个源代码是实现矩阵链相乘算法的一段代码,可以正确输出加括号的方式。-This source code is to achieve a piece of code matrix chain multiplication algorithm, can correct output bracketing mode.
huisu
- 这个源代码是为了解决旅行商问题算法的一段代码,是用回溯法解决的。-This source code is a piece of code in order to solve the traveling salesman problem algorithm, is overcome with backtracking method.
Cpp1
- 这段代码是实现寻找最大最小数算法的一段代码,可正确输出一组数据的最大最小数。-This code is to realize the algorithm for maximum minimum number of a piece of code, which can output the maximum number of minimum a set of data.
INS-EKF-master
- 惯性导航 扩展卡尔曼滤波算法 来自于github-Indoor pedestrian location algorithm based on foot-mounted IMU
北京大学POJ-YWing-5001
- 北京大学在线评测系统第5001题YWing
exp1-1
- 输出所有小于等于n(n为大于2的正整数)-Output all less than or equal n (n is a positive integer greater than 2) primes
exp5-1
- 求解皇后问题:在n*n的方格棋盘上,放置n个皇后,要求每个皇后不同行、不同列、不同左右对角线。-Queens Problem Solving: n* n on the checkerboard, place n queens, queens different requirements of each row, different columns and different about the diagonal.
exp5-2
- 背包问题:设有不同价值、不同重量的物件n件,求从n件物品中选取一部分物品的方案,使选中物品的总重量不超过指定的限制重量,但选中物品的总价值最大。-Knapsack problem: has different values, different weights of objects n pieces, find some items selected n items in the program, bringing the total weight of the selected items
exp7-2
- 实现二叉树的先序遍历、中序遍历和后序遍历的递归和非递归算法,以为层次遍历的算法。-Recursive and non-recursive algorithm binary preorder, preorder and postorder traversal, traverse the level that algorithm.
exp7-5
- 实现中序线索化二叉树,采用递归和非递归两种方式输出线索中序序列。-In order to achieve clues binary, recursive and non-recursive clues in two ways output sequence order.
exp9-4
- 输出在一棵二叉排序树中查找某个关键字k经过的路径。-Find a keyword k output through the path of a binary sort tree.
exp9-5
- 一个算法,判断给定的二叉树是否是二叉排序树。-Determine whether a given binary tree is binary sort tree.