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

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

EXP-LM

  • zemax源碼: This DLL models a standard ZEMAX surface type, either plane, sphere, or conic The surfac

    zemax源碼: This DLL models a standard ZEMAX surface type, either plane, sphere, or conic The surface also demonstrates a user-defined apodization filter The filter is defined as part of the real ray trace, case 5 The filter can be used at the stop to produce x-y Gaussian apodization similar to the Gaussian pupil apodization in ZEMAX but separate in x and y. The amplitude apodization is of the form EXP[-(Gx(x/R)^2 + Gy(y/R)^2)] The transmission is of the form EXP[-2(Gx(x/R)^2 + Gy(y/R)^2)] where x^2 + y^2 = r^2 R = semi-diameter The tranmitted intensity is maximum in the center. T is set to 0 if semi-diameter < 1e-10 to avoid division by zero.

    標簽: standard surface models either

    上傳時間: 2013-12-05

    上傳用戶:003030

  • 非線性優化中的經典算法

    非線性優化中的經典算法,LM算法,老外寫的,言簡意賅,對寫優化程序很有用

    標簽: 非線性 算法

    上傳時間: 2015-08-16

    上傳用戶:dengzb84

  • Procedure TSPSA:  begin   init-of-T { T為初始溫度}   S={1

    Procedure TSPSA:  begin   init-of-T { T為初始溫度}   S={1,……,n} {S為初始值}   termination=false   while termination=false    begin     for i=1 to L do       begin         generate(S′form S) { 從當前回路S產生新回路S′}         Δt:=f(S′))-f(S) {f(S)為路徑總長}         IF(Δt<0) OR (EXP(-Δt/T)>Random-of-[0,1])         S=S′         IF the-halt-condition-is-TRUE THEN         termination=true       End     T_lower    End  End

    標簽: Procedure init-of-T TSPSA begin

    上傳時間: 2013-12-20

    上傳用戶:shinesyh

  • Distribution generator Here is a simple generator which can build some distributions with given pro

    Distribution generator Here is a simple generator which can build some distributions with given properties. Distributions generator (compile with -lm) Typical use might be: ./distributions -u -m 1 -M 10 -n 100 -s 500 Generates a distribution of 100 uniform random numbers between 1 and 10, such that the sum of numbers is 500. ./distributions -p -2.2 -m 1 -M 100 -n 200 -s 500 Idem with 200 numbers between 1 and 100 following a power law with exponent -

    標簽: generator distributions Distribution simple

    上傳時間: 2014-01-27

    上傳用戶:sammi

  • 此算術表達式解析器能夠在程序運行時根據輸入的變量大小和算術表達式動態解析表達式

    此算術表達式解析器能夠在程序運行時根據輸入的變量大小和算術表達式動態解析表達式,得到運算結果。支持多項算術運算符和數學函數如下:: + - * / ^ ( ) mod abs, atan, cos, exp, ln, round, sin, sqrt, sqr, trunc

    標簽: 表達式 算術 程序 變量

    上傳時間: 2015-10-17

    上傳用戶:Altman

  • Carrier-phase synchronization can be approached in a general manner by estimating the multiplicativ

    Carrier-phase synchronization can be approached in a general manner by estimating the multiplicative distortion (MD) to which a baseband received signal in an RF or coherent optical transmission system is subjected. This paper presents a unified modeling and estimation of the MD in finite-alphabet digital communication systems. A simple form of MD is the camer phase exp GO) which has to be estimated and compensated for in a coherent receiver. A more general case with fading must, however, allow for amplitude as well as phase variations of the MD. We assume a state-variable model for the MD and generally obtain a nonlinear estimation problem with additional randomly-varying system parameters such as received signal power, frequency offset, and Doppler spread. An extended Kalman filter is then applied as a near-optimal solution to the adaptive MD and channel parameter estimation problem. Examples are given to show the use and some advantages of this scheme.

    標簽: synchronization Carrier-phase multiplicativ approached

    上傳時間: 2013-11-28

    上傳用戶:windwolf2000

  • matlab遺傳算法工具箱函數及實例講解2 【問題】在-5<=Xi<=5,i=1,2區間內

    matlab遺傳算法工具箱函數及實例講解2 【問題】在-5<=Xi<=5,i=1,2區間內,求解 f(x1,x2)=-20*exp(-0.2*sqrt(0.5*(x1.^2+x2.^2)))-exp(0.5*(cos(2*pi*x1)+cos(2*pi*x2)))+22.71282的最小值。

    標簽: matlab lt Xi 算法

    上傳時間: 2013-12-31

    上傳用戶:gtzj

  • Hybrid Monte Carlo sampling.SAMPLES = HMC(F, X, OPTIONS, GRADF) uses a hybrid Monte Carlo algorithm

    Hybrid Monte Carlo sampling.SAMPLES = HMC(F, X, OPTIONS, GRADF) uses a hybrid Monte Carlo algorithm to sample from the distribution P ~ EXP(-F), where F is the first argument to HMC. The Markov chain starts at the point X, and the function GRADF is the gradient of the `energy function F.

    標簽: Carlo Monte algorithm sampling

    上傳時間: 2013-12-02

    上傳用戶:jkhjkh1982

  • 備份oracle數據庫腳本

    備份oracle數據庫腳本,更新exp.txt文件的oracle登錄用戶名和密碼,就可以使用了

    標簽: oracle 備份 數據庫 腳本

    上傳時間: 2016-05-17

    上傳用戶:hphh

  • 本程序是一個行計算器(即對表達式求值)。計算器能實現加、減、乘、除、取余(%)和乘方(^)運算;能實現三角函數(正弦函數sin和余弦函數cos)

    本程序是一個行計算器(即對表達式求值)。計算器能實現加、減、乘、除、取余(%)和乘方(^)運算;能實現三角函數(正弦函數sin和余弦函數cos),求10為底的對數log,求2為底的對數ln,求e的指數冪exp,其參數也可以是合法的表達式; 計算器并能對表達式的合法性進行測試,錯誤的能給出表達式錯誤的信息。 ] 輸入文件格式:第一行是一個正整數N,表示有多少行表達式。接下來的N行每一行是 一個表達式。表達式使用由浮點數(只用小數點表示)和運算符表示。 輸出格式:每個行輸出一個表達式的結果(浮點輸出結果使用小數點表示法表示,)

    標簽: sin cos 計算器 程序

    上傳時間: 2016-05-27

    上傳用戶:aeiouetla

主站蜘蛛池模板: 沂源县| 平江县| 喜德县| 莱西市| 溧阳市| 平泉县| 鹤山市| 松溪县| 谢通门县| 集贤县| 丹江口市| 临澧县| 团风县| 陆川县| 塔城市| 彩票| 客服| 印江| 二连浩特市| 陕西省| 镇原县| 黔南| 山东省| 隆回县| 石景山区| 湘潭市| 乡宁县| 阳朔县| 龙海市| 方正县| 孟连| 辽源市| 黄山市| 宜章县| 鄂托克前旗| 饶平县| 平山县| 湟源县| 遵化市| 尚志市| 曲靖市|