资源列表
[matlab例程] code1
说明:this source code is used to decompose the image into 3 level using discreat wavelet transform. at each level image is decomposed into 4 levels , LL ,LH,HL,HH LL is the approximation of the image the other are the details of image like edges<afifayounus> 在 2026-01-11 上传 | 大小:11kb | 下载:1
[matlab例程] code2
说明:code of digital watermarking using dwt, the original image is get frm the user and then a watermarked image is embedded into the image<afifayounus> 在 2026-01-11 上传 | 大小:353kb | 下载:0
[matlab例程] code4
说明:in this file we save an image as watermark into a gray scale image. here the watermark is embedded into the dc component.first we decompose the image up to 3 levels<afifayounus> 在 2026-01-11 上传 | 大小:1.32mb | 下载:0
[matlab例程] code3
说明: a simple code using matlab GUIDE , which is counting the no. of times the button is clicked- a simple code using matlab GUIDE , which is counting the no. of times the button is clicked...<afifayounus> 在 2026-01-11 上传 | 大小:4kb | 下载:0
[数值算法/人工智能] CSharp_MM_Sort
说明:自动实现的CSharp冒泡排序.演示冒泡排序全过程.-CSharp self-fulfilling bubble sort. Demonstrates the whole process of bubble sort.<zxjcpp> 在 2026-01-11 上传 | 大小:49kb | 下载:0
[数值算法/人工智能] naivebayes
说明:This naive bayes classification of documents-This is naive bayes classification of documents<sithara> 在 2026-01-11 上传 | 大小:9kb | 下载:0
[matlab例程] DigitalSpeechTransmission
说明:Digital Signal Process in Matlab code. Include of filter IIR, FIR, low pass, high pass, pass-band, stop band<Phan Thủ y> 在 2026-01-11 上传 | 大小:18.36mb | 下载:0
[数据结构常用算法] 12
说明:以堆栈为例说明算法设计,队列的算法与堆栈类似。 在这里先说明一下“第一可见对象”这个词,在本报告中指的是在堆栈或队列中第一个可以输出或者弹出的的对象。在堆栈中自然是指栈顶的对象,队列中自然是指队头的对象。 (1) 堆栈中的每个对象都包含 数据元素element和指向本类型的一个指针变量link。element用来存储新压入的元素(在本实验中,为简化代码,直接将其设为int型),在每一对象中link用来指向下一个可见对象。如第一可见对象中的link指向第二可见对象,第二可见对象的link指<胡先生> 在 2026-01-11 上传 | 大小:2kb | 下载:0