资源列表
number-interval
- 输入一个整数,将各位数字反转后输出,输入一个0~6的整数,转换成星期输出-Enter an integer, will you digital output after inversion, input a integer 0 to 6, the output into a week
ETC
- 出入校门的ETC收费信息记录程序,用数据结构的链表写成,具有自动计算费用,停车时间,总停车时间,停车次数等功能。-In and out of the gate charge cookies ETC, written in the list of data structure, with automatic calculation cost, parking time, total parking time, stops, and other functions.
allBtreebianli
- 集合了数据结构二叉树的基本知识,讲解了二叉树的几种遍历,先序中序后序遍历的递归非递归用法-A collection of basics binary tree data structure, explain several binary tree traversal, after the first sequence in order preorder recursive non-recursive Usage
A_Star
- A*寻路算法演示程序,使用MFC开发,简单实用-A* pathfinding algorithm demo program, developed using MFC, simple and practical
n_queen
- 在n×n格的棋盘上放置彼此不受攻击的n个皇后,按照国际象棋的规则,皇后可以攻击与之处在同一行或同一列或同一斜线上的棋子,求解可以放置的方法种数。-Placed on the n × n chessboard grid attack each other n-queens, in accordance with the rules of chess, the queen can attack in the same row or column, or diagonal pieces of the
process
- 主要是用算法设计里面的基本知识来编写一些小程序,比如用广度优先算法解决迷宫问题,动态规划解决工作调度问题等等。-Is mainly used in algorithm design basic knowledge to write a small program, such as using breadth-first algorithm to solve maze problem, dynamic programming to solve job scheduling problem, and
src
- 使用了两种思路来分别实现了字典序方法、递增序列、递减序列、临位对换法-Two ideas were used to achieve the lexicographical methods, increasing sequence, descending sequence, temporary position on the exchange law
leecode
- leetcode上面部分算法的实现,目前已经实现了非递归前序遍历为二叉树,数组连续最大面积等-some algorithm leetcode
xlbd
- 这是一个序列比对算法,两个序列,字符相同得两分,与空格匹配得一分,错配得0分,计算最高得分与匹配情况-This is a sequence alignment algorithm, two sequences of characters the same two points, and the match was a sub-space mismatch 0 points, the highest score of the match situation computing
EcanConvertToCh
- 这是一个小的类库,可以实现许多小功能,直接调用就好。比如中文字符串转汉语拼音字符串-chinese To english
数据结构
- 通过给定二叉树的先序和中序确定唯一一个二叉树,并以各种方式输出
神经网络反向传播的一个例子-人脸角度识别
- 神经网络反向传播的一个例子-人脸角度识别,是用C++写的,对于神经网络的初学者很有帮助