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

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

full-featured

  • 在QuakeCon 2005大會(huì)上

    在QuakeCon 2005大會(huì)上,John Carmack曾表示,《Quake 3》源代碼將在近期發(fā)布,任何有興趣的人都可以下載。 現(xiàn)在,id Software兌現(xiàn)了自己的諾言:《Quake 3 Arena》完整源代碼1.32b版(Quake 3 Arena Full Source Code v1.32b)已經(jīng)公布,包括完整的游戲源代碼、各種編譯工具和Q3Radiant地圖編輯器build 200f,大小為22.4MB(壓縮包大小5.46MB)。用VC++2003,打開工程后直接就能編譯成功。

    標(biāo)簽: QuakeCon 2005

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

    上傳用戶:vodssv

  • OpenSG is a scenegraph system for realtime rendering, e.g. for Virtual Reality applications. It is j

    OpenSG is a scenegraph system for realtime rendering, e.g. for Virtual Reality applications. It is just a library, not a full application. This documentation contains descriptions of the internal classes and concepts, as well as a tutorial that explains how to use the system.

    標(biāo)簽: e.g. applications scenegraph for

    上傳時(shí)間: 2015-09-13

    上傳用戶:bruce

  • C++ Standard Library provides a set of common classes and interfaces that greatly extend the core C+

    C++ Standard Library provides a set of common classes and interfaces that greatly extend the core C++ language. The library, however, is not self-explanatory. To make full use of its components-and to benefit from their power-you need a resource that does far more than list the classes and their functions. The C++ Standard Library not only provides comprehensive documentation of each library component, it also offers clearly written explanations of complex concepts, describes the practical programming details needed for effective use, and gives example after example of working code.

    標(biāo)簽: interfaces Standard provides Library

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

    上傳用戶:lizhizheng88

  • Robustnesstochangesinilluminationconditionsaswellas viewing perspectives is an important requirement

    Robustnesstochangesinilluminationconditionsaswellas viewing perspectives is an important requirement formany computer vision applications. One of the key fac-ors in enhancing the robustness of dynamic scene analy-sis that of accurate and reliable means for shadow de-ection. Shadowdetectioniscriticalforcorrectobjectde-ection in image sequences. Many algorithms have beenproposed in the literature that deal with shadows. How-ever,acomparativeevaluationoftheexistingapproachesisstill lacking. In this paper, the full range of problems un-derlyingtheshadowdetectionareidenti?edanddiscussed.Weclassifytheproposedsolutionstothisproblemusingaaxonomyoffourmainclasses, calleddeterministicmodeland non-model based and statistical parametric and non-parametric. Novelquantitative(detectionanddiscrimina-ionaccuracy)andqualitativemetrics(sceneandobjectin-dependence,?exibilitytoshadowsituationsandrobustnesso noise) are proposed to evaluate these classes of algo-rithms on a benchmark suite of indoor and outdoor videosequences.

    標(biāo)簽: Robustnesstochangesinillumination conditionsaswellas perspectives requirement

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

    上傳用戶:whenfly

  • This lab exercise will introduce you to the AccelWare IP generators. AccelWare is a library of over

    This lab exercise will introduce you to the AccelWare IP generators. AccelWare is a library of over fifty IP generators, available in the form of three toolkits that produce synthesizable MATLAB for common MATLAB built in and toolbox functions. Each generator offers macro and micro-architecture selections that allow full customization of the generated model to the target application requirements.

    標(biāo)簽: AccelWare generators introduce exercise

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

    上傳用戶:2467478207

  • bject Inspector is a component suite that contains inspectors allowing you to change anything in y

    bject Inspector is a component suite that contains inspectors allowing you to change anything in your application at runtime. Object Inspector suite includes: TPropertyInterface component for easy access to any property or event of any component at runtime TComponentInspector customizable full-functional runtime object inspector control TComponentComboBox control for easy selecting component TCommonInspector abstract inspector control for inspect anything in your application TDBInspector ready-to-use database inspector control TIniInspector ready-to-use ini-file inspector control TApplicationInspector ready-to-use inspector control for changing Application properties at runtime TSystemColorsInspector ready-to-use inspector control for changing Windows colors Examples small and clean projects illustrating features of inspectors and TPropertyInterface components Source codes full source code of all components and useful internal classes

    標(biāo)簽: inspectors Inspector component allowing

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

    上傳用戶:無聊來刷下

  • FreeReport 2.34 consists of the report engine, designer and previewer, with capabilities comparable

    FreeReport 2.34 consists of the report engine, designer and previewer, with capabilities comparable to QuickReport 3 and ReportBuilder 3.52. FreeReport 2.34 works with Delphi 2/3/4/5/6 and C++ Builder 1/3/4. Freeware, full source code, royalty-free.

    標(biāo)簽: capabilities FreeReport comparable previewer

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

    上傳用戶:zhaiye

  • The OMNI Naming Service (omniNames) is an omniORB implementation of the OMG’s COS Naming Service Sp

    The OMNI Naming Service (omniNames) is an omniORB implementation of the OMG’s COS Naming Service Specification. It offers a way for a client to turn a human-readable name into an object reference, on which the client can subsequently invoke operations in the normal way. See the OMG specification for full details of the functionality provided by the Naming Service.

    標(biāo)簽: Service Naming implementation omniNames

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

    上傳用戶:jyycc

  • The goal of this library is to make ODBC recordsets look just like an STL container. As a user, you

    The goal of this library is to make ODBC recordsets look just like an STL container. As a user, you can move through our containers using standard STL iterators and if you insert(), erase() or replace() records in our containers changes can be automatically committed to the database for you. The library s compliance with the STL iterator and container standards means you can plug our abstractions into a wide variety of STL algorithms for data storage, searching and manipulation. In addition, the C++ reflection mechanism used by our library to bind to database tables allows us to add generic indexing and lookup properties to our containers with no special code required from the end-user. Because our code takes full advantage of the template mechanism, it adds minimal overhead compared with using raw ODBC calls to access a database.

    標(biāo)簽: recordsets container library ODBC

    上傳時(shí)間: 2015-10-11

    上傳用戶:xlcky

  • SpringSide以Spring Framework為核心

    SpringSide以Spring Framework為核心,以Ruby On Rails的簡(jiǎn)約風(fēng)格整合Java社區(qū)的眾多開源項(xiàng)目,為大家開發(fā)Java企業(yè)應(yīng)用提供一個(gè)方便起點(diǎn)。 它所整合的Full-Stack 的開源構(gòu)件庫,包括了WebService,JMS,工作流,安全,報(bào)表,規(guī)則引擎,搜索引擎,定時(shí)任務(wù)等企業(yè)應(yīng)用特性,以構(gòu)件式的開發(fā)架構(gòu),配合Ant腳本與SpringSide-IDE(Eclipse插件),作為一個(gè)一站式的快速Java開發(fā)框架。 同時(shí),它的示例代碼充分演示了開發(fā)團(tuán)隊(duì)與SpringSide社區(qū)共同總結(jié)的,Java企業(yè)應(yīng)用領(lǐng)域方方面面的Best Practice。

    標(biāo)簽: SpringSide Framework Spring 核心

    上傳時(shí)間: 2015-11-20

    上傳用戶:haoxiyizhong

主站蜘蛛池模板: 桓台县| 威远县| 陆川县| 西丰县| 龙胜| 丹江口市| 理塘县| 包头市| 淄博市| 鹰潭市| 原阳县| 昌乐县| 封开县| 东丰县| 灵武市| 咸宁市| 青阳县| 贞丰县| 宜黄县| 三门县| 会理县| 静宁县| 贵州省| 大邑县| 贵港市| 库尔勒市| 松潘县| 资讯 | 湛江市| 富顺县| 綦江县| 武威市| 崇阳县| 罗源县| 南漳县| 镇赉县| 青田县| 伊川县| 丰原市| 三亚市| 沙田区|