搜索资源列表
CSharp[AESEncryptDecrypt]
- C#编写的文件加密解密程序,使用AES加密算法,速度快,安全,不限制要输入的密钥长度,可以选择是否更改加密后文件的后缀名,界面美观-C# documents prepared by encryption and decryption procedures, the use of AES encryption algorithm, fast, safe, no restrictions on the importation of key length, you can choose whether
fft
- 在VC环境中用C++编程实现FFT快速算法,课用于计算多点FFT-VC Environment in C++ programming using fast FFT algorithm used to calculate the multi-point FFT class
SpatialIndexing
- 动态平衡四叉树优化算法,改善四叉树算法,快速空间索引算法。-Homeostasis quadtree algorithm to improve the quadtree algorithm, fast spatial indexing algorithm.
Walsh
- 传统快速离散Walsh变换算法(FWT)-Traditional fast discrete Walsh transform algorithm (FWT)
RubikCubeBackV5Src
- csharp开发的自动掰魔方的程序,速度很快,算法值得研究。-csharp development of automatic procedures for breaking the cube, fast algorithm is worth studying.
SchedulingSystem
- 中小学排课系统,采用模拟退火算法框架实现,排课效果好速度快, C#实现,在vs.net 2005编译通过。-Scheduling System primary and secondary schools, using the simulated annealing algorithm framework to achieve, Timetable effect of fast C# implementation, through compile in vs.net 2005.
pass-4-fft
- 快速傅里叶变换,一种快速算法,C语言编写-This is fast Fourier transform.The standard deviation of the FFT method is about 1/6 of that of the log-fit method and about a half of the standard deviation of the Prony method.
average-time
- 实验:归并分类与快速分类平均时间之比较 (验证型实验) 比较归并分类与快速分类算法在平均情况下哪一个更快-Experiment: compare merge merge comparison of the average time of the classification and rapid classification (validation experiment) classification and fast classification algorithm which in the
s
- 对顺序表的快速排序算法中,如何选取一个界值(又称为轴元素),影响着快速排序的效率,而且界值也并不一定是被顺序表中的一个元素。例如,我们可以用被划分序列中所有元素的平均值作为界值。编写算法实现以平均值为界值的快速排序方法。-On the the sequence table fast sorting algorithm, how to select a critical value (also known as the axis elements) affect the efficiency
SmartLoadBmp
- VC/C++源码,数据库应用,加载位图 VC++智能加载BMP位图,采用优化算法让加载BMP的速度特别快,有兴趣的下载源码参考研究-VC\/C++ source code, database application, load the bitmap VC++ intelligent load BMP bitmap, the optimization algorithm for loading the BMP particularly fast speed, download t
FFT--filter
- 快速傅立叶变换算法频域滤波,效果不错,可以试试。-Fast Fourier Transform algorithm for frequency domain filtering, good results, you can try.
fast-GA-program
- 提供了快速遗传算法源程序及基本原理,广大学者免费学习-Provides a quick genetic algorithm source code and the basic principles, the majority of scholars free learning
fast-twenty-four
- 快速实现24算法,最简洁的代码,适合初学者-fast 24
PST-v1.0
- 使用隐马尔科夫模型进行词性标注,数据结构为Trie 树,界面简洁直观,算法效率快-Using hidden Markov model tagging, Trie tree data structures, simple and intuitive interface, fast algorithm efficiency
FFT
- 这个代码利用时间抽取算法,编写基2点的快速傅立叶变换(FFT)程序。-This code takes advantage of the time extraction algorithm, written in base 2:00 Fast Fourier Transform (FFT) program.
FAST
- 基于FAST算法的特征点检测,基于opencv和vs2010-Based on the FAST algorithm of feature point detection, based on opencv and vs2010
kth-min-mumbers
- 用来查询最小最小的k个数,细算法是非常有效和精准的,供参考-to search the kth number in the large numbers,it is very fast and effective
QuickSort
- 快速排序(快速排序)是一种快速排序算法,它被广泛应用于实践。它是用于分而治之的原则。快速排序的工作原理是划分一个给定的数组A [P。 。 R]分成两个非空的子阵列A [页。 。 Q]和A [Q + 1。 。 R]使得在[P每个元素。 。问]是小于或等于每个元素A [Q + 1。 。 R]。然后两个子阵列被递归调用快速排序排序。快速排序的细节描述如下: 1.选择一个支点值(基准)。您可以采取的第一个元素的值 枢轴值,但它可以是任何值,这是在排序的值的范围,即使它不存在于阵列中。 2.分
算法练习
- C#语言实现快速排序,可以提供算法参考,基于VS平台进行实现(C# language implements fast sorting, which provides algorithm reference)