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

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

Multi-Axis

  • To estimate the input-output mapping with inputs x % and outputs y generated by the following nonli

    To estimate the input-output mapping with inputs x % and outputs y generated by the following nonlinear, % nonstationary state space model: % x(t+1) = 0.5x(t) + [25x(t)]/[(1+x(t))^(2)] % + 8cos(1.2t) + process noise % y(t) = x(t)^(2) / 20 + 6 squareWave(0.05(t-1)) + 3 % + time varying measurement noise % using a multi-layer perceptron (MLP) and both the EKF and % the hybrid importance-samping resampling (SIR) algorithm.

    標簽: input-output the generated following

    上傳時間: 2014-01-05

    上傳用戶:royzhangsz

  • 這是我自己寫的用于嵌入式設備的CGI程序

    這是我自己寫的用于嵌入式設備的CGI程序,ANSI C編寫,嵌入式Linux中使用。這些CGI代碼是我在CGIC庫的基礎上加上了常用的一些外圍功能模塊函數,比如讀寫配置文件等。其中比較重要的是我自己實現的session控制、頁面模板方式(模板標簽替換)和web多語言版本的一種我自己的實現方法。請參閱cgi_functions.c、session.c和multi-language.c。

    標簽: CGI 嵌入式設備 程序

    上傳時間: 2014-01-15

    上傳用戶:520

  • A new cable fault location method based on wavelet reconstruction is proposed. In this method the

    A new cable fault location method based on wavelet reconstruction is proposed. In this method the difference between the currents of faulty phase and sound phase under the high voltage pulse excitation is used as the measured signal and is decomposed in multi-scale by wavelet transform, then reconstructed in single scale. Comparing with traditional fault location method by travelling wave, the presented method will not be interfered by the reflected wave from the branch joint of cables or from other positions where the impedances are not matched and not be influenced by fault types, otherwise, the reflected waves can be recognized even the faulty position is near to the measuring terminal, at the same time, the influence of the wave speed uncertainty can be reduced. The correctness of the proposed method is proved by simulation results.

    標簽: method reconstruction location proposed

    上傳時間: 2016-02-04

    上傳用戶:maizezhen

  • 基于OFDM的無線寬帶系統仿真It contains mainly two parts, i.e. link-level simulator and system-level simulator.

    基于OFDM的無線寬帶系統仿真It contains mainly two parts, i.e. link-level simulator and system-level simulator. Link-level simulator focus on a single-cell single-user scenario, where signal is transmitted from tx, and estimated at rx. Comparing the difference in tx/rx signal, the error rate can be found out. The output of the link-level simulator is the BLER/BER vs. SNR mapping table, that can be used for the system-level simulation. System-level simulator focus on a multi-cell multi-user scenario. For the sake of simplicity, it takes the mapping table aquired in the link-level simulation, measure the actural SNR, and finds the corresponding error rate.

    標簽: simulator i.e. system-level link-level

    上傳時間: 2016-03-15

    上傳用戶:xsnjzljj

  • These tools are for use by developers so that they can create more robust applications. Especially o

    These tools are for use by developers so that they can create more robust applications. Especially of use to those developing multi-threaded applications in C++ with templates. Includes TCMalloc, heap-checker, heap-profiler and cpu-profiler. http://www.soft234.com

    標簽: applications Especially developers create

    上傳時間: 2013-12-17

    上傳用戶:erkuizhang

  • Intro/: Directory containing introductory examples. HelloWorld.c A simple program that draws a bo

    Intro/: Directory containing introductory examples. HelloWorld.c A simple program that draws a box and writes "Hello World" in HelloWorld.f it. data The data file for the introductory progressive example. Lines.c Reads the data from file "data" and plots just the curve with Lines.f no labels, viewport or anything indicating quantity or units. Viewport.c Restricts the graph to a viewport and frames the viewport, Viewport.f leaving the remainder of the area for labels, etc. CharLbls.c Adds labels for the chart title, X-axis title, and Y-axis CharLbls.f title. Tics.c Adds tic marks to the viewport edges, but since clipping was Tics.f not set correctly, tics extend outside the viewport. Clip.c Sets clipping such that tic marks are clipped at the viewport Clip.f boundaries. TicLabels.c Adds numeric tic labels to the graph this is the final TicLabels.f installment of the progressive example.

    標簽: introductory HelloWorld containing Directory

    上傳時間: 2016-03-29

    上傳用戶:exxxds

  • 飛機訂票系統

    飛機訂票系統,實現訂票,退票,查詢 the banking system relates to multi-threaded, socket programming, and Singleton design pattern. Notes for the complete source Gilmour, documentation, together with the development process

    標簽: 飛機

    上傳時間: 2016-04-02

    上傳用戶:ma1301115706

  • ExcpHook is an open source (see license.txt) Exception Monitor for Windows made by Gynvael Coldwind

    ExcpHook is an open source (see license.txt) Exception Monitor for Windows made by Gynvael Coldwind (of Team Vexillium). t uses a ring0 driver to hook KiExceptionDispatch procedure to detect the exceptions, and then shows information about the exception on stdout (using the ring3 part of the program ofc). The difference between this method, and the standard debug API method it that this method monitores all of XP processes, and the program does not have to attach to any other process to monitor it, hence it s harder to detect. The code currently is considered as ALPHA, and it has been reported to BSoD sometimes (on multi core/cpu machines). Take Care!

    標簽: Exception ExcpHook Coldwind Monitor

    上傳時間: 2014-02-10

    上傳用戶:jing911003

  • PlotSphereIntensity(azimuth, elevation) PlotSphereIntensity(azimuth, elevation, intensity) h = Plo

    PlotSphereIntensity(azimuth, elevation) PlotSphereIntensity(azimuth, elevation, intensity) h = PlotSphereIntensity(...) Plots the intensity (as color) of a number of points on a unit sphere. Input: azimuth (phi), in degrees elevation (theta), in degrees intensity (optional, if not provided, a green sphere is produced) All inputs must be vectors or matrices of the same size. Data does not have to be evenly spaced. When there aren t enough points to draw a smooth sphere, additional points (with color) are interpolated. Output: h - a handle to the patch object The axes are also plotted: positive x axis is red positive y axis is green positive z axis is blue

    標簽: PlotSphereIntensity elevation azimuth intensity

    上傳時間: 2014-01-15

    上傳用戶:ruan2570406

  • A .zip file contains a series of scripts that were used in the MathWorks webinar "Using MATLAB to De

    A .zip file contains a series of scripts that were used in the MathWorks webinar "Using MATLAB to Develop Portfolio Optimization Models." The scripts generate 3D efficient frontiers for a universe of 44 stocks with time as the third axis. Additional scripts perform various ex-ante and ex-post analyses. Results are generated with and without market adjustments in the data. A readme.txt. file in the .zip folder describes each script and how to use it

    標簽: MathWorks contains scripts webinar

    上傳時間: 2014-01-04

    上傳用戶:trepb001

主站蜘蛛池模板: 唐河县| 尖扎县| 邮箱| 阿鲁科尔沁旗| 甘肃省| 抚宁县| 长顺县| 平和县| 宁国市| 仁化县| 高唐县| 若尔盖县| 景谷| 肃南| 武强县| 桃江县| 台安县| 清丰县| 金昌市| 晋城| 华坪县| 武定县| 乐山市| 雅江县| 吴忠市| 枝江市| 建阳市| 涪陵区| 甘孜县| 玉龙| 南开区| 富宁县| 黎川县| 镇雄县| 上高县| 平武县| 南华县| 图们市| 遂平县| 昌乐县| 肥乡县|