Description: 用fibonacci变换方法对图象做置乱或逆置乱,效率极高,在信息隐藏中属常用的方法之一。调用函数为f=fibonacci_t(I,r,s),其中参数分别为I=被置乱的图像,r=置乱密钥,s=0置乱,s=1逆置乱-Fibonacci transformation method used to do on the image or inverse Scrambling Scrambling, high efficiency in the information hidden in one of the methods are commonly used. Call the function f = fibonacci_t (I, r, s), which parameters were I = have been scrambling the image, r = scrambling key, s = 0 Scrambling, s = 1 inverse Scrambling Platform: |
Size: 1024 |
Author:gao |
Hits:
Description: 1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a matrix B consisting of the columns of A in reverse order. Thus for example, if
A = 1 2 3 then B = 3 2 1
4 5 6 6 5 4
7 8 9 9 8 7
Write a main program to call reverse(A) for the matrix A = magic(5). Print to the screen both A and reverse(A).
2) Write a program which accepts an input k from the keyboard, and which prints out the smallest fibonacci number that is at least as large as k. The program should also print out its position in the fibonacci sequence. Here is a sample of input and output:
Enter k>0: 100
144 is the smallest fibonacci number greater than or equal to 100.
It is the 12th fibonacci number.
Platform: |
Size: 1024 |
Author:wangshujuan |
Hits:
Description: 学会用MATLAB编写程序;
学会一维搜索法;
精确的一维线性搜索法:0.618法;
非精确的一维线性搜索法:goldstein法;-Learn how to use MATLAB programming Society of one-dimensional search method precise linear one-dimensional search method: 0.618 law non-accurate one-dimensional linear search method: goldstein law Platform: |
Size: 1024 |
Author:mengxiang |
Hits:
Description: 用MATLAB 里的XILINX BLOCKS编写, 实现Fibonacci sequence算法, 当F为0时, 输出为0 F为1时, 输出为1 当F为N 时, 输出为F的N-1 加上 F的N-2.-Using MATLAB in the XILINX BLOCKS prepared realize Fibonacci sequence algorithm, when F is 0, the output for 0 F for one, the output is 1 when F is N, the output for the F of the N-1 plus F of N-2 . Platform: |
Size: 25600 |
Author:zhang tian |
Hits:
Description: this *.m file is the implementation of fibonacci search that is used for finding gradient vector in optimizaiton algorithm-this*.m file is the implementation of fibonacci search that is used for finding gradient vector in optimizaiton algorithm Platform: |
Size: 1024 |
Author:yzb.ufo |
Hits:
Description: matlab最优化程序包括
无约束一维极值问题
进退法 黄金分割法 斐波那契法 牛顿法基本牛顿法 全局牛顿法 割线法 抛物线法 三次插值法 可接受搜索法
Goidstein法 Wolfe.Powell法
单纯形搜索法 Powell法 最速下降法
共轭梯度法 牛顿法 修正牛顿法
拟牛顿法 信赖域法 显式最速下降法,
Rosen梯度投影法
罚函数法 外点罚函数法 內点罚函数法
混合罚函数法 乘子法
G-N法 修正G-N法 L-M法
线性规划 单纯形法 修正单纯形法
大M法 变量有界单纯形法
整数规划 割平面法 分支定界法
0-1规划 二次规划
拉格朗曰法 起作用集算法
路径跟踪法
粒子群优化算法 基本粒子群算法 带压缩因子的粒子群算法 权重改进的粒子群算法
线性递减权重法 自适应权重法
随机权重法 变学习因子的粒子群算法
同步变化的学习因子
异步变化的学习因子 二阶粒子群算法
二阶振荡粒子群算法
-matlab optimization process includes
Non-binding one-dimensional extremum problems
Advance and retreat method Golden Section Fibonacci method of basic Newton s method Newton s method Newton s Law of the global secant method parabola method acceptable to the three interpolation search method
  Goidstein France Wolfe.Powell France
Simplex search method Powell steepest descent method
Conjugate gradient method Newton s method Newton s method to amend
Quasi-Newton Method trust region method explicitly steepest descent method,
Rosen gradient projection method
Penalty function method outside the penalty function method within the penalty function method
Mixed penalty function multiplier method
  G-N was amended in G-N method L-M method
Of linear programming simplex method, revised simplex method
Big M method variables bounded simplex method,
Cutting Plane Method integer programming branch and bound method
0-1 programming quadratic programming
Platform: |
Size: 38912 |
Author:百位过 |
Hits:
Description: 用Matlab计算负折射率Fibonacci材料的能带-Calculated using Matlab Fibonacci materials with negative refractive index band Platform: |
Size: 1024 |
Author:以北 |
Hits:
Description: 本文采用Fibonacci算法计算已知式子的最值并找到此时自变量的值-In this paper, formula known Fibonacci algorithm to find the best value and the value of the independent variables at this time Platform: |
Size: 4096 |
Author:刘常云 |
Hits:
Description: 写一个MATLAB函数fibo.m来计算Fibonacci数列,其定义如下: fibo(n+2)=fibo(n+1)+fibo(n) 此数列的初始条件如下:fibo(1)=0,fibo(2)=1。-Fibo.m write a MATLAB function to calculate the Fibonacci sequence, which is defined as follows: fibo (n+2) = fibo (n+1)+fibo (n) the initial conditions in this series are as follows: fibo (1) = 0, fibo (2) = 1. Platform: |
Size: 12288 |
Author:张朋 |
Hits:
Description: 使用matlab语言编写非线性规划中黄金分割法、斐波那契法和牛顿法,可以使用这三种方法求解(The use of MATLAB language gold in nonlinear programming segmentation method, Fibonacci method and Newton method, these three methods can be used to solve) Platform: |
Size: 1024 |
Author:come vanet!
|
Hits: