亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

semidefinite-quadratic-li

  • An optimal neuron evolution algorithm for the restoration of linearly distorted images is presented

    An optimal neuron evolution algorithm for the restoration of linearly distorted images is presented in this paper. The proposed algorithm is motivated by the symmetric positive-definite quadratic programming structure inherent in restoration. Theoretical analysis and experimental results show that the algorithm not only significantly increases the convergence rate of processing, hut also produces good restoration results. In addition, the algorithm provides a genuine parallel processing structure which ensures computationally feasible spatial domain image restoration

    標(biāo)簽: restoration evolution algorithm distorted

    上傳時(shí)間: 2013-12-21

    上傳用戶:yy541071797

  • 一、問題的提出: 某廠根據(jù)計(jì)劃安排

    一、問題的提出: 某廠根據(jù)計(jì)劃安排,擬將n臺(tái)相同的設(shè)備分配給m個(gè)車間,各車間獲得這種設(shè)備后,可以為國家提供盈利Ci j(i臺(tái)設(shè)備提供給j號車間將得到的利潤,1≤i≤n,1≤j≤m) 。問如何分配,才使國家得到最大的盈利L 二.算法的基本思想: 利用動(dòng)態(tài)規(guī)劃算法的思想,設(shè)將i臺(tái)設(shè)備分配給j-1個(gè)車間,可以為國家得到最大利潤Li (j-1)(1≤i≤n,1≤j≤m),那么將這i臺(tái)設(shè)備分配給j個(gè)車間,第j個(gè)車間只能被分配到0~i臺(tái),所以我們只要算出當(dāng)?shù)趈個(gè)車間分配到t(0<=t<=i)臺(tái)時(shí)提供的最大利潤Lt(j-1)+C(i-t)j,

    標(biāo)簽:

    上傳時(shí)間: 2016-09-19

    上傳用戶:希醬大魔王

  • ClustanGraphics聚類分析工具。提供了11種聚類算法。 Single Linkage (or Minimum Method, Nearest Neighbor) Complete Li

    ClustanGraphics聚類分析工具。提供了11種聚類算法。 Single Linkage (or Minimum Method, Nearest Neighbor) Complete Linkage (or Maximum Method, Furthest Neighbor) Average Linkage (UPGMA) Weighted Average Linkage (WPGMA) Mean Proximity Centroid (UPGMC) Median (WPGMC) Increase in Sum of Squares (Ward s Method) Sum of Squares Flexible (ß space distortion parameter) Density (or k-linkage, density-seeking mode analysis)

    標(biāo)簽: ClustanGraphics Complete Neighbor Linkage

    上傳時(shí)間: 2014-01-02

    上傳用戶:003030

  • Instead of finding the longest common subsequence, let us try to determine the length of the LCS.

    Instead of finding the longest common subsequence, let us try to determine the length of the LCS. 􀂄 Then tracking back to find the LCS. 􀂄 Consider a1a2…am and b1b2…bn. 􀂄 Case 1: am=bn. The LCS must contain am, we have to find the LCS of a1a2…am-1 and b1b2…bn-1. 􀂄 Case 2: am≠bn. Wehave to find the LCS of a1a2…am-1 and b1b2…bn, and a1a2…am and b b b b1b2…bn-1 Let A = a1 a2 … am and B = b1 b2 … bn 􀂄 Let Li j denote the length of the longest i,g g common subsequence of a1 a2 … ai and b1 b2 … bj. 􀂄 Li,j = Li-1,j-1 + 1 if ai=bj max{ L L } a≠b i-1,j, i,j-1 if ai≠j L0,0 = L0,j = Li,0 = 0 for 1≤i≤m, 1≤j≤n.

    標(biāo)簽: the subsequence determine Instead

    上傳時(shí)間: 2013-12-17

    上傳用戶:evil

  • In an electromagnetic cloak based on a transformation approach, reduced sets of material properties

    In an electromagnetic cloak based on a transformation approach, reduced sets of material properties are generally favored due to their easier implementation in reality, although a seemingly inevitable drawback of undesired reflection exists in such cloaks. Here we suggest using high-order transformations to create smooth moduli at the outer boundary of the cloak, therefore completely eliminating the detrimental scattering within the limit of geometric optics. We apply this scheme to a non-magnetic cylindrical cloak and demonstrate that the scattered field is reduced substantially in a cloak with optimal quadratic transformation as compared to its linear counterpart.

    標(biāo)簽: electromagnetic transformation properties approach

    上傳時(shí)間: 2017-03-30

    上傳用戶:pkkkkp

  • MATLAB code to perform Monte Carlo simulation for getting price of an European swaption under the Li

    MATLAB code to perform Monte Carlo simulation for getting price of an European swaption under the Libor Market Model (LMM) framework.

    標(biāo)簽: simulation European swaption perform

    上傳時(shí)間: 2014-11-30

    上傳用戶:shus521

  • 充電器方案,為SLA

    充電器方案,為SLA,NICd,NiMH和Li-Lon電池設(shè)計(jì)的充電器

    標(biāo)簽: SLA 充電器 方案

    上傳時(shí)間: 2013-12-28

    上傳用戶:zhouli

  • 哈夫曼樹又稱最優(yōu)二叉樹

    哈夫曼樹又稱最優(yōu)二叉樹,是一種帶權(quán)路徑長度最短的二叉樹。所謂樹的帶權(quán)路徑長度,就是樹中所有的葉結(jié)點(diǎn)的權(quán)值乘上其到根結(jié)點(diǎn)的路徑長度(若根結(jié)點(diǎn)為0層,葉結(jié)點(diǎn)到根結(jié)點(diǎn)的路徑長度為葉結(jié)點(diǎn)的層數(shù))。樹的帶權(quán)路徑長度記為WPL=(W1*L1+W2*L2+W3*L3+...+Wn*Ln),N個(gè)權(quán)值Wi(i=1,2,...n)構(gòu)成一棵有N個(gè)葉結(jié)點(diǎn)的二叉樹,相應(yīng)的葉結(jié)點(diǎn)的路徑長度為Li(i=1,2,...n)。可以證明哈夫曼樹的WPL是最小的。

    標(biāo)簽: 二叉樹

    上傳時(shí)間: 2017-06-09

    上傳用戶:wang5829

  • VHDL implementation of the twofish cipher for 128,192 and 256 bit keys. The implementation is in li

    VHDL implementation of the twofish cipher for 128,192 and 256 bit keys. The implementation is in library-like form All needed components up to, including the round/key schedule circuits are implemented, giving the flexibility to be combined in different architectures (iterative, rolled out/pipelined etc). Manual in English is included with more details about how to use the components and/or how to optimize some of them. All testbenches are provided (tables, variable key/text, ECB/CBC monte carlo) for 128, 192 and 256 bit key sizes, along with their respective vector files.

    標(biāo)簽: implementation twofish cipher VHDL

    上傳時(shí)間: 2017-06-25

    上傳用戶:王小奇

  • Short description: A MAX-MIN Ant System (MMAS) implemented in the Hyper-Cube Framework for the appli

    Short description: A MAX-MIN Ant System (MMAS) implemented in the Hyper-Cube Framework for the application to Unconstrained Binary Quadratic Programming (UBQP). Aim of the software: Educational (not high-performance) it shows how to implement a MMAS in the Hyper-Cube Framework.

    標(biāo)簽: description implemented Hyper-Cube Framework

    上傳時(shí)間: 2014-11-26

    上傳用戶:蠢蠢66

主站蜘蛛池模板: 芒康县| 彭州市| 双峰县| 鄯善县| 博客| 新绛县| 绥德县| 北川| 武城县| 吴川市| 中宁县| 彭山县| 维西| 通海县| 天全县| 昌图县| 峡江县| 铜鼓县| 岑巩县| 湘潭市| 邯郸市| 融水| 东山县| 昌平区| 温泉县| 东至县| 彰武县| 封丘县| 宜章县| 依安县| 江都市| 虞城县| 封开县| 山丹县| 简阳市| 宣汉县| 平果县| 绥芬河市| 新宁县| 河曲县| 美姑县|