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

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

agent-oriented

  • pso程序的源代碼 pso程序的源代碼-粒子群優化算法源程序 作者:FashionXu 一個pso程序的源代碼。在vc.net2003下面通過。 建議:看代碼之前

    pso程序的源代碼 pso程序的源代碼-粒子群優化算法源程序 作者:FashionXu 一個pso程序的源代碼。在vc.net2003下面通過。 建議:看代碼之前,請先弄明白pso是怎么回事。然后請對應著來:程序中用Agent代表一只鳥,PSO代表鳥群。閱讀源代碼,不要順著看,先看main(),然后按照出現的東西的順序,一個一個得來,呵呵,純粹是建議。

    標簽: pso FashionXu 2003 程序

    上傳時間: 2013-12-14

    上傳用戶:zhengjian

  • pso程序的源代碼 pso程序的源代碼-粒子群優化算法源程序 作者:FashionXu 一個pso程序的源代碼。在vc.net2003下面通過。 建議:看代碼之前

    pso程序的源代碼 pso程序的源代碼-粒子群優化算法源程序 作者:FashionXu 一個pso程序的源代碼。在vc.net2003下面通過。 建議:看代碼之前,請先弄明白pso是怎么回事。然后請對應著來:程序中用Agent代表一只鳥,PSO代表鳥群。閱讀源代碼,不要順著看,先看main(),然后按照出現的東西的順序,一個一個得來,呵呵,純粹是建議。

    標簽: pso FashionXu 2003 程序

    上傳時間: 2014-01-13

    上傳用戶:liansi

  • 是一本介紹java基礎應用的好書 Java For Artists targets both the undergraduate computer science or information te

    是一本介紹java基礎應用的好書 Java For Artists targets both the undergraduate computer science or information technology student and the practicing programmer. It is both an introductory-level textbook and trade book. As a textbook it employs learning objectives, skill-building exercises, suggested projects, and self-test questions to reinforce the learning experience. The projects offered range from the easy to the extremely challenging. It covers all the topics you’d expect to find in an introductory Java programming textbook and then some. As a trade book it goes purposefully deeper into topics cut short or avoided completely in most introductory textbooks. Its coverage of advanced GUI programming techniques, network programming and object-oriented theory will enable you to take your skills to a higher level.

    標簽: undergraduate information computer Artists

    上傳時間: 2016-09-28

    上傳用戶:qiaoyue

  • 對股票走勢的仿真

    對股票走勢的仿真,基于agent的設計思路

    標簽: 股票 仿真

    上傳時間: 2016-10-04

    上傳用戶:jcljkh

  • 學會一個程序語言

    學會一個程序語言,是一回事兒;學會如何以此語言設計并實作出有效的程序,又是一 回事兒。C++ 尤其如此,因為它很不尋常地涵蓋了罕見的威力和豐富的表現力,不但建立 在一個全功能的傳統語言(C)之上,更提供極為廣泛的對象導向(object-oriented)性質, 以及對templates 和exceptions(異常狀態)的支持。 Lostmouse編寫的非常出名的C++學習資料,適用于有一定的C++編程經驗的同學。

    標簽: 程序 語言

    上傳時間: 2014-11-27

    上傳用戶:qunquan

  • The Inter IC bus or I2C bus is a simple bidirectional two wire bus designed primarily for general co

    The Inter IC bus or I2C bus is a simple bidirectional two wire bus designed primarily for general control and data transfer communication between ICs. Some of the features of the I2C bus are: • Two signal lines, a serial data line (SDA) and a serial clock line (SCL), and ground are required. A 12V supply line (500mA max.) for powering the peripherals often may be present. • Each device connected to the bus is software addressable by a unique address and simple master/ slave relationships exist at all times masters can operate as master-transmitters or as master-receivers. • The I2C bus is a true multi-master bus including collision detection and arbitration to prevent data corruption if two or more masters simultaneously initiate data transfer systems. • Serial, 8-bit oriented, bidirectional data transfers can be made at up to 100 KBit/s in the standard mode or up to 400 KBit/s in the fast mode.

    標簽: bus bidirectional primarily designed

    上傳時間: 2013-12-11

    上傳用戶:jeffery

  • With the advent of multimedia, digital signal processing (DSP) of sound has emerged from the shadow

    With the advent of multimedia, digital signal processing (DSP) of sound has emerged from the shadow of bandwidth-limited speech processing. Today, the main appli- cations of audio DSP are high quality audio coding and the digital generation and manipulation of music signals. They share common research topics including percep- tual measurement techniques and analysis/synthesis methods. Smaller but nonetheless very important topics are hearing aids using signal processing technology and hardware architectures for digital signal processing of audio. In all these areas the last decade has seen a significant amount of application oriented research.

    標簽: multimedia processing the digital

    上傳時間: 2014-01-23

    上傳用戶:xwd2010

  • A UML Documentation for an Elevator System:This paper is a PhD project report for the course Distrib

    A UML Documentation for an Elevator System:This paper is a PhD project report for the course Distributed Embedded Systems at Carnegie Mellon University. Throughout this course, a distributed real-time system – an elevator control system– is specified, designed, built, and simulated. Object Oriented Analysis and Design methods, in specific the Unified Modeling Language (UML) are used when designing the system.

    標簽: Documentation for Elevator Distrib

    上傳時間: 2013-12-14

    上傳用戶:zhouli

  • Inside the C++ Object Model Inside the C++ Object Model focuses on the underlying mechanisms that s

    Inside the C++ Object Model 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.

    標簽: Inside Object the Model

    上傳時間: 2013-12-24

    上傳用戶:zhouli

  • Design patterns are elegant, adaptable, and reusable solutions to everyday software development prob

    Design patterns are elegant, adaptable, and reusable solutions to everyday software development problems. Programmers use design patterns to organize objects in programs, making them easier to write and modify. C# Design Patterns: A Tutorial is a practical guide to writing C# programs using the most common patterns. This tutorial begins with clear and concise introductions to C#, object-oriented programming and inheritance, and UML diagrams. Each chapter that follows describes one of twenty-three design patterns, recommends when to use it, and explains the impact that it will have on the larger design. The use of every pattern is demonstrated with simple example programs. These programs are illustrated with screen shots and UML diagrams displaying how the classes interact. Each of these programs is available on the companion CD-ROM and can be run, examined, edited, and applied.

    標簽: development adaptable solutions patterns

    上傳時間: 2014-09-07

    上傳用戶:wangchong

主站蜘蛛池模板: 普兰店市| 丹凤县| 盐津县| 英超| 防城港市| 宜春市| 浑源县| 临洮县| 红河县| 若尔盖县| 和平县| 筠连县| 沁源县| 镇远县| 滦南县| 莱州市| 灵丘县| 肇庆市| 玛曲县| 伊金霍洛旗| 曲靖市| 志丹县| 彩票| 新源县| 理塘县| 德保县| 祥云县| 社旗县| 平顶山市| 伊宁县| 朝阳市| 和政县| 桐庐县| 永寿县| 香河县| 南康市| 湘阴县| 松潘县| 青铜峡市| 甘孜| 曲周县|