搜索资源列表
0-1programming
- 0-1整数规划有很广泛的应用背景,比如指派问题,背包问题等等,实际上TSP问题也是一个0-1问题,当然这些问题都是NP问题,对于规模较大的问题用穷举法是没有办法在可接受的时间内求得最优解的,本程序只不过是一个练习,得意之处是用递归法把所有解都排列出来。另:胡运权所著的《运筹学基础及应用(第三版)》第97页的例3,我用本程序求解得到的结果是:最优解是x*=(1,0, 0, 0, 0),最优值是f(x*)=8,但书求得最优解是x*=(1,0, 1, 0, 0),最优值是f(x*)=4,是不是书中写错
97_compression
- 基于97提升小波变换的一维信号压缩程序。头文件中包括了提升小波变换的源程序。-lifting wavelet transform one-dimensional signal compression process. The first document includes the lifting wavelet transform of the source.
CMUnited97-source.tar
- RoboCup 2D 仿真组冠军源代码之1997年冠军队——CMUnited97源代码,这是第一年正式的RoboCup比赛。-RoboCup championship 2D simulation source code's 1997 championship team -- CMUnited 97 source code, which is the first year of formal RoboCup competition.
wavelet
- 小波变换去噪和97提升小波和离散小波变换的matlab程序
Matlab_NN
- %以FRP-混凝土面内剪切试验说明matlab神经元网络的使用 %读入试验数据,数据格式为 % FRP厚度(mm) FRP宽度(mm) FRP粘结长度(mm) FRP弹模(GPa) 混凝土抗拉强度(MPa) 混 凝土宽度(mm) %[ 0.169 50 130 97 2.9 100] %网络输出为极限承载力
lifting_97
- 本程序实现任意偶数大小图像第二代双正交97提升小波变换 注1: 采用标准正交方法,对行列采用不同矩阵(和matlab里不同) 注2: 为了保证正交,所有边界处理,全部采用循环处理 注3: 正交性验证,将单位阵带入函数,输出仍是单位阵(matlab不具有此性质) 注4: 此程序是矩阵实现,所以图像水平分量和垂直分量估计被交换位置 注5: 此程序实现的是类小波(wavelet-like)变换,是介于小波包变换与小波变换之间的变换 注6: 此程序每层变换相对原图像矩阵,产
小波编解码ebcot编解码文件测试程序
- 这是我刚刚完成的关于JPEG2000的C语言实现的部分程序。小波变换是采用97变换,其中MQ解码部分还有些问题。欢迎大家给些建议,。-This my just completed JPEG2000 on the C language of some of the procedures. The wavelet transform is used 97 transformation, which is also part of MQ decoding some of the problems. Y
TVAL3
- %TVDENOISE Total variation grayscale and color image denoising % u = TVDENOISE(f,lambda) denoises the input image f. The smaller % the parameter lambda, the stronger the denoising. % % The output u approximately minimizes the Rudin-Osher-Fatemi (ROF)
wavelet_matlab_code.rar
- 2代小波示意程序 2维小波变换经典程序 Daubechies小波基的构造 采用多孔trous算法(undecimated wavelet transform)实现小波变换 平移变换平移法(cycle_spinning)消除gibbs效应 提升法97经典程序 消失矩作用的程序 小波插值与小波构造 小波滤波器构造和消噪程序 小波谱分析mallat算法经典程序,2 Generation Wavelet indicated procedures classic 2-D wavelet
X_Steam_for_Matlab
- 可以求解焓,熵,比容,IFC-97 可以求解焓,熵,比容,IFC-97 可以求解焓,熵,比容,IFC-97-Can solve the enthalpy, entropy, specific volume, IFC-97
Fortran-95-2003-for-Scientists-and-Engineers---97
- Fortran 95,2003 for Scientists and Engineers
mGstat_0.97
- 基于Matlab的地质统计学程序包,包含克里金方法,变差函数,高斯序贯模拟等-Geostatistical Matlab-based package, including Kriging, variogram, sequential Gaussian simulation
cwtexe
- 97 law to enhance the classic procedure Ridge wavelet extraction Modulus maximum for the wavelet edge detection Small spectral analysis method mallat classic procedure-97 law to enhance the classic procedure Ridge wavelet extraction Modulus
DataStructure_Search
- 1.6.1 顺序表的查找 273 范例1-94 顺序表的查找 273 ∷相关函数:Search_Seq函数 1.6.2 静态树表的查找 276 范例1-95 静态树表的查找 276 ∷相关函数:Search_SOSTree函数 1.6.3 二叉排序树的基本操作 280 范例1-96 二叉排序树的基本操作 280 ∷相关函数:InsertBST函数 1.6.4 平衡二叉树的基本操作 285 范例1-97 平衡二叉树的基本操作 285 ∷相关函数:Sear
Isotherms-painting
- 三个txt数据文件的意义及其数据格式举例 97县名称号码、纬度、经度-Txt data files of three of the significance of the data formats, for example the name of 97 the county number, latitude, longitude
Wavelet
- 本程序实现任意偶数大小图像第二代双正交97提升小波变换-This procedure to achieve even the size of any image of second-generation upgrade 97 Biorthogonal Wavelet Transform
matlabscore
- 某校60名学生的一次考试成绩如下: 某校60名学生的一次考试成绩如下: (93 75 83 93 91 85 84 82 77 76 77 95 94 89 91 88 86 83 96 81 79 97 78 75 67 69 68 84 83 81 75 66 85 70 94 84 83 82 80 78 74 73 76 70 86 76 90 89 71 66 86 73 80 94 79 78 77 63 53 55 1)计算均值、标准差、极差、偏度、峰度,画出直方图;
Huffmancoding
- 在已知信源统计规律的情况下,快速实现对信源的霍夫曼编码,编码效率达到97 以上-Statistical law known source case, rapid implementation of the source of the Huffman coding, coding efficiency up to 97 or more
paixu
- 实验名称:内部排序操作 实验题目:若待排序的关键字序列是: {103,97,25,14,80,6,38,65,21,30,124,17,54,47},请用以下方法进行排序,并输出排序的结果 用基数排序法进行排序。-Experiment Name: Experiment topics within the sorting operation: If the keywords to be sorted sequence is: (103,97,25,14,80,6,38,65,21,30,1
mGstat_0.97
- 基于Matlab的地质统计学程序包,包含克里金方法,变差函数,高斯序贯模拟等-Geostatistical Matlab-based package, including Kriging, variogram, sequential Gaussian simulation