北大在线1713题搜索算法实现
这是北大在线第1713号题目.使用了搜索算法,其中包括:确定搜索对象、搜索顺序、搜索的优化等方面.-This is the Beijing 1713 subject online.
本专区汇聚了各类基于 算法优化 开发的源码资源,共计 113 篇资源供开发者免费下载学习。
这是北大在线第1713号题目.使用了搜索算法,其中包括:确定搜索对象、搜索顺序、搜索的优化等方面.-This is the Beijing 1713 subject online.
High speed FFT source code
一个快速算法的例子,有和一般算法的比较--A example about fast algorithm , it has been comparied with common al
从头和尾同时进行冒泡排序-Do bubble sort from the head and from the tail at the same time
高清晰度图象旋转 -rotating high definition image
TP_ANÁLISE_NUMÉRICA - Algoritmos numéricos - DecomposicaoLU(n, Det, Pivot, A) - GetMatrizL
C#绝佳的编程秘诀- 以空间换时间算法精要,有需要的可以参考-good program for c#
一些关于位运算的源代码和经典例子。很实用。-About bit operation and the classic example of the source code. Very
CSharp象棋控件开发的象棋游戏,电脑运算速度特别快,走的很好很智能-CSharp control the development of chess chess game, pa
用回朔法实现0-1背包问题,其实排序部分用的是快速排序,以提高运行的时间效率.-Schomburg method used to achieve 0-1 knapsack prob
用C++编写的比较dft算法,有待优化成为fft算法,请提意见-C dft index prepared by the comparison algorithm, as fft p
资源描述C++ FFT完整实现,提供对于FFT算法的一整套完整实现,基于VS平台,进行了部分优化,运行速度快,适用于多个平台,使用maven对项目进行管理。