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

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

Second-Level

  • MPEG4的介紹

    MPEG4的介紹,說明了MPEG4的組成,Tools,Object,Profile,Level等

    標(biāo)簽: MPEG4

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

    上傳用戶:lnnn30

  • VC6.0核心編程。主要涉及到windows消息

    VC6.0核心編程。主要涉及到windows消息,框架,mfc庫以及相關(guān)編程,com,activex技術(shù),數(shù)據(jù)庫技術(shù),網(wǎng)絡(luò)編程技術(shù)。為英文版本。 The 6.0 release of Visual C++ shows Microsoft s continued focus on Internet technologies and COM, which are key components of the new Windows Distributed interNet Application Architecture (DNA). In addition to supporting these platform initiatives, Visual C++ 6.0 also adds an amazing number of productivity-boosting features such as Edit And Continue, IntelliSense, AutoComplete, and code tips. These features take Visual C++ to a new level. We have tried to make sure that this book keeps you up to speed on the latest technologies being introduced into Visual C++.

    標(biāo)簽: windows 6.0 VC 核心

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

    上傳用戶:lmeeworm

  • The TMS320C64x™ DSPs (including the TMS320DM642 device) are the highest-performance fixed-point

    The TMS320C64x™ DSPs (including the TMS320DM642 device) are the highest-performance fixed-point DSP generation in the TMS320C6000™ DSP platform. The TMS320DM642 (DM642) device is based on the second-generation high-performance, advanced VelociTI™ very-long-instruction-word (VLIW) architecture (VelociTI.2™ ) developed by Texas Instruments (TI), making these DSPs an excellent choice for digital media applications. The C64x™ is a code-compatible member of the C6000™ DSP platform.

    標(biāo)簽: highest-performance fixed-point TMS 320

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

    上傳用戶:watch100

  • You know the rudiments of the SQL query language, yet you feel you aren t taking full advantage of S

    You know the rudiments of the SQL query language, yet you feel you aren t taking full advantage of SQL s expressive power. You d like to learn how to do more work with SQL inside the database before pushing data across the network to your applications. You d like to take your SQL skills to the next level.

    標(biāo)簽: advantage the rudiments you

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

    上傳用戶:xz85592677

  • This article describes a sniffer for Windows. WinSniff is an application for capturing packets on th

    This article describes a sniffer for Windows. WinSniff is an application for capturing packets on the network. It displays all the packets that are transmitted on the local network and gives detailed information about each header in the packet. In order to keep it simple, I am not dealing with application level protocols. If you are interested, you can add features to support various application level protocols such as SMTP, FTP, NETBIOS etc

    標(biāo)簽: application describes capturing for

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

    上傳用戶:lijianyu172

  • FIST可堆疊文件系統(tǒng)

    FIST可堆疊文件系統(tǒng),linux文件系統(tǒng)修改相關(guān)的開源軟件,使得對linux文件系統(tǒng)功能的改進(jìn)很簡單了 The FiST (File System Translator) system combines two methods to solve the above problems in a novel way: a set of stackable file system templates for each operating system, and a high-level language that can describe stackable file systems in a cross-platform portable fashion. Using FiST, stackable file systems need only be described once. FiST s code generation tool, fistgen, compiles a single file system description into loadable kernel modules for several operating systems (currently Solaris, Linux, and FreeBSD). The project demonstrates that with FiST, code size and development time are reduced significantly, while imposing a small performance overhead of only 1-2%. These benefits are achieved, as well as portability, without changing existing operating systems or file system.

    標(biāo)簽: FIST 堆疊 文件系統(tǒng)

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

    上傳用戶:xsnjzljj

  • This the third edition of the Writing Device Drivers articles. The first article helped to simply ge

    This the third edition of the Writing Device Drivers articles. The first article helped to simply get you acquainted with device drivers and a simple framework for developing a device driver for NT. The second tutorial attempted to show to use IOCTLs and display what the memory layout of Windows NT is. In this edition, we will go into the idea of contexts and pools. The driver we write today will also be a little more interesting as it will allow two user mode applications to communicate with each other in a simple manner. We will call this the “poor man’s pipes” implementation.

    標(biāo)簽: the articles Drivers edition

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

    上傳用戶:ommshaggar

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

    標(biāo)簽: meta-learning classifiers combining Boosting

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

    上傳用戶:songnanhua

  • Developing internationalized products is a continuous balancing act. Developers and their managers o

    Developing internationalized products is a continuous balancing act. Developers and their managers often grossly underestimate the level of effort and attention to detail required to create either a world-ready, single-binary application ready for use in many different markets, or high-quality, foreign-language editions of a product. If you are a developer, make sure your management understands what is involved.

    標(biāo)簽: internationalized Developing Developers continuous

    上傳時(shí)間: 2014-12-05

    上傳用戶:TRIFCT

  • This fourth edition of the definitive reference to JavaScript, a scripting language that can be embe

    This fourth edition of the definitive reference to JavaScript, a scripting language that can be embedded directly in web pages, covers the latest version of the language, JavaScript 1.5, as supported by Netscape 6 and Internet Explorer 6. The book also provides complete coverage of the W3C DOM standard (Level 1 and Level 2), while retaining material on the legacy Level 0 DOM for backward compatibility

    標(biāo)簽: JavaScript definitive reference scripting

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

    上傳用戶:xuanchangri

主站蜘蛛池模板: 遂川县| 舞阳县| 偃师市| 田东县| 西华县| 老河口市| 施秉县| 合江县| 周口市| 顺义区| 青铜峡市| 静宁县| 温宿县| 修水县| 上栗县| 白沙| 利川市| 仁怀市| 盐池县| 马尔康县| 新宾| 荥阳市| 大安市| 景洪市| 林州市| 县级市| 苏尼特右旗| 阳高县| 达拉特旗| 梓潼县| 九寨沟县| 丹巴县| 涞水县| 芜湖县| SHOW| 阿坝| 应城市| 红安县| 泰顺县| 延长县| 北海市|