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

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

Wrapper-Classes

  • Base64算法

    Base64算法,This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application

    標(biāo)簽: Base 64 算法

    上傳時(shí)間: 2015-12-22

    上傳用戶:wangyi39

  • tsp遺傳算法源代碼

    tsp遺傳算法源代碼,nit fEA_TSP interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls, StdCtrls, Spin, ComCtrls, uIEA, uITSP, uUtilsEA, uDisplayTSP type TFormGA = class(TForm) PanelFit: TPanel Panel2: TPanel Panel3: TPanel PanelDisp: TPanel Panel5: TPanel Panel6: TPanel Label2: TLabel EditNoCities: TSpinEdit EditPopulationSize: TSpinEdit EditKill: TSpinEdit EditInversion: TSpinEdit EditTransposition: TSpinEdit EditGens: TSpinEdit ButtonRun: TButton ButtonStep: TButton ButtonCreateCities: TButton ButtonCreatePop: TButton

    標(biāo)簽: tsp 算法 源代碼

    上傳時(shí)間: 2015-12-28

    上傳用戶:bjgaofei

  • In this article, we present an overview of methods for sequential simulation from posterior distribu

    In this article, we present an overview of methods for sequential simulation from posterior distributions. These methods are of particular interest in Bayesian filtering for discrete time dynamic models that are typically nonlinear and non-Gaussian. A general importance sampling framework is developed that unifies many of the methods which have been proposed over the last few decades in several different scientific disciplines. Novel extensions to the existing methods are also proposed.We showin particular how to incorporate local linearisation methods similar to those which have previously been employed in the deterministic filtering literature these lead to very effective importance distributions. Furthermore we describe a method which uses Rao-Blackwellisation in order to take advantage of the analytic structure present in some important classes of state-space models. In a final section we develop algorithms for prediction, smoothing and evaluation of the likelihood in dynamic models.

    標(biāo)簽: sequential simulation posterior overview

    上傳時(shí)間: 2015-12-31

    上傳用戶:225588

  • Core Java 2 Volume I - Fundamentals, Seventh Edition Completely revised and up-to-date coverage o

    Core Java 2 Volume I - Fundamentals, Seventh Edition Completely revised and up-to-date coverage of Generic programming, restrictions and limitations, type bounds, wilcard types, and generic reflection Swing GUI development, including input validation and other enhancements Exception handling and debugging, including chained exceptions, stack frames, assertions, and logging Streams and files, the new I/O API, memory-mapped files, file locking, and character set encoders/decoders Regular expressions using the powerful java.util.regex package Inner classes, reflection, and dynamic proxies Application packaging and the Preferences API

    標(biāo)簽: Fundamentals Completely up-to-date coverage

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

    上傳用戶:標(biāo)點(diǎn)符號

  • JAVA項(xiàng)目開發(fā)實(shí)踐-網(wǎng)上范例:網(wǎng)上購物系統(tǒng)的JSP實(shí)現(xiàn) 第一步:將cart.jsp復(fù)制到C:Apache Tomcat 4.0webappsROOT下。 第二步:將cart目錄(包含*.clas

    JAVA項(xiàng)目開發(fā)實(shí)踐-網(wǎng)上范例:網(wǎng)上購物系統(tǒng)的JSP實(shí)現(xiàn) 第一步:將cart.jsp復(fù)制到C:\Apache Tomcat 4.0\webapps\ROOT下。 第二步:將cart目錄(包含*.class文件及*.java文件)復(fù)制到C:\Apache Tomcat 4.0\common\classes目錄中。 第三步:將cart.mdb復(fù)制到C:\下。 第四步:配制ODBC數(shù)據(jù)源,在系統(tǒng)DNS中添加cart.mdb,并命名為cart。 然后在瀏覽器中輸入http://localhost:8080/cart.jsp測試,如果看到如圖6-2所示的畫面,則證明安裝成功。

    標(biāo)簽: cart webappsROOT Apache Tomcat

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

    上傳用戶:hanli8870

  • AVA項(xiàng)目開發(fā)實(shí)踐-網(wǎng)上范例3: 運(yùn)行方法: 編譯好四個(gè)類之后

    AVA項(xiàng)目開發(fā)實(shí)踐-網(wǎng)上范例3: 運(yùn)行方法: 編譯好四個(gè)類之后,把生成的文件存放到一個(gè)叫作grapro的目錄下,再用下面的命令來啟動程序: javaw –classpath "程序的class文件存放位置" grapro.GraphProg 假如class文件都存放在D盤的PicExample\classes中,那么命令就是: javaw –classpath "D:\PicExample\classes" grapro.GraphProg

    標(biāo)簽: AVA 項(xiàng)目 實(shí)踐 范例

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

    上傳用戶:gdgzhym

  • 股票源碼The application wizard has created this SCDemo application for you. This application not only

    股票源碼The application wizard has created this SCDemo application for you. This application not only demonstrates the basics of using the Microsoft Foundation Classes but is also a starting point for writing your application.

    標(biāo)簽: application created SCDemo wizard

    上傳時(shí)間: 2016-01-08

    上傳用戶:chenjjer

  • 1. 下載一個(gè)Java開發(fā)庫

    1. 下載一個(gè)Java開發(fā)庫,例如 J2sdk1.4.2 等版本,http://java.sun.com/ 上有; 2. 編譯所有的源文件; 3. 復(fù)制 images 目錄到程序運(yùn)行目錄,如果目錄放置錯(cuò)誤,程序會沒有圖像顯示; 4. 運(yùn)行 dujid.araneid.Araneid(默認(rèn)) 。 對于發(fā)布包: 1. 下載一個(gè)Java運(yùn)行時(shí),例如 J2re1.4.2 等版本,http://java.sun.com/ 上有; 2. 執(zhí)行 classes 目錄中的 start.bat

    標(biāo)簽: Java

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

    上傳用戶:tb_6877751

  • The 1.4 release of Java 2 Standard edition brings a load of new features - and the potential for fru

    The 1.4 release of Java 2 Standard edition brings a load of new features - and the potential for frustration. Fret not, our new 4th edition has answers. The accelerated introduction lets you start writing code right away, and because the book s classic quick reference contains all the classes in the essential Java packages, you can find exactly what you need to make Java s new version work for you.

    標(biāo)簽: potential Standard features release

    上傳時(shí)間: 2014-11-27

    上傳用戶:huannan88

  • 華東師范大學(xué)(面向?qū)ο蟪绦蛟O(shè)計(jì)基于C++)課程全部作業(yè)(12次)代碼

    華東師范大學(xué)(面向?qū)ο蟪绦蛟O(shè)計(jì)基于C++)課程全部作業(yè)(12次)代碼,包含一個(gè)大整數(shù)類。(包含作業(yè)內(nèi)容) 1 How to use VC++ & IBM Visual Age (XL) C++ 2 Pointers, Arrays and Structures 3 Operators & Statements 4 Functions 5 Use of classes in STL 6 Define concrete classes 7 Data abstraction 8 Operator Overloading 9 Define integer type with arbitrary precision 10 Virtual functions 11 Templates 12 Exception handling

    標(biāo)簽: 大學(xué) 代碼 對象 程序設(shè)計(jì)

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

    上傳用戶:baiom

主站蜘蛛池模板: 沙湾县| 稻城县| 东安县| 镇坪县| 彭泽县| 藁城市| 马边| 高清| 兰州市| 泾阳县| 新津县| 木兰县| 翼城县| 临湘市| 安远县| 垣曲县| 嘉善县| 遵义县| 旬邑县| 华阴市| 望奎县| 神农架林区| 金阳县| 泸西县| 万年县| 门头沟区| 双鸭山市| 马山县| 云南省| 武宁县| 宜章县| 黔西| 双城市| 雷州市| 安龙县| 富顺县| 茌平县| 寻甸| 新乡市| 凤台县| 上饶市|