资源列表
[matlab例程] flow_around_plate
说明:太阳风(低密度等离子体)在带电平板周围的粒子密度、电势的PIC法模拟。-The code simulates flow of solar wind (low density plasma) over a charged plate.<陈寅> 在 2025-06-06 上传 | 大小:4kb | 下载:1
[matlab例程] tik_inpaint
说明:This file performs Tikhonov inpainting on a corrupted image.<dbowie> 在 2025-06-06 上传 | 大小:1kb | 下载:0
[人工智能/神经网络/遗传算法] pso
说明:pso算法的 源代码 很不错 好好看看吧 ,很经典的 。-pso algorithm source code is a good a good look at it, very classic.<温度虚构> 在 2025-06-06 上传 | 大小:2kb | 下载:0
[人工智能/神经网络/遗传算法] psoyuandaima
说明:pso的 新代码 最基础的 那个 用c实现的-pso new code that used the most basic realization c<温度虚构> 在 2025-06-06 上传 | 大小:2kb | 下载:0
[matlab例程] history-OFDM
说明:关于数字通信OFDM的发展的好的文献,可以读,加深对通信仿真的理解-OFDM on the development of digital communication of good literature to read, to deepen the understanding of communication simulation<panli> 在 2025-06-06 上传 | 大小:1.02mb | 下载:0
[matlab例程] toolbox_dimreduc
说明:几种经典的降维工具的matlab程序。供想学习流形学习算法的朋友分享。-This is a dimension reduction toolbox developed by Laurens van der Maaten(MISS). You are free to use, modify, or redistribute this software in any way you want, but only for non-commercial purposes. This Matlab too<李祥宝> 在 2025-06-06 上传 | 大小:191kb | 下载:0
[数值算法/人工智能] multiloc
说明:该程序主要用于研究控制多位点复杂疾病的不同基因效应大小的分布,供对统计遗传学有兴趣的朋友参考-The program mainly used to study complex disease control multi-locus genetic effects of the different size distribution for statistical genetics are interested in reference to a friend<wangjinshe> 在 2025-06-06 上传 | 大小:9kb | 下载:0
[matlab例程] capacity_vs_Ith
说明:认知无线电中子载波和功率分配算法,包括改进型的功率分配算法-an algorithm of subcarrier and power allocation in cognitive radio systems<无道> 在 2025-06-06 上传 | 大小:4kb | 下载:0
[数据结构常用算法] QuickSort
说明:步骤:设有一待排序的序列 1、分别设置low、high指向序列的最左端、最右端;从序列中选一个进行排序(通常选最左端的值low指向的值),存入到tmp; 2、从high端开始,查找比tmp小的,找到后将该值放入到low指向的存储位中;同时将high指向当前查到的值所在的位; 3、从low端开始,查找比tmp大的,找到后将该值放入到high指向的存储为中,同时low指向当前查到的值所在位; 4、若low位小于high位,返回步骤2;否则,将tmp值存入到空出来的low+1指向<马艳娟> 在 2025-06-06 上传 | 大小:6kb | 下载:0