在JADE平臺上實現ACL語言通信,創建一個Agent,然后等待消息到來,要是有消息到來,則自動回復
上傳時間: 2017-08-12
上傳用戶:xiaoxiang
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,它是Mac OS X 上的快速應用程序開發(RAD, Rapid Application Development)框 架,一個高度面向對象的(Object Oriented)開發框架。無論您是資深的Mac 開發人員,還是即將踏入Mac 開發世 界的新新人類,Cocoa 都是您開發應用程序的瑞士軍刀、樂高積木,它是您構建Mac OS X 應用程序最強大、最高 效的工具。值得一提的是,蘋果公司之所以能夠開發出眾多頂級軟件,其實也正是因為有著Cocoa 這個秘密武器。 Cocoa 是Mac OS X 上原生支持的應用程序開發框架,蘋果公司強烈推薦所有Mac 開發人員使用。
上傳時間: 2014-01-10
上傳用戶:xlcky
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
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
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
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
強化學習通過試錯與環境交互獲得策略的改進,其自學習和在線學習的特點使其成為機器學習研究的一個重要分支.該文首先介紹強化學習的原理和結構;其次構造一個二維分類圖,分別在馬爾可夫環境和非馬爾可夫環境下討論最優搜索型和經驗強化型兩類算法;然后結合近年來的研究綜述了強化學習技術的核心問題,包括部分感知、函數估計、多agent強化學習,以及偏差技術;最后還簡要介紹強化學習的應用情況和未來的發展方向.
標簽: 強化學習
上傳時間: 2016-03-26
上傳用戶:liyanfei
Ini adalah contoh source code untuk mengganti useragent pada twebbrowser
標簽: twebbrowser agent user
上傳時間: 2016-11-07
上傳用戶:beryindo
書中以4個面向來表現C++的本質:procedural(程序性的)、generic(泛型的)、object-based(個別對象的)、object-oriented(面向對象的),全書圍繞著一系列逐漸繁復的程序問題,以及用以解決這些問題的語言特性。循此方式,讀者不只學到C++的函數和結構,也會學習到它們的設計目的和基本原理
標簽: Essential+C++
上傳時間: 2019-06-10
上傳用戶:wigen