资源列表
[matlab例程] GA_term_project
说明:流水车间调度遗法,支持窗口输入主要的控制参数,和仿真图及收敛曲线。-Flowshop scheduling survived by law, to support the importation of the main window of the control parameters, and simulation and the convergence curve of Fig.<athen> 在 2025-11-16 上传 | 大小:26kb | 下载:2
[matlab例程] PQ
说明:PQ分解法在计算潮流速度上大大超过N-R法,不但能应用于离线潮流计算,而且也能应用于在线潮流计算。-PQ decomposition method in the calculation of the trend of speed much higher than the N-R method, not only applies to off-line power flow calculation, but also can be used in-line power flow calculati<郝立颖> 在 2025-11-16 上传 | 大小:5kb | 下载:0
[数据结构常用算法] qSort
说明:快速排序算法是基于分治策略的另一个排序算法。其基本思想是,对于输入的字数组a[p:r],按以下3个步骤进行排序: (1)分解:以a[p]为基准元素将a[p:r]划分成3段a[p:q-1],a[q]和a[q+1:r],使得a[p:q-1]中任何元素小于等于a[q],a[q+1:r],中的任何元素大于等于a[q]。下标q在划分过程中确定 (2)递归求解:通过递归调用快速排序算法,分别对a[p:q-1]和a[q+1:r]进行排序 (3)合并:在a[p:q-1]和a[q+1:r]已经排好序的<忠波> 在 2025-11-16 上传 | 大小:1kb | 下载:0
[压缩解压] Audio_PCM
说明:音频的压缩和解压耳机里实时发出mic收到声音。录音,程序将会把mic输入声音存储到flash里面,程序会停止在三个断点之一。这三个断点分别是flash擦除失败、flash写入失败、录音结束。如果是停在前两个断点,是flash操作失败。如果是停在第三个断点,表明录音结束。可以停止程序,进行录音回放操作。录音回放,程序将会循环播放flash里面存储的声音。-Audio compression and decompression issued headphones mic Receive real-t<皮皮> 在 2025-11-16 上传 | 大小:116kb | 下载:0