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

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

implements

  • a3load is 8051 firmware that can be used for uploading or downloading to EZ-USB RAM (internal or ex

    a3load is 8051 firmware that can be used for uploading or downloading to EZ-USB RAM (internal or external). It implements the vendor specific command bRequest = 0xA3. The address to download/upload to/from is specified in the wValue field of the SETUP packet and the length of the transfer in the wLength field. The actual upload/download data is transferred during the DATA stage of the SETUP transfer. This firmware will function on all EZ-USB chips (EZ-USB, EZ-USB FX, FX2, FX2LP, FX1).

    標簽: downloading uploading firmware internal

    上傳時間: 2013-12-25

    上傳用戶:zhaiye

  • SWI with ARTX Kernel and RealView Compiler This example program shows how to implement software int

    SWI with ARTX Kernel and RealView Compiler This example program shows how to implement software interrupt functions in an application that uses the ARTX Kernel. The example uses the RealView Compilation Tools. The file SWI_Table.s implements the SWI function table. The SWI function declarations and implementations are demonstrated in the file Artx_SWI.c.

    標簽: implement Compiler RealView software

    上傳時間: 2015-05-30

    上傳用戶:chenlong

  •  ? Java函數(shù)速查 你能很快的查到你要的函數(shù) DataBinding類 代表數(shù)據(jù)源字段和組件屬性之間一個單獨的綁定。 package com.ms.wfc.data.ui

     ? Java函數(shù)速查 你能很快的查到你要的函數(shù) DataBinding類 代表數(shù)據(jù)源字段和組件屬性之間一個單獨的綁定。 package com.ms.wfc.data.ui public class DataBinding implements IConstructable 說明 DataBinder控件使用該類來表示數(shù)據(jù)源中的每一個綁定。 請參閱:《Microsoft Visual J++ 6.0 程序員指南》第18章“WFC中的數(shù)據(jù)綁定”。 構(gòu)造器 DataBinding.DataBinding 創(chuàng)建一個DataBinding對象。 語法 public DataBinding () public DataBinding ( IComponent target, String propertyName,String fieldName ) public DataBinding ( IComponent target, String propertyName,String fieldName, IDataFormat format )

    標簽: DataBinding package Java data

    上傳時間: 2013-12-20

    上傳用戶:TRIFCT

  • This collection of C++ templates wraps the FORTRAN or C interfaces for LAPACK so that they integrate

    This collection of C++ templates wraps the FORTRAN or C interfaces for LAPACK so that they integrate with the Boost uBLAS library. Currently implements Cholesky decomposition, LU decomposition, inversion and determinant for general and positive-definite matrices.

    標簽: collection interfaces integrate templates

    上傳時間: 2015-08-10

    上傳用戶:chfanjiang

  • Dropbear is an SSH 2 server, designed to be usable in small memory environments. It supports:

    Dropbear is an SSH 2 server, designed to be usable in small memory environments. It supports: * Main features of SSH 2 protocol * implements X11 forwarding, and authentication-agent forwarding for OpenSSH clients * Compatible with OpenSSH ~/.ssh/authorized_keys public key authentication

    標簽: environments Dropbear designed supports

    上傳時間: 2014-01-16

    上傳用戶:skhlm

  • java 數(shù)據(jù)庫 功能強大 效率高 SmallSQL Database is a free DBMS library for the Java(tm) platform. It runs on

    java 數(shù)據(jù)庫 功能強大 效率高 SmallSQL Database is a free DBMS library for the Java(tm) platform. It runs on the Java 2 Platform (JDK 1.4 or later) and implements the JDBC 3.0 API. SmallSQL Database is licensed under the terms of the GNU Lesser General Public Licence (LGPL). A copy of the licence is included in the distribution. Please note that SmallSQL Database is distributed WITHOUT ANY WARRANTY without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Please refer to the licence for details.

    標簽: SmallSQL Database platform library

    上傳時間: 2013-12-19

    上傳用戶:yyyyyyyyyy

  • rdesktop is a client for Microsoft Windows NT Terminal Server, Windows 2000 Terminal Services, Wind

    rdesktop is a client for Microsoft Windows NT Terminal Server, Windows 2000 Terminal Services, Windows 2003 Terminal Services/Remote Desktop, Windows XP Remote Desktop, and possibly other Terminal Services products. rdesktop currently implements the RDP version 4 and 5 protocols.

    標簽: Terminal Windows Microsoft rdesktop

    上傳時間: 2013-12-19

    上傳用戶:liuchee

  • This directory builds the Tape class driver for Microsoft® Windows® Server 2003. The class dri

    This directory builds the Tape class driver for Microsoft® Windows® Server 2003. The class driver implements device-independent support, and exports support routines for device-specific tape miniclass drivers. It handles device-independent tape requests and calls the tape minidriver routines to process device-specific functions. Class driver splits transfer requests, when necessary, to fit the maximum transfer size for the underlying host bus adapter. It also provides device-independent, tape-specific error handling, and calls the tape miniclass driver s device-specific error handling routines.

    標簽: class Microsoft directory reg

    上傳時間: 2013-12-09

    上傳用戶:huangld

  • java語言開發(fā)的P2P流媒體系統(tǒng)

    java語言開發(fā)的P2P流媒體系統(tǒng),“Stream-2-Stream implements multicast+, a next generation streaming protocol. Multicast+ is more efficient and requires less bandwidth than direct streaming (e.g. shoutcast/icecast). Stream-2-Stream (abbreviated "s2s" or "S2S") stations have no user limit stations can be set up without paying a fortune for bandwidth. Stream-2-Stream saves bandwidth by passing streams from one peer to another through multicast and unicast p2p, rather than everyone getting a stream from one central server (Shoutcast/Icecast). ”更多:http://s2s.sourceforge.net/about.php

    標簽: java P2P 語言 流媒體系統(tǒng)

    上傳時間: 2016-01-09

    上傳用戶:ikemada

  • Boosting is a meta-learning approach that aims at combining an ensemble of weak classifiers to form

    Boosting is a meta-learning approach that aims at combining an ensemble of weak classifiers to form a strong classifier. Adaptive Boosting (Adaboost) implements this idea as a greedy search for a linear combination of classifiers by overweighting the examples that are misclassified by each classifier. icsiboost implements Adaboost over stumps (one-level decision trees) on discrete and continuous attributes (words and real values). See http://en.wikipedia.org/wiki/AdaBoost and the papers by Y. Freund and R. Schapire for more details [1]. This approach is one of most efficient and simple to combine continuous and nominal values. Our implementation is aimed at allowing training from millions of examples by hundreds of features in a reasonable time/memory.

    標簽: meta-learning classifiers combining Boosting

    上傳時間: 2016-01-30

    上傳用戶:songnanhua

主站蜘蛛池模板: 武冈市| 淮阳县| 兖州市| 青海省| 泌阳县| 车致| 长汀县| 安义县| 永康市| 怀化市| 德令哈市| 宜兴市| 田阳县| 宝兴县| 上饶县| 桃江县| 固阳县| 民乐县| 蕲春县| 社会| 文成县| 饶阳县| 凭祥市| 吉木乃县| 云浮市| 牙克石市| 东宁县| 兴文县| 祁门县| 类乌齐县| 平江县| 乌兰县| 石林| 汉沽区| 施秉县| 绍兴县| 台江县| 县级市| 吴忠市| 喀喇| 新宁县|