资源列表
quicksort
- 快速排序思想: 在待排序的n个记录中任取一个记录(通常取第一个记录),把所有小于该记录的记录移到其左边,把所有大于该记录的记录移到其右边,所选记录正好处在其应在的位置,且把原有序列划分成两个子序列。然后,对两个子序列分别重复上述过程,直到所有记录都排好序。把当前参加排序的记录按第一个记录的排序码分成前后两个部分的过程称为一趟快速排序。
moni
- 该程序用模拟退火算法实现了对八皇后不相冲突的位置算法。-The program simulated annealing algorithm for the eight queens do not conflict with the location algorithm.
huffman
- this program is code huffman by c-this program is code huffman by c++
phase
- 计算相位感应几何因子的matlab程序,可以计算任何一个阵列。-Electric method for phase instrument logging.
lcs
- this is an important document. please verify this.
zhishu
- 指数函数拟合源代码,指数函数拟合实现程序,可直接运行-Index fitting code
duilie
- 数据结构(C语言)(队列)的实现 欢迎分享与交流-Data structure (C language) (queue) implementations welcome to share and exchange
aboutthe
- 关于带参数的积分问题,值得大家好好分析,该程序对于任何复杂的、无显式积分表达式具有通用性。-about the integral with a parametre
STBC
- WLAN 系統中第二個常見的空間多樣就是「時空區塊編碼」(STBC)。就 STBC 傳輸而言,每個天線會經過設 定,及時傳輸不同的符碼,而且每個符碼都會有效傳輸好幾次。-STBC standard form
monixinhao
- 模拟信号关于冲击信号等matlab小程序,程序简单易懂,特别适合初学者,不容错过,值得拥有-Analog signal on the impact of matlab and other small procedures, the program is easy to understand, especially for beginners, not to be missed, worth having
mkabrpt
- 实现单个变量的突变特性的识别,根据仿真结果可以得到突变的位置。-To achieve a single variable mutation characteristics of the identification, according to the simulation results can be mutated position.