资源列表
fractalbox
- 灰度图像直方图的计算,超级好用的啊,可以通过它获得图像的分形维数等等,内存小,功能大-Gray image histogram calculation, super nice ah, you can get through it the fractal dimension of the image, and so on, the memory is small, functional large
String-matching-operation
- 字符串匹配操作。输入主串和子串,通过匹配算法,统计匹配次数。-String matching operation. Enter the main string and substring by matching algorithms, statistical matching number.
number-convert
- 二进制转换其它进制数字, 最初级的编程,没有高难的算法。-convert binary to other type of numbers
456
- 加减乘的实现数据结构的链表的实现,心情劳动的结果-look look look
Westward-design-patterns
- 本书为超级畅销书《大话设计模式》作者程杰潜心三年推出的扛鼎之作!以一个计算机教师教学为场景,讲解数据结构和相关算法的知识。通篇以一种趣味方式来叙述,大量引用了各种各样的生活知识来类比,并充分运用图形语言来体现抽象内容,对数据结构所涉及到的一些经典算法做到逐行分析、多算法比较。与市场上的同类数据结构图书相比,本书内容趣味易读,算法讲解细致深刻,是一本非常适合自学的读物。-This book is a super-selling book "Westward design mode" Cheng J
ChainTree
- 关于数据结构中构建二叉树的小程序.欢迎下载指导-Novice binary tree data structure to construct a small program
C_search
- 数据结构中各种经典查找算法的详细介绍,包括二叉排序树等-Find a variety of classic data structure algorithms described in detail, including the binary sort tree, etc.
ma2
- 显然求解骑士游历问题的每一步就是马在棋盘上走的一步。在每一步马需要选择一个方向进行游历,这时记住解的每一步需要记住两件事: 1.当前步的行列位置 2.当前步已经试探过哪些方向了,以便回溯回来时能够选择一个新的方向进行试探 所以使用两个数组,数组board记住棋盘的每个位置是在马的第几步到达的,这反映了问题的解,即第几步到哪个位置。数组direction记住在棋盘的某个位置已经试探过的方向,每个位置有八个方向,可按某种顺序对八个方向编号,然后在每个位置按编号顺序试探方向。 -Ob
LongestSubsequence
- 对某一随机序列或手动输入学列求解最长单调递增子序列-Of a random sequence of solving the longest monotonically increasing sequence
N-huanghou
- N皇后回溯算法 课上使用小例子 仅供参考 -N Queens backtracking algorithm using a small example of the class
Dong_tai
- 动态规划经典习题,算法导论例题实现,自己实现,有钢管划分问题,背包问题-Classical dynamic programming exercises, Introduction to Algorithms examples realize that he realized there steel partitioning problem, knapsack problem
