资源列表
maze
- 简单迷宫的搜索问题,其中#为路,*为墙,0为入口,1为出口,输入地图为矩阵-Simple maze search problem, where# is the way* for the wall, 0 is the entrance, one for export, enter the matrix map
fenzhi
- 分治法源码,01背包问题,经典的01背包问题-Divide and conquer source, 01 knapsack problem
FFT-C
- 快速傅里叶变换在C语言环境下的开发,方便移植!-Fast Fourier transform in C language development environment to facilitate the transplant!
ViiiQueens
- 采用递归方法的八皇后问题的图形界面实现。 题目如下: 请编写八皇后游戏程序(要求采用图形界面):设计一个8×8的棋盘,允许用户在棋盘的格 子上放置8个皇后(国际象棋中的棋子)。要求每两个皇后不能处于同一条横线,竖线和45 度或135度的斜线上(即按国际象棋的规则要求任意两个皇后不能处于直接可以互相攻击的 状态)。如果用户放置的棋子不符合上面要求,则程序给出错误显示,并请设计某种比较 直观的方式标出可以互相攻击的两个皇后,然后要求重新放置该棋子。当8个皇后全部放在 棋盘
ClosestPoints
- 暴力法和递归法求解最近点对问题(带图形界面)-Violence Act and the nearest point of a recursive method for solving the problem (with GUI)
LongestIncre
- 贪心算法,动态规划:最长递增子序列的实现,MFC编程。-Greedy algorithms, dynamic programming: the realization of the longest increasing subsequence, MFC programming.
main
- 基于C++的链表程序,可实现添加 删除等功能。-The list based on C++ program, add or delete functions can be realized.
sort
- 实现双精度数据的排序(冒泡排序),包括从小到大排序和从大到小的排序。-To achieve double-precision data sorting (bubble sort), including small to large order and descending order.
project
- 数据结构里面的栈的性质的代码,包括栈顶共享栈,出栈,入栈-Data structure inside the stack nature of the code, including stack shared stack, stack, stack
Shortest_Path_Algorithm
- A Star 最短路径算法(C SHARP)-A Star shortest path algorithm (C SHARP)
RGIS
- VC_mapx_实现最短路径寻找,程序中含有实例数据,可作为最短路径查询编程的参考。-VC_mapx_ shortest path, with the instance data.
Bus-inquires-the-idea
- 公交换乘设计思路,实现最多两次换乘。公交换乘思路大概是这样,当然还可以使用二叉树-Bus transfer design ideas to achieve a maximum of two transfer. Bus transfer thinking about this, of course, you can also use the binary tree
