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

蟲(chóng)蟲(chóng)首頁(yè)| 資源下載| 資源專(zhuān)輯| 精品軟件
登錄| 注冊(cè)

ONE-dimensional_OPTIMIZATION

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

    標(biāo)簽: Matlab-interfaces inference interface the

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

    上傳用戶(hù):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.

    標(biāo)簽: pre-authored Fortunately advanced geometry

    上傳時(shí)間: 2013-12-26

    上傳用戶(hù):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.

    標(biāo)簽: 6993 ADM Converter Ethernet

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

    上傳用戶(hù):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.

    標(biāo)簽: approximate The modeling problems

    上傳時(shí)間: 2013-12-20

    上傳用戶(hù):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

    標(biāo)簽: manufacturer Check_SST Function CFI_Que

    上傳時(shí)間: 2013-12-21

    上傳用戶(hù):徐孺

  • 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

    標(biāo)簽: Linux planning KNOPPIX Fedora

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

    上傳用戶(hù):壞壞的華仔

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

    標(biāo)簽: i.e. management database simple

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

    上傳用戶(hù):851197153

  • LIBSVM源碼。LIBSVM 是臺(tái)灣大學(xué)林智仁(Chih-Jen Lin)博士等開(kāi)發(fā)設(shè)計(jì)的一個(gè)操作簡(jiǎn)單、 易于使用、快速有效的通用SVM 軟件包

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

    標(biāo)簽: LIBSVM Chih-Jen Lin SVM

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

    上傳用戶(hù):獨(dú)孤求源

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

    標(biāo)簽: multi-platform interfaces GTK graphical

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

    上傳用戶(hù):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. 很好的學(xué)習(xí)linux網(wǎng)絡(luò)變成的源碼

    標(biāo)簽: networking protocols designed provides

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

    上傳用戶(hù):changeboy

主站蜘蛛池模板: 滕州市| 旺苍县| 师宗县| 陆河县| 黔西县| 柳林县| 北海市| 通道| 兴隆县| 阳城县| 南郑县| 晋江市| 林芝县| 县级市| 伊宁市| 郯城县| 十堰市| 定南县| 延庆县| 宁海县| 兴业县| 共和县| 宁德市| 哈巴河县| 县级市| 靖江市| 晋江市| 霸州市| 青铜峡市| 三河市| 高陵县| 安义县| 连南| 南丰县| 南靖县| 鹰潭市| 长顺县| 蒲江县| 大兴区| 沾益县| 新竹县|