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

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

Other

  • 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.

    標(biāo)簽: method reconstruction location proposed

    上傳時(shí)間: 2016-02-04

    上傳用戶:maizezhen

  • Traveling Salesman Problem (TSP) has been an interesting problem for a long time in classical optim

    Traveling Salesman Problem (TSP) has been an interesting problem for a long time in classical optimization techniques which are based on linear and nonlinear programming. TSP can be described as follows: Given a number of cities to visit and their distances from all Other cities know, an optimal travel route has to be found so that each city is visited one and only once with the least possible distance traveled. This is a simple problem with handful of cities but becomes complicated as the number increases.

    標(biāo)簽: interesting Traveling classical Salesman

    上傳時(shí)間: 2016-02-06

    上傳用戶:rocwangdp

  • These Simulink blocks contain transfer functions that model the pressure and flow transients for axi

    These Simulink blocks contain transfer functions that model the pressure and flow transients for axisymmetric 2D viscous flow of a compressible fluid in a straight rigid circular cross section pipelines. Three models are available: (1) pressures at the ends (2) flow rates at the ends (3) pressure at one end and flow rate at the Other Filtering is incorporated to reduce numerical oscillation (Gibbs phenomenon). See J. Dyn. Systems, Meas. & Control vol 122 (2000) pp. 153-162.

    標(biāo)簽: transients functions Simulink transfer

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

    上傳用戶:Shaikh

  • The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical)

    The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the Other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).

    標(biāo)簽: converts Toolbox complex logical

    上傳時(shí)間: 2016-02-12

    上傳用戶:a673761058

  • 非常好的MATLAB-KALMAN工具包

    非常好的MATLAB-KALMAN工具包,KPMstats is a directory of miscellaneous statistics functions written by Kevin Patrick Murphy and various Other people

    標(biāo)簽: MATLAB-KALMAN 工具包

    上傳時(shí)間: 2016-02-14

    上傳用戶:lnnn30

  • OFDM Signal generation and decoding using 16-QAM .64QAM as the modulation technique. This type of OF

    OFDM Signal generation and decoding using 16-QAM .64QAM as the modulation technique. This type of OFDM is particularly useful for WiMAX and Other Wireless and Multimedia Standards. Just run the Model and with different SNRs in the AWGN Channel Block observe the performance of the OFDM.

    標(biāo)簽: generation modulation QAM technique

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

    上傳用戶:lps11188

  • 兩種解決方案 Richard just finished building his new house. Now the only thing the house misses is a cute l

    兩種解決方案 Richard just finished building his new house. Now the only thing the house misses is a cute little wooden fence. He had no idea how to make a wooden fence, so he decided to order one. Somehow he got his hands on the ACME Fence Catalogue 2002, the ultimate resource on cute little wooden fences. After reading its preface he already knew, what makes a little wooden fence cute. A wooden fence consists of N wooden planks, placed vertically in a row next to each Other. A fence looks cute if and only if the following conditions are met: ?The planks have different lengths, namely 1, 2, . . . , N plank length units. ?Each plank with two neighbors is either larger than each of its neighbors or smaller than each of them. (Note that this makes the top of the fence alternately rise and fall.)

    標(biāo)簽: house the finished building

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

    上傳用戶:541657925

  • The preferred technique places the new YAMON in the opposite Flash bank (the Db1200 boards have two

    The preferred technique places the new YAMON in the opposite Flash bank (the Db1200 boards have two Flash banks), and then changes switch S11 to swap the Flash banks in the memory map to allow the Other Flash bank to become the boot bank. This technique is the safest and preferred method since it preserves the existing YAMON

    標(biāo)簽: the preferred technique opposite

    上傳時(shí)間: 2016-02-27

    上傳用戶:thuyenvinh

  • //構(gòu)造具有指定的標(biāo)簽的菜單 files = new Menu("文件(F)") compile = new Menu("編輯(E)") see = new Menu("查看(V

    //構(gòu)造具有指定的標(biāo)簽的菜單 files = new Menu("文件(F)") compile = new Menu("編輯(E)") see = new Menu("查看(V)") format = new Menu("格式(O)") font = new Menu("字體和顏色(F)...") //在格式菜單下再添加一個(gè)字體及顏色的菜單 help = new Menu("幫助(H)") //構(gòu)造具有指定的標(biāo)簽的菜單項(xiàng) news = new MenuItem("新建(N)" + " " + "Ctrl+N") open = new MenuItem("打開(O)..." + " " + "Ctrl+O") save = new MenuItem("保存(S)" + " " + "Ctrl+S") Other = new MenuItem("另存為(A)...") page = new MenuItem("頁面設(shè)置(U)...") mim = new MenuItem("打印(P)..." + " " + "Ctrl+P") quit = new MenuItem("退出(X)")

    標(biāo)簽: Menu new compile files

    上傳時(shí)間: 2016-02-27

    上傳用戶:小儒尼尼奧

  • build a modbus client/server for use on the Protocessor (from FieldServer Technologies) Tools Req

    build a modbus client/server for use on the Protocessor (from FieldServer Technologies) Tools Required: 1. Microchip MCC18 compiler. 2. ICD2 debugger (or Other device to program your PIC) 3. Protocessor hardware.

    標(biāo)簽: Technologies Protocessor FieldServer modbus

    上傳時(shí)間: 2016-02-27

    上傳用戶:wfeel

主站蜘蛛池模板: 湖州市| 京山县| 通渭县| 安吉县| 河曲县| 夏河县| 苍山县| 辛集市| 乡宁县| 酉阳| 徐汇区| 织金县| 天津市| 文水县| 永年县| 容城县| 武平县| 吐鲁番市| 德令哈市| 汝城县| 西乌| 寿阳县| 白玉县| 来安县| 宁南县| 石嘴山市| 浏阳市| 漳州市| 黑龙江省| 荔浦县| 西吉县| 平山县| 沙田区| 龙口市| 凤山县| 达州市| 保康县| 广安市| 安平县| 乌恰县| 胶州市|