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

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

應(yīng)收款

  • zemax源碼: This DLL models an anamorphic aspheric surface. This surface is essentially an even asp

    zemax源碼: This DLL models an anamorphic aspheric surface. This surface is essentially an even aspheric surface with different terms for the x and y directions. The sag is given by: Z = ((CX*x*x)+(CY*y*y)) / (1 + sqrt(1-((1+KX)*CX*CX*x*x)-((1+KY)*CY*CY*y*y))) + AR*( (1 - AP)*x*x + (1 + AP)*y*y )^2 + BR*( (1 - BP)*x*x + (1 + BP)*y*y )^3 + CR*( (1 - CP)*x*x + (1 + CP)*y*y )^4 + DR*( (1 - DP)*x*x + (1 + DP)*y*y )^5 Note the terms AR, BR, CR, and DR ... have units of length to the -3, -5, -7, and -9 power. The terms AP, BP, CP, and DP are dimensionless. The surface is rotationally symmetric only if AP = BP = CP = DP == 0 and CX = CY and KX = KY.

    標簽: surface This essentially anamorphic

    上傳時間: 2015-07-25

    上傳用戶:lht618

  • 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

  • * 本算法用最小二乘法依據指定的M個基函數及N個已知數據進行曲線擬和 * 輸入: m--已知數據點的個數M * f--M維基函數向量 * n--已知數據點的個數N-1 * x--已知數

    * 本算法用最小二乘法依據指定的M個基函數及N個已知數據進行曲線擬和 * 輸入: m--已知數據點的個數M * f--M維基函數向量 * n--已知數據點的個數N-1 * x--已知數據點第一坐標的N維列向量 * y--已知數據點第二坐標的N維列向量 * a--無用 * 輸出: 函數返回值為曲線擬和的均方誤差 * a為用基函數進行曲線擬和的系數, * 即a[0]f[0]+a[1]f[1]+...+a[M]f[M].

    標簽: 數據 函數 算法 最小二乘法

    上傳時間: 2015-07-26

    上傳用戶:

  • * 用改進的歐拉方法求解初值問題

    * 用改進的歐拉方法求解初值問題,其中一階微分方程未y =f(x,y) * 初始條件為x=x[0]時,y=y[0]. * 輸入: f--函數f(x,y)的指針 * x--自變量離散值數組(其中x[0]為初始條件) * y--對應于自變量離散值的函數值數組(其中y[0]為初始條件) * h--計算步長 * n--步數 * 輸出: x為說求解的自變量離散值數組 * y為所求解對應于自變量離散值的函數值數組

    標簽: 初值

    上傳時間: 2015-07-26

    上傳用戶:libinxny

  • 輸入一系列遞減順序的整數(100,50,40,30……)

    輸入一系列遞減順序的整數(100,50,40,30……),以0標志結束,將這些數作為data域逆序建立一個單鏈表;從鍵盤輸入一個整數X,將X插入到此單鏈表中并保持單鏈表data域的值遞增關系,輸出此時單鏈表各結點data域的值;從鍵盤輸入一個整數Y,若Y值在單鏈表中存在,則刪除data域的值為Y的結點(注單鏈表中沒有data域值相同的結點),并輸出此時單鏈表各結點data域的值。

    標簽: 100 50 40 30

    上傳時間: 2013-12-20

    上傳用戶:s363994250

  • maven 2.0 The following instructions show how to install Maven 2: 1) Unpack the archive where y

    maven 2.0 The following instructions show how to install Maven 2: 1) Unpack the archive where you would like to store the binaries, eg: tar zxvf maven-2.0.tar.gz or unzip maven-2.0.zip 2) A directory called "maven-2.0" will be created. 3) Add the bin directory to your PATH, eg: export PATH=/usr/local/maven-2.0/bin:$PATH or set PATH="c:\program files\maven-2.0\bin" %PATH% 4) Make sure JAVA_HOME is set to the location of your JDK 5) Run "mvn --version" to verify that it is correctly installed.

    標簽: instructions following archive install

    上傳時間: 2014-01-19

    上傳用戶:weiwolkt

  • Metalog is a modern replacement for syslogd and klogd. The logged messages can be dispatched accord

    Metalog is a modern replacement for syslogd and klogd. The logged messages can be dispatched according to their facility, urgency, program name and/or Perl-compatible regular expressions. Log files can be automatically rotated when they exceed a certain size or age. External shell scripts (e.g., mail) can be launched when specific patterns are found. Metalog is easier to configure than syslogd and syslog-ng, accepts unlimited number of rules and has (switchable) memory bufferization for maximal performance.

    標簽: replacement dispatched messages Metalog

    上傳時間: 2014-01-03

    上傳用戶:腳趾頭

  • 1. 背景簡介 日常生活中經常有自動售貨機

    1. 背景簡介 日常生活中經常有自動售貨機,這種機器不需要人來隨時控制,只是按照其內部的一些默認程序來 工作,是一種比較簡單的人工智能程序,本程序為對這種機器的一種模擬。 2.項目目標 (1)向顧客顯示所售的各種商品; (2)讓顧客進行選擇; (3)向顧客顯示所選商品的價格; (4)收款; (5)發送顧客所選擇的商品; (6)向顧客找零。 3.運行環境 PⅢ級別計算機(CPU主頻300Mhz以上、128MB內存) WINDOWS操作系統 MICROSOFT VISUAL C++ 6.0

    標簽: 背景 自動售貨機

    上傳時間: 2015-08-14

    上傳用戶:ynwbosss

  • 數字信號處理的應用之一是從含有加性噪聲的信號中去除噪聲。現有被噪聲污染的信號x[k]=s[k]+d[k],式中: 為原始信號d[k]為均勻分布的白噪聲。 (1)分別產生50點的序列s[k]和白噪聲序

    數字信號處理的應用之一是從含有加性噪聲的信號中去除噪聲。現有被噪聲污染的信號x[k]=s[k]+d[k],式中: 為原始信號d[k]為均勻分布的白噪聲。 (1)分別產生50點的序列s[k]和白噪聲序列d[k],將二者疊加生成x[k],并在同一張圖上繪出x0[k],d[k]和x[k]的序列波形。 (2)均值濾波可以有效去除疊加在低頻信號上的噪聲。已知3點滑動平均數字濾波器的單位脈沖響應為h[k]=[1,1,1 k=0,1,2],計算y[k]=x[k]*h[k],在同一張圖上繪出前50點y[k],s[k]和x[k]的波形,比較序列y[k]和s[k]。

    標簽: 信號 白噪聲 數字信號處理 分布

    上傳時間: 2015-08-19

    上傳用戶:Andy123456

  • 圖形學消隱實驗

    圖形學消隱實驗,*方案1上下旋轉,只顯示可見面,函數說明:void Project(float X,float Y,float Z) 功能:根據透視或平行投影將三維點進行投影變換 入口參數:float X,float Y,float Z 返回參數:無(void)

    標簽: 圖形 實驗

    上傳時間: 2013-12-22

    上傳用戶:liuchee

主站蜘蛛池模板: 赣州市| 兴文县| 莫力| 威海市| 车险| 侯马市| 长葛市| 扎赉特旗| 漳州市| 耒阳市| 无极县| 三门县| 阳高县| 靖西县| 万山特区| 蒲江县| 莱芜市| 民乐县| 墨脱县| 油尖旺区| 吉木萨尔县| 偃师市| 乐业县| 大渡口区| 河南省| 庆阳市| 吐鲁番市| 乐安县| 固安县| 大荔县| 永平县| 新安县| 阳泉市| 峨眉山市| 剑阁县| 大庆市| 马公市| 岳阳市| 潜山县| 贵阳市| 敖汉旗|