资源列表

« 1 2 ... .87 .88 .89 .90 .91 21192.93 .94 .95 .96 .97 ... 28523 »

[数据结构常用算法Queens

说明:皇后问题.rar,用C++写的皇后问题,包括递归和非递归-Queens problem. Rar, written in C++, the Queen, including recursive and non recursive
<李雄> 在 2026-01-11 上传 | 大小:1kb | 下载:0

[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

[数值算法/人工智能genetic2

说明:Genetic Rule inductor
<chkven7> 在 2026-01-11 上传 | 大小:6.79mb | 下载:0

[数值算法/人工智能1

说明:实验:开发类Polynomial(多项式)。在类内部,多项式由它的各个项组成的数组表示,每一项包含一个系数和一个指数。例如,项2x4的系数为2,指数为4。开发一个完整的类,包含适当的构造函数据、析构函数以及设置和获取函数。此外,Polynomial类还应提供下列重载运算符的能力: 1、 重载加法运算符(+),对两个多项式做加法。 2、 重载减法运算符(-),对两个多项式做减法。 3、 重载乘法运算符(*),对两个多项式做乘法。 4、 重载赋值运算符(=),把一个多项式赋给另一个。
<胡先生> 在 2026-01-11 上传 | 大小:2kb | 下载:0

[数据结构常用算法btree

说明:树型结构上机作业 1 建立二叉树 1)通过输入树的嵌套括号表示序列 2)根据前序遍历序列和中序遍历序列建立二叉树 3)建立哈夫曼树 2. 对于1中1),2)所建立的树进行如下操作: 1)查找结点 2)前序遍历 3)中序遍历 3 对于建立的哈夫曼树进行编码 4 输出二叉树的形状 -Operating a tree structure on the plane to establish binary 1), enter the tree th
<胡先生> 在 2026-01-11 上传 | 大小:3kb | 下载:0

[数据结构常用算法12

说明:以堆栈为例说明算法设计,队列的算法与堆栈类似。 在这里先说明一下“第一可见对象”这个词,在本报告中指的是在堆栈或队列中第一个可以输出或者弹出的的对象。在堆栈中自然是指栈顶的对象,队列中自然是指队头的对象。 (1) 堆栈中的每个对象都包含 数据元素element和指向本类型的一个指针变量link。element用来存储新压入的元素(在本实验中,为简化代码,直接将其设为int型),在每一对象中link用来指向下一个可见对象。如第一可见对象中的link指向第二可见对象,第二可见对象的link指
<胡先生> 在 2026-01-11 上传 | 大小:2kb | 下载:0
« 1 2 ... .87 .88 .89 .90 .91 21192.93 .94 .95 .96 .97 ... 28523 »

源码中国 www.ymcn.org