此程序實現的是一個運算器,是在一個程序的基礎上進行改進的,計算器中需要的運算以及操作對象: IF,AND,OR,<,<=,>,>=,<>,=,== 數字0-9,(,),+,-,*,/, SIN,COS,TAN,POW,Exp,ABS,SQRT,INT,LN,LOG,MIN,MAX.
上傳時間: 2015-04-09
上傳用戶:love1314
1. 發卡服務端:Server 項目文件:autojet.prj 2. 計費客戶端:Client 項目文件:internet.prj Explorer.prj 先啟動Explorer.exe, 再啟動internet.exe 3. 數據庫腳本 INIT(原版).SQL 和 New init.sql(新版),數據庫名 NetBar 4. 動態連接庫: NETBAR.dll hookdll.dll 5. 大學生公寓城System ID為5046 其余程序說明全在程序內的文本文件中說明
標簽: prj Explorer internet autojet
上傳時間: 2013-12-17
上傳用戶:zhuoying119
本程序用資源分配網(Resource_Allocation Network,簡稱RAN)實現了Hermit多項式在線學習問題。訓練樣本產生方式如下,樣本數400,每個樣本輸入Xi在區間[-4,4]內隨機產生(均勻分布),相關樣本輸出為F(Xi) = 1.1(1-Xi + Xi2)Exp(-Xi2/2),測試樣本輸入在[-4,+4]內以0.04為間隔等距產生,共201個樣本。訓練結束后的隱節點為:11個,訓練結束后的平均誤差可達:0.03
標簽: Resource_Allocation Network Hermit RAN
上傳時間: 2014-01-14
上傳用戶:pompey
介紹了字符集的三種修改方法:注冊表修改、命令行修改、dmp文件修改,并分別對Imp或Exp的三種模式進行了介紹及制作相應的批處理文件(.bat),提供了UE(ultraEdit-32 v11.20b)軟件進行dmp文件的修改。
上傳時間: 2013-12-20
上傳用戶:aeiouetla
%電影動畫: %1.首先調用moviein函數對內存初始化.創建一個足夠大的矩陣來容納一系列指定的圖形(幀) %2.調用getframe函數生成每一幀.該函數返回一個矢量,利用這個矢量創建一個電影動畫矩陣 %3.調用movie函數按照指定速度進行指定次數的播放 %例子2:演示如何實現快速傅立葉變換(Exp(j*2*pi/n))的可視化過程
上傳時間: 2015-06-30
上傳用戶:zsjzc
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
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
此算術表達式解析器能夠在程序運行時根據輸入的變量大小和算術表達式動態解析表達式,得到運算結果。支持多項算術運算符和數學函數如下:: + - * / ^ ( ) 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 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區間內,求解 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的最小值。
上傳時間: 2013-12-31
上傳用戶:gtzj