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

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

read-only

  • %%% Demos for PUMA algorithms %%% We present four matlab demos for PUMA. demo1, demo2, demo3, and

    %%% Demos for PUMA algorithms %%% We present four matlab demos for PUMA. demo1, demo2, demo3, and demo4 illustrate PUMA working with different parameters and with four different images. All you need to do is to run each of the demos. Please be sure that all the files are put on an accessible path for matlab. Notice that this code is intended for research purposes only. For further reference see "Phase Unwrapping via Graph Cuts, IEEE Transactions on Image Processing, 2007

    標(biāo)簽: demo PUMA algorithms for

    上傳時間: 2016-04-23

    上傳用戶:fhzm5658

  • Recent work by Petricoin and Liotta and co-workers (Petricoin et al. Use of proteomic patterns in se

    Recent work by Petricoin and Liotta and co-workers (Petricoin et al. Use of proteomic patterns in serum to identify ovarian cancer. Lancet. 2002 Feb 16 359(9306):572-7. PMID: 11867112) has generated a lot of excitement and controversy. This example shows some ways that MATLAB can be used to read, visualize, pre-process (base-line correction, resample) and classify the data. The data can be downloaded from http://home.ccr.cancer.gov/ncifdaproteomics/ppatterns.asp

    標(biāo)簽: Petricoin co-workers and proteomic

    上傳時間: 2016-04-28

    上傳用戶:hewenzhi

  • a screen handling program to provide a flashing message. You will have to design a screen layout f

    a screen handling program to provide a flashing message. You will have to design a screen layout for where messages are placed on the screen. You will also have to consider when to delay the program in order to give the user time to read the messages. That is, the program will use the curses library, signals and the sleep function.

    標(biāo)簽: screen handling flashing program

    上傳時間: 2016-05-04

    上傳用戶:chongcongying

  • ATViewer is a component for Delphi/C++Builder, which allows to view files of various types. There is

    ATViewer is a component for Delphi/C++Builder, which allows to view files of various types. There is no edit possibility, just quick view - so it s useful to implement "View file" feature in your Delphi/C++Builder application. The following view modes are implemented: Text, Binary, Hex, Unicode: all files, of unlimited size. Plain file dump is shown. Used ATBinHex component: only visible part of file is loaded into memory. Modes are suitable for huge files and files of unknown type. RTF/UTF-8: RTF and UTF-8 encoded texts. File is shown using RichEdit control. Image: all general image formats: BMP JPG ICO GIF PNG... File is shown using ATImageBox component. Multimedia: all file types supported by MS Windows Media Player: AVI MPEG WMV MP3... File is shown using WMP ActiveX control. Internet: all file types supported by MS Internet Explorer: HTML XML DOC XLS... File is shown using MSIE ActiveX control. Plugins: all files supported by Total Commander Lister plugins.

    標(biāo)簽: component ATViewer Builder various

    上傳時間: 2013-12-24

    上傳用戶:小鵬

  • Welcome to Beginning Algorithms, a step-by-step introduction to computing algorithms for the real wo

    Welcome to Beginning Algorithms, a step-by-step introduction to computing algorithms for the real world. Developers use algorithms and data structures every day of their working lives. Having a good understanding of these algorithms and knowledge of when to apply them is essential to producing software that not only works correctly, but also performs efficiently. This book aims to explain those algorithms and data structures most commonly encountered in day-today software development, while remaining at all times practical, concise, and to the point, with little or no verbiage to distract from the core concepts and examples.

    標(biāo)簽: step-by-step introduction Algorithms algorithms

    上傳時間: 2016-05-08

    上傳用戶:wlcaption

  • The control uses javascript to handle number formatting as you keep typing and does the validation a

    The control uses javascript to handle number formatting as you keep typing and does the validation as well. For one of our requirement, we needed a javascript based control that did formatting as the users kept typing. Google search only yielded script that did formatting on focus change events only. So I went about creating a new control myself.

    標(biāo)簽: javascript formatting validation control

    上傳時間: 2016-05-15

    上傳用戶:lingzhichao

  • Addfilter is a command-line application which adds and removes filter drivers for a given drive or v

    Addfilter is a command-line application which adds and removes filter drivers for a given drive or volume. It is intended to demonstrate how to insert a filter driver into the driver stack of a device. The sample illustrates how to do this by using the SetupDi APIs. The sample works on the x86 platform. It has only been tested in a 32-bit environment. Since Addfilter is not a driver, it does not deal with Plug and Play or Power Management.

    標(biāo)簽: command-line application Addfilter drivers

    上傳時間: 2016-05-17

    上傳用戶:xzt

  • s file contains the Joone Distributed training Environment (DTE). See http://www.jooneworld.com/doc

    s file contains the Joone Distributed training Environment (DTE). See http://www.jooneworld.com/docs/dte.html to learn more about it. To learn more about Joone - Java Object Oriented Neural Engine: http://www.joone.org Joone and the DTE are both released with the LGPL license @2004 Paolo Marrone and the Joone team - All rights reserved ==================================================================== Credits The Joone DTE uses the following external packages: - SUN Jini Network Technology http://wwws.sun.com/software/jini/index.html - Computefarm Framework http://computefarm.jini.org - Spring Framework http://www.springframework.org We want to thank all the authors and contributors of the above packages. Please read the respective licenses contained in this distribution.

    標(biāo)簽: Distributed Environment jooneworld contains

    上傳時間: 2013-12-25

    上傳用戶:釣鰲牧馬

  • QT2410嵌入式開發(fā)版的Bootloader源碼

    QT2410嵌入式開發(fā)版的Bootloader源碼,支持xmodeom、tftp下載,flash read/write。使用ads 1.2編譯,包括 (.mcp) 方案。

    標(biāo)簽: Bootloader 2410 QT 嵌入式開發(fā)

    上傳時間: 2016-05-30

    上傳用戶:亞亞娟娟123

  • % EM algorithm for k multidimensional Gaussian mixture estimation % % Inputs: % X(n,d) - input da

    % EM algorithm for k multidimensional Gaussian mixture estimation % % Inputs: % X(n,d) - input data, n=number of observations, d=dimension of variable % k - maximum number of Gaussian components allowed % ltol - percentage of the log likelihood difference between 2 iterations ([] for none) % maxiter - maximum number of iteration allowed ([] for none) % pflag - 1 for plotting GM for 1D or 2D cases only, 0 otherwise ([] for none) % Init - structure of initial W, M, V: Init.W, Init.M, Init.V ([] for none) % % Ouputs: % W(1,k) - estimated weights of GM % M(d,k) - estimated mean vectors of GM % V(d,d,k) - estimated covariance matrices of GM % L - log likelihood of estimates %

    標(biāo)簽: multidimensional estimation algorithm Gaussian

    上傳時間: 2013-12-03

    上傳用戶:我們的船長

主站蜘蛛池模板: 永济市| 武清区| 麻阳| 濉溪县| 台湾省| 蓬安县| 沁水县| 汕头市| 淮滨县| 富阳市| 开阳县| 德州市| 定南县| 阿拉善右旗| 敖汉旗| 井研县| 清水河县| 合作市| 太湖县| 海阳市| 昭平县| 大新县| 兖州市| 潍坊市| 朝阳县| 芮城县| 南投县| 磐安县| 邵东县| 页游| 阜平县| 长丰县| 青州市| 乾安县| 肇源县| 丹巴县| 扶余县| 天津市| 凉城县| 长泰县| 汉阴县|