资源列表
PNG
- here is the maltlab file of pseudo noise generation
poisson
- 一个计算泊松分布的小程序。对于给定的m和k (0<m<2000, 0<= k < 2500),计算其概率,以科学格式输出,保留小数点后6位有效数字。-A calculated Poisson distribution of small procedures. For a given m and k (0 <m<2000, 0<= k < 2500.
Greedy
- 贪心算法C++程序。在对问题求解时,总是做出在当前看来是最好的选择-Greedy algorithm C++ program. In problem solving, always make the best choice at present appears to be
led-ctrl
- pic最简单的点亮LED程序,一步步的学起,大家沉住气!-pic simple light LED program to learn the step by step, we deep breath!
Unit1
- A simple timer application to determine how many milliseconds a piece of code takes to execute
calender
- calender my program for calender
biancheng
- 修改程序C6_11.cpp,使它输出国际日期格式,即:使用月份的前三个字母表示月,用两个字符表示年。例如,把日期March 18, 1983表示为: 18 Mar 83-Modify the program C6_11.cpp, make it output the international date format, ie: use the first three letters of the month is the month, with two characters that yea
1111
- 基本的PSO程序,可以直接运行。希望大家喜欢。-basic PSO
boltzman
- boltzman implement with matlab
Program_9_2_py
- 基于切比雪夫1型滤波器以及双线性变换法的IIR滤波器设计。-IIR filter design based on the Chebyshev type 1 filter, and bilinear transformation method of IIR filter design.
Playfair
- palyfair加密算法在matlab中的实现,里面的加密矩阵可以自行更改-palyfair encryption algorithm implemented in matlab encrypted inside the matrix can change
file
- 【问题描述】近几年有人提出了这样一种算法,它虽然只是单纯地对文件进行重排,本身并不压缩文件。 该算法如下:对一个长度为n的字符串S,首先根据它构造n个字符串,其中第i个字符串由将S的前i-1个字符置于末尾得到。然后把这n个字符串按照首字符从小到大排序,如果两个字符串的首字符相等,则按照它们在S中的位置从小到大排序。排序后的字符串的尾字符可以组成一个新的字符串S’,它的长度也是n,并且包含了S中的每一个字符。最后输出S’以及S的首字符在S’中的位置p。 【输入文件】输入文件filezip.