资源列表
PQfenjiefa
- 用PQ分解法计算特定的潮流分布问题。C语言编写的-with PQ decomposition method specific distribution of the trend. The C language
CP0803
- < 超宽带无线电基础>>的第八章原代码,主要用于超宽带无线电信号波形的产生\\信道估计\\扩频通信等等,内容非常丰富.
huanghouwenti
- 在国际象棋盘上放八个皇后,互相不能攻击,有多少种摆法? 这个是经典的8皇后问题,解决此问题的方法是回溯法。 回溯法是一种思路简单而且有效的解决问题的基础算法。 解决一个问题的时候分成n个步骤,每向后进展一个步骤,就检查一下当前的状态,如果发生了冲突,就放弃,如果到达了目标状态就记录下答案,回溯,求解下一个解。 对于8皇后问题,每个步骤就是在棋盘上放一个棋子,每放一个棋子,就检查当前的状态,有否产生攻击,如果没有攻击,就继续放下一个,如果攻击了,就回溯,如果放够八
cannon
- cannon算法,属于并行算法,主要是矩阵的相乘,
Capture
- Current dialog captures desktop background
replace_str
- 用來取代檔案中,所有某相同字串,用Win32寫成的主控台程式-To replace string of some file.
dianzhenchengxu
- 使用单片打发的LED16*16点阵显示的源程序代码,使用C语言开发 -Using single pass of the LED16* 16 dot matrix display of the source code, using C language development
wavelet-remove-noise
- 小波方法进行降噪,阈值函数来完成不同设计,核心程序如下面的所示,使用的小波基有coif5,db3,sym4,bior2.4,haar,rbio-Wavelet method for noise reduction, design to complete different threshold function, the core program as shown below, using the wavelet base coif5, db3, sym4, bior2.4, haar, rbio
Segy
- 这是一个用C#编写的将地震数据转化为segy格式的源码-This is a C# prepared by the seismic data into the format of the source segy
rgNZrenwutsEC
- 瑞哥逆战人物透视EC模块 加载就能用如果逆战更新了只需要把编写好的放入逆战根目录即可-Rui brother inverse war characters perspective EC module loading can be used if the inverse and updated only need to write into the anti war root directory Rui brother inverse war characters perspective EC m
ofdm-over-awgn
- ofdm signal over awgn
GA-TSP
- This code uses the genetic algorithm to solve the traveling salesman problem by using the exchange,cross and mutation operators to change the route and calculate the fitness(distance) of each route.
