资源列表
[matlab例程] 13.信源数估计MDL算法MATLAB程序
说明:经典信源数估计算法,MDL算法,可直接下载运行,好用。(Classical source number estimation algorithm, MDL algorithm, can be downloaded directly to run, easy to use.)<晴晴晴晴晴> 在 2021-01-06 上传 | 大小:1kb | 下载:1
[图形图像处理(光照,映射..)] DCT0105
说明:使用DCT编码,将DCT系数矩阵中值小于给定阈值的元素置为0,变化阈值进行比较。(Using DCT coding, the elements whose median value of DCT coefficient matrix is less than the given threshold are set to 0, and the change threshold is compared.)<防川> 在 2025-04-28 上传 | 大小:1kb | 下载:0
[通讯/手机编程] TurboDecoder_map
说明:在通信系统中使用了MAP算法的Turbo译码算法(The turbo decoding algorithm in the communication system decodes turbo-encoded data.)<MINNON> 在 2025-04-28 上传 | 大小:1kb | 下载:0
[其他小程序] GML指数和ML指数测算gtfp
说明:DEA非期望产出和GML和ML的matlab代码,其中Malmquist-Luenberger(ML)Global-Malmquist-Luenberger(GML)。(DEA unexpected output and GML and ml matlab code, where Malmquist Luenberger (ML) global Malmquist Luenberger (GML).)<小猪仔不能吃> 在 2025-04-28 上传 | 大小:1kb | 下载:6
[其他小程序] creep of cylindrical
说明:flac5.0中蠕变算例模拟,亲测可以使用,凑够20字(FLAC5.0 creep example simulation, pro test can be used, add up to 20 words)<FuXunwei> 在 2025-04-28 上传 | 大小:1kb | 下载:0
[其他小程序] vumat
说明:VUMAT 子程序 用于层合板的渐进失效分析,利用Tsai-wu准则对层板失效进行判断(VUMAT subroutine The Tsai Wu criterion is used to analyze the progressive failure of laminates)<13551118117> 在 2025-04-28 上传 | 大小:1kb | 下载:2
[游戏] UIManager
说明:UI框架开发:通过Json解析各个面板文件,搭建一套控制面板层级显示与隐藏的UI框架(UI fr a mework development: through JSON parsing each panel file, build a set of control panel level display and hide UI fr a mework)<slimshady123> 在 2025-04-28 上传 | 大小:1kb | 下载:1
[操作系统开发] consumer_producer
说明:1、n个缓冲区的缓冲池作为一个临界资源: 当生产者任务从数据源—文件中读取数据后将会申请一个缓冲区,并将此数据放缓冲区中。 消费者任务从一个缓冲区中取走数据,并将其中的内容打印输出。 当一个生产者任务正在访问缓冲区时,其他生产者和消费者任务不能访问缓冲区。 当一个消费者任务正在访问缓冲区时,其他其他生产者和消费者任务不能访问缓冲区。 使用互斥量实现对缓冲池的互斥访问。(1. Buffer pool of N buffers as a c<muzuokai> 在 2025-04-28 上传 | 大小:1kb | 下载:1