资源列表
Basic_filters_upsampling_downsampling
- The basic filter using Matlab.
waverect
- half wave rectefire using mat lab up loaded by el aswany
hw1_1p2b.m
- optimization using SUMT
ds_6
- 1.定义哈希表数据结构。 2.除留余数法做为哈希函数、 H(key) = key P 用线性探测再散列解决冲突方法,编写函数,实现哈希造表的过程,并输出哈希表。 3.编写函数,求查找成功时的平均查找长度(ASL)。-1. Define hash table data structure. 2. In addition to leaving the remainder as the hash function method, H (key) = key P re-hashing
Mod_CPUTime
- 一个用来实现CPU间计算的FORTRAN90模块M_CPUTime。在你的FORTRAN程序中,只要包含这一模块,就可以在你的主要算法运行前:Call GetStartTime(),在你的算法运行完成后Call GetEndTime()就可以在屏幕上打印出你的算法程序的耗时。主要用于FORTRAN程序设计中,各算法速度之间的比较。-A FOR90 module to count the expending time of some Fortran running tasks.
sampen
- approximate entropy is used to exmaing the one dimensional signals correaltion
INV2
- 利用初等行变换实现的c语言求逆程序,非常好用,结构清晰-Using the elementary row transform the inverse c-language program, very easy to use, clear structure
quicksort
- 这是快速排序的源代码,大家看看,c++写的。-This is a quick sort of source code, we see, c++ to write.
1
- 利用数据结构的链表性质来进行查找操作,对应成功失败的结果有相应的返回值-The nature of the data structure linked list lookup operation, corresponds to the results of success or failure return value
N-queens-problem
- 八皇后问题是一个古老而著名的问题,是回溯算法的经典问题。该问题是十九世纪著名的数学家高斯在1850年提出的:在8*8的国际象棋棋盘上,安放8个皇后,要求没有一个皇后能够“吃掉”任何其它一个皇后,即任意两个皇后不能处于同一行,同一列或者同一条对角线上,求解有多少种摆法。 高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法得到结论,有92中摆法。 本实验拓展了N皇后问题,即皇后个数由用户输入。 -Eight queens problem
Chebyshev_CS
- 这个代码是用chebyshev作为测量矩阵的压缩感知图像加密压缩算法。-this code is chebyshev map to controll measurement matrix.
Selection-method-main4
- 这是用C++语言写的一个用选择排序法排序的程序-This is written in c++ language with a selection method of the program