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

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

agent-oriented

  • 在JADE平臺上實現(xiàn)ACL語言通信

    在JADE平臺上實現(xiàn)ACL語言通信,創(chuàng)建一個Agent,然后等待消息到來,要是有消息到來,則自動回復

    標簽: JADE ACL 語言通信

    上傳時間: 2017-08-12

    上傳用戶:xiaoxiang

  • The Definitive Guide to SOA: Oracle® Service Bus, Second Edition targets professional software

    The Definitive Guide to SOA: Oracle® Service Bus, Second Edition targets professional software developers and architects who know enterprise development but are new to enterprise service buses (ESBs) and service–oriented architecture (SOA) development. This is the first book to cover a practical approach to SOA using the BEA AquaLogic Service Bus tool. And it’s written from the “source”—BEA Systems AquaLogic product lead Jeff Davies.

    標簽: professional Definitive software Edition

    上傳時間: 2014-01-22

    上傳用戶:wpwpwlxwlx

  • Cocoa Framework 簡稱Cocoa

    Cocoa Framework 簡稱Cocoa,它是Mac OS X 上的快速應用程序開發(fā)(RAD, Rapid Application Development)框 架,一個高度面向?qū)ο蟮模∣bject Oriented)開發(fā)框架。無論您是資深的Mac 開發(fā)人員,還是即將踏入Mac 開發(fā)世 界的新新人類,Cocoa 都是您開發(fā)應用程序的瑞士軍刀、樂高積木,它是您構(gòu)建Mac OS X 應用程序最強大、最高 效的工具。值得一提的是,蘋果公司之所以能夠開發(fā)出眾多頂級軟件,其實也正是因為有著Cocoa 這個秘密武器。 Cocoa 是Mac OS X 上原生支持的應用程序開發(fā)框架,蘋果公司強烈推薦所有Mac 開發(fā)人員使用。

    標簽: Cocoa Framework

    上傳時間: 2014-01-10

    上傳用戶:xlcky

  • If you are a C++ programmer who desires a fuller understanding of what is going on "under the hood,"

    If you are a C++ programmer who desires a fuller understanding of what is going on "under the hood," then Inside the C++ Object Model is for you! Inside the C++ Object Model focuses on the underlying mechanisms that support object-oriented programming within C++: constructor semantics, temporary generation, support for encapsulation, inheritance, and "the virtuals"-virtual functions and virtual inheritance. This book shows how your understanding the underlying implementation models can help you code more efficiently and with greater confidence. Lippman dispells the misinformation and myths about the overhead and complexity associated with C++, while pointing out areas in which costs and trade offs, sometimes hidden, do exist. He then explains how the various implementation models arose, points out areas in which they are likely to evolve, and why they are what they are. He covers the semantic implications of the C++ object model and how that model affects your programs.

    標簽: understanding programmer desires fuller

    上傳時間: 2017-09-25

    上傳用戶:gtzj

  • LatentSVM論文

    The object detector described below has been initially proposed by P.F. Felzenszwalb in [Felzenszwalb2010]. It is based on a Dalal-Triggs detector that uses a single filter on histogram of oriented gradients (HOG) features to represent an object category. This detector uses a sliding window approach, where a filter is applied at all positions and scales of an image. The first innovation is enriching the Dalal-Triggs model using a star-structured part-based model defined by a “root” filter (analogous to the Dalal-Triggs filter) plus a set of parts filters and associated deformation models. The score of one of star models at a particular position and scale within an image is the score of the root filter at the given location plus the sum over parts of the maximum, over placements of that part, of the part filter score on its location minus a deformation cost easuring the deviation of the part from its ideal location relative to the root. Both root and part filter scores are defined by the dot product between a filter (a set of weights) and a subwindow of a feature pyramid computed from the input image. Another improvement is a representation of the class of models by a mixture of star models. The score of a mixture model at a particular position and scale is the maximum over components, of the score of that component model at the given location.

    標簽: 計算機視覺

    上傳時間: 2015-03-15

    上傳用戶:sb_zhang

  • trivium_p3

    This document specifies trivium, a hardware oriented synchronous stream cipher which aims to provide a flexible trade-off between speed and area.

    標簽: trivium_p3

    上傳時間: 2015-05-09

    上傳用戶:inazeze

  • SystemC_tutorial

    This tutorial will focus on the strong connection between C++ and SystemC by making the analogy between Hardware modeling and Object-Oriented modeling. The first section will look at the creation of Hardware components in C++. The second section will highlight the benefits of a SystemC implementation. Lastly, a worked example will allow you to gain experience with the steps involved in the creation, and simulation, of a SystemC design. 

    標簽: systemc

    上傳時間: 2015-06-25

    上傳用戶:ycc‘eeworm

  • 強化學習研究綜述

    強化學習通過試錯與環(huán)境交互獲得策略的改進,其自學習和在線學習的特點使其成為機器學習研究的一個重要分支.該文首先介紹強化學習的原理和結(jié)構(gòu);其次構(gòu)造一個二維分類圖,分別在馬爾可夫環(huán)境和非馬爾可夫環(huán)境下討論最優(yōu)搜索型和經(jīng)驗強化型兩類算法;然后結(jié)合近年來的研究綜述了強化學習技術(shù)的核心問題,包括部分感知、函數(shù)估計、多agent強化學習,以及偏差技術(shù);最后還簡要介紹強化學習的應用情況和未來的發(fā)展方向.

    標簽: 強化學習

    上傳時間: 2016-03-26

    上傳用戶:liyanfei

  • user agent twebbrowser

    Ini adalah contoh source code untuk mengganti useragent pada twebbrowser

    標簽: twebbrowser agent user

    上傳時間: 2016-11-07

    上傳用戶:beryindo

  • Essential+C++

    書中以4個面向來表現(xiàn)C++的本質(zhì):procedural(程序性的)、generic(泛型的)、object-based(個別對象的)、object-oriented(面向?qū)ο蟮模珪鴩@著一系列逐漸繁復的程序問題,以及用以解決這些問題的語言特性。循此方式,讀者不只學到C++的函數(shù)和結(jié)構(gòu),也會學習到它們的設計目的和基本原理

    標簽: Essential+C++

    上傳時間: 2019-06-10

    上傳用戶:wigen

主站蜘蛛池模板: 乳源| 右玉县| 瓮安县| 襄樊市| 西青区| 建昌县| 砀山县| 平凉市| 青河县| 房产| 昌都县| 共和县| 望奎县| 昌江| 郸城县| 桓台县| 云安县| 宁城县| 瓦房店市| 和硕县| 扬州市| 石屏县| 无为县| 额尔古纳市| 义马市| 云安县| 东明县| 溆浦县| 英山县| 黔江区| 大冶市| 万盛区| 阳江市| 务川| 施秉县| 新余市| 泰来县| 盐源县| SHOW| 靖州| 呼伦贝尔市|