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

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

ONE

  • The package includes 3 Matlab-interfaces to the c-code: 1. inference.m An interface to the full

    The package includes 3 Matlab-interfaces to the c-code: 1. inference.m An interface to the full inference package, includes several methods for approximate inference: Loopy Belief Propagation, Generalized Belief Propagation, Mean-Field approximation, and 4 monte-carlo sampling methods (Metropolis, Gibbs, Wolff, Swendsen-Wang). Use "help inference" from Matlab to see all options for usage. 2. gbp_preprocess.m and gbp.m These 2 interfaces split Generalized Belief Propagation into the pre-process stage (gbp_preprocess.m) and the inference stage (gbp.m), so the user may use only ONE of them, or changing some parameters in between. Use "help gbp_preprocess" and "help gbp" from Matlab. 3. simulatedAnnealing.m An interface to the simulated-annealing c-code. This code uses Metropolis sampling method, the same ONE used for inference. Use "help simulatedAnnealing" from Matlab.

    標簽: Matlab-interfaces inference interface the

    上傳時間: 2016-08-27

    上傳用戶:gxrui1991

  • For advanced geometry, most apps will prefer to load pre-authored meshes from a file. Fortunately,

    For advanced geometry, most apps will prefer to load pre-authored meshes from a file. Fortunately, when using meshes, D3DX does most of the work for this, parsing a geometry file and creating vertx buffers for us. This tutorial shows how to use a D3DXMESH object, including loading it from a file and rendering it. ONE thing D3DX does not handle for us is the materials and textures for a mesh, so note that we have to handle those manually.

    標簽: pre-authored Fortunately advanced geometry

    上傳時間: 2013-12-26

    上傳用戶:sssl

  • ADM6993F/FXFiber to Fast Ethernet Converter (TS1000 CPE Complied) The ADM6993F/FX is a single chip

    ADM6993F/FXFiber to Fast Ethernet Converter (TS1000 CPE Complied) The ADM6993F/FX is a single chip integrating two 10/100 Mbps MDIX TX/FX transceivers, a three-port 10/100M Ethernet L2 switch controller, and ONE OAM engine to meet demanding applications, including Fiber-to-Ethernet media converters, especially the fiber to the home (FTTH) media converters. The ADM6993F/FX feature set includes link pass through (LPT), TS1000 OAM frame receiving/processing/transmitting, programmable link status LED display, various loop-back modes, and ONE configurable MII ports for snooping/inserting OAM frame from/to 100Fx. The ADM6993FX is the environmentally friendly “green” package version.

    標簽: 6993 ADM Converter Ethernet

    上傳時間: 2014-01-01

    上傳用戶:hebmuljb

  • The toolbox solves a variety of approximate modeling problems for linear static models. The model ca

    The toolbox solves a variety of approximate modeling problems for linear static models. The model can be parameterized in kernel, image, or input/output form and the approximation criterion, called misfit, is a weighted norm between the given data and data that is consistent with the model. There are three main classes of functions in the toolbox: transformation functions, misfit computation functions, and approximation functions. The approximation functions derive an approximate model from data, the misfit computation functions are used for validation and comparison of models, and the transformation functions are used for deriving ONE model representation from another. KEYWORDS: Total least squares, generalized total least squares, software implementation.

    標簽: approximate The modeling problems

    上傳時間: 2013-12-20

    上傳用戶:15071087253

  • Name Function --- --- --- --- --- --- Check_SST_39VF160 Check manufacturer and device ID CFI_Que

    Name Function --- --- --- --- --- --- Check_SST_39VF160 Check manufacturer and device ID CFI_Query CFI Query Entry/Exit command sequence Erase_Entire_Chip Erase the contents of the entire chip Erase_ONE_Sector Erase a sector of 2048 word Erase_ONE_Block Erase a block of 32K word Program_ONE_Word Alter data in ONE word Program_ONE_Sector Alter data in 2048 word sector Program_ONE_Block Alter data in 32K word block Check_Toggle_Ready End of internal program or erase detection using Toggle bit Check_Data_Polling End of internal program or erase detection using Data# polling

    標簽: manufacturer Check_SST Function CFI_Que

    上傳時間: 2013-12-21

    上傳用戶:徐孺

  • Linux Bible: 介紹包括 Fedora, KNOPPIX, Debian, SUSE, Ubuntu , 及其他 7 種 Linux * Ideal for users planning

    Linux Bible: 介紹包括 Fedora, KNOPPIX, Debian, SUSE, Ubuntu , 及其他 7 種 Linux * Ideal for users planning the transition to Linux who want to sample different distributions to see which ONE best meets their needs * Includes sections on practical uses for Linux, multimedia apps, instant messaging, BT, and improved security techniques

    標簽: Linux planning KNOPPIX Fedora

    上傳時間: 2016-09-24

    上傳用戶:壞壞的華仔

  • This a simple database management system. It doesn t use any other code (i.e. ODBC, ADO, etc.) and h

    This a simple database management system. It doesn t use any other code (i.e. ODBC, ADO, etc.) and has it s own database file format. I wrote it because I found the other DBMSs code too bulky and hard to debug. It s designed for small applications and I doubt it could handle anything on a large scale. A sample program included in the .zip shows how everything works. The database project is a library project, so you ll have to compile and link with the .lib file to get everything working. Pros: - You have the source code so you know exactly what it is doing - Database files are very small - Small and fast code Cons: - Can t handle large amounts of records (more than 65000ish) - Doesn t support SQL (you have to search the database by cycling through the records and testing them against your constraints) - Each database file can only have ONE table.

    標簽: i.e. management database simple

    上傳時間: 2016-10-02

    上傳用戶:851197153

  • LIBSVM源碼。LIBSVM 是臺灣大學林智仁(Chih-Jen Lin)博士等開發設計的一個操作簡單、 易于使用、快速有效的通用SVM 軟件包

    LIBSVM源碼。LIBSVM 是臺灣大學林智仁(Chih-Jen Lin)博士等開發設計的一個操作簡單、 易于使用、快速有效的通用SVM 軟件包,可以解決分類問題(包括C- SVC、 n - SVC )、回歸問題(包括e - SVR、n - SVR )以及分布估計(ONE-class-SVM ) 等問題,提供了線性、多項式、徑向基和S形函數四種常用的核函數供選擇,可以有效地解決多類問題、交叉驗證選擇參數、對不平衡樣本加權、多類問題的概率估計等。

    標簽: LIBSVM Chih-Jen Lin SVM

    上傳時間: 2014-10-27

    上傳用戶:獨孤求源

  • This GTK+ version 2.12.3. GTK+ is a multi-platform toolkit for creating graphical user interfaces.

    This GTK+ version 2.12.3. GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small ONE-off projects to complete application suites.

    標簽: multi-platform interfaces GTK graphical

    上傳時間: 2016-10-13

    上傳用戶:ve3344

  • Libnet is a generic networking API that provides access to several protocols. It is not designed as

    Libnet is a generic networking API that provides access to several protocols. It is not designed as a all in ONE solution to networking. Currently many features that are common in some network protocols are not available with Libnet, such as streaming via TCP/IP. We feel that Libnet should not provide specific features that are possible in other protocols. If we restrict Libnet to the minimal needed to communicate (datagram/packets) then this allows it to support more interfaces. 很好的學習linux網絡變成的源碼

    標簽: networking protocols designed provides

    上傳時間: 2016-10-18

    上傳用戶:changeboy

主站蜘蛛池模板: 田林县| 水城县| 砚山县| 朝阳县| 南木林县| 北辰区| 麻阳| 民乐县| 蓬溪县| 平塘县| 龙南县| 上高县| 宜兰县| 南召县| 澜沧| 万山特区| 清苑县| 宁远县| 乌审旗| 宁蒗| 万安县| 德令哈市| 恩施市| 元阳县| 黄梅县| 望奎县| 新乡县| 台湾省| 平塘县| 兴山县| 浮山县| 阿图什市| 富源县| 曲沃县| 五家渠市| 桃源县| 年辖:市辖区| 阜康市| 诸暨市| 六安市| 南康市|