资源列表
FlashFXP
- FlashFXP sites.dat Decryption解密工具源码 看看他的算法-FlashFXP sites.dat Decryption
Main
- 上学时写的一个用JAVA和Selection sort and Merge Sort算法排序的代码-Write Java code to sort a sequence of elements into ascending order by using Selection sort and Merge Sort algorithms
Directinsertionsort
- 直接插入法排序,使用C++编写的直接插入法程序,实现数据结构的直接插入排序-Direct insertion sort, using the C++ program written directly into law, the data structure to achieve the direct insertion sort
huisufa
- 回溯法是一个既带有系统性又带有跳跃性的搜索算法,它在问题的解空间树中按深度优先策略,从根节点出发搜索解空间树。回溯法求问题的所有解时,要回溯到根,且根节点的所有子树都已被搜索遍才结束。回溯法求问题的一个解时,只要搜索到问题的一个解就可以结束。使用回溯法解决n皇后问题时,用完全二叉树表示解空间,用n元组x[1:n]表示,其中x[i]表示皇后i放在棋盘的第i行的第x[i]列,根据规则任何2个皇后不放在同一行或同一列或同一斜线上,则可以得到等式关系,由此可以进行解决问题。-Backtracking
tree
- 判断是否一棵树,这个是我自己写的一个代码,大家来看看学习一下吧-Determine whether a tree, this is a code I write, we look to learn about it ~ ~
sgu-499
- 题意:给你n个数,求出两两组合的最大公约数 类似打素数表的做法 -Meaning of the questions: to give you the number n, find greatest common divisor of a similar combination twenty-two hit the practice table of prime numbers
beijing03
- 背景提取,迭代法(Surendra算法);即采用帧差的方法,一帧图像减去前一帧图像,即可以对比得到图像中变化(移动)的区域,扣除移动的区域,即得到不动的背景。采用多帧图像迭代的方法,得到更加准确的背景。-Background extraction, iterative method (Surendra algorithm) frame difference method is used, an image by subtracting the previous frame, which can
FanoCode
- 费诺编码。用于信息理论基础中的费诺编码,可以有效的进行图像显示式的编码过程。-Fenno coding. The theoretical basis for information Fenno coding, can effectively encode process image display style.
getPartofJPG
- 在一个圆形图片里,选出需要识别的一部分,并且表示出来-In a circular image, the need to identify the selected part, and that out
compute_rmse
- 用于计算两幅图片之间的峰值信噪比,从而衡量图片重建质量-It used to calculate the peak signal to noise ratio between the two pictures, which measure the quality of the reconstructed image
Fisher1
- Fisher线性判别函数是研究这类判别函数中最有影响的方法之一。对线性判别函数的研究就是从R.A.Fisher在1936年发表的论文开始的。-Fisher linear discriminant function discriminant function is one of the most influential of these methods research. Research on linear discriminant function is RAFisher published
