资源列表
[matlab例程] matlabCommunication-simulation
说明:利用Matlab编程的方法仿真数字通信系统。数字调制与解调系统:采用的是2FSK的调制方法;画出FSK调制后的频谱图;调制后的序列在传输的过程中产生高斯窄带白噪声;-The use of Matlab programming method simulation of digital communication system. Digital modulation and demodulation system: using the 2F<nana> 在 2025-01-17 上传 | 大小:1kb | 下载:0
[进程与线程] Upgrade-The--Process
说明:提升当前进程权限,使具有读写其它进程内存内容-Permission to upgrade the current process, so that it can read and write the other process memory content<黄秋生> 在 2025-01-17 上传 | 大小:1kb | 下载:0
[matlab例程] iterateThresh
说明:基于迭代法的matlab图像阈值分割源程序,可正常运行- an image segmentation source based on Iterative threshold<王小蛮> 在 2025-01-17 上传 | 大小:1kb | 下载:0
[matlab例程] wavelet_edge
说明:一个基于小波变换的边缘检测源程序,有注释-A source of edge detection based on wavelet transform, with annotation<王小蛮> 在 2025-01-17 上传 | 大小:1kb | 下载:0
[matlab例程] duochidubianyuanjiance
说明:基于形态学的多尺度边缘检测源程序,有详细说明-Multiscale edge detection based on morphology source, is described in detail<王小蛮> 在 2025-01-17 上传 | 大小:1kb | 下载:2
[matlab例程] shuangzhifangtu
说明:基于直方图均衡和双直方图均衡的源代码,可正常运行-Source code based on histogram equalization and histogram equalization, normal operation<王小蛮> 在 2025-01-17 上传 | 大小:1kb | 下载:0
[其他小程序] minGETDFRWP
说明:共轭梯度法的FR方法结合wolfe-powell搜索,求解多维函数的极小值,在此前必须编写好一为搜索函数-FR method combined with the conjugate gradient method wolfe-powell search for solving multidimensional function minimum, must be written in the previous one for the se<> 在 2025-01-17 上传 | 大小:1kb | 下载:0
[数据结构常用算法] xiaoxingyinghancidian
说明:问题描述:设计一个英汉词典,支持Member的查找、插入、删除操作。 基本要求:实现字典的常用方法有:有序线性表(用二分检索实现)、AVL树(二叉搜索树)、Patricia Tree、散列表等,任选一种方法实现字典的操作,查找单词、插入单词(插入时,先查找,找不到插入,找到提示用户)、删除单词(删除时,先查找,找到删除,找不到提示用户)。字典是按字母顺序排列的,不能用顺序查找,插入或删除单词后,要保持字典的有序性。 测试数据:任<姚伦帮> 在 2025-01-17 上传 | 大小:1kb | 下载:0