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

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

Tag-Free

  • This software is developed to provide ease with controller design. For PID control, options are give

    This software is developed to provide ease with controller design. For PID control, options are given to design and analyse the compensated and uncompensated system. You are free to choice among Proportional PI, PD and PID mode of control. Both frequency and time domain characteristics can be observed. Special Menus are given to observe time and frequency response plots. For Statefeedback controller similar options are given. But this is limited to second order system only.

    標簽: controller developed software control

    上傳時間: 2017-07-25

    上傳用戶:aysyzxzm

  • This paper describes a bus mastering implementation of the PCI Express protocol using a Xilinx FPGA.

    This paper describes a bus mastering implementation of the PCI Express protocol using a Xilinx FPGA. While the theoretical peak performance of PCI Express is quite high, attaining that performance is a complex endeavor on top of an already complex protocol. The implementation is described and its performance is analyzed. Source code is offered for free download via the web.

    標簽: implementation describes mastering protocol

    上傳時間: 2014-06-16

    上傳用戶:teddysha

  • motion detection made in processing. it detects motion in stream taken from webcam using OpenCV spec

    motion detection made in processing. it detects motion in stream taken from webcam using OpenCV specialised and dedicated library. It is based on Java and is free - made by Intel

    標簽: motion processing detection detects

    上傳時間: 2017-08-16

    上傳用戶:nanshan

  • some dummy reverse of colors and forms in a live video capture made in processing (based on java) fr

    some dummy reverse of colors and forms in a live video capture made in processing (based on java) from processing.org (free) it s funny and opens up your horizon

    標簽: processing capture reverse colors

    上傳時間: 2014-03-02

    上傳用戶:tonyshao

  • If you want to use the Struts Framework to its fullest potential, this is the book for you. Programm

    If you want to use the Struts Framework to its fullest potential, this is the book for you. Programming Jakarta Struts, 2nd Edition covers everything the successful earlier edition did as well as plenty more: now fully up to date with Struts 1.1, this edition covers the latest material on tag libraries and the new JavaServerFaces (JSF) APIs and even includes all-new chapters on JSF, JSTL/EL, and security.

    標簽: Framework you the potential

    上傳時間: 2017-08-17

    上傳用戶:yan2267246

  • Servlets and JavaServer Pages is the first complete guide to building dynamic Java-based Web applica

    Servlets and JavaServer Pages is the first complete guide to building dynamic Java-based Web applications using the new JavaServer Pages 2.0 and Servlets 2.4. Servlets and JavaServer Pages (JSP) provide a robust solution to developing large, complex Web applications, including multiserver projects. In addition to built-in security, portability, and a Web server, they offer developers the freedom to work with any operating system that supports Javabe it Linux, Windows, OSX, or Solaris. This authoritative book begins by explaining how to set up a Servlet and JSP development environment, including a discussion of containers, Java support, and installing and configuring Tomcat. The authors then thoroughly explore servlets and JSP, including significant coverage of custom tag libraries, newly available filters, and popular servlet and JSP design patterns. Readers can then test-drive the knowledge gained by constructing a book-support Web site.

    標簽: JavaServer Java-based Servlets complete

    上傳時間: 2014-01-02

    上傳用戶:zsjzc

  • Source code of Radio Control Nikon Digital Camera Shutle. Using for Fly RC Aircraft with Nikon D40,D

    Source code of Radio Control Nikon Digital Camera Shutle. Using for Fly RC Aircraft with Nikon D40,D70,D80,D90 Models. It work with 1 free channels of RX on board of fly model.

    標簽: Nikon Aircraft Control Digital

    上傳時間: 2013-12-12

    上傳用戶:xinyuzhiqiwuwu

  • 水中機器人路徑規劃綜述-夏慶鋒

    自主移動機器人是目前機器人發展的主流,隨著其應用領域的不斷擴展和自動化程度的進一步提高,對機器人的功能提出了更高的要求,特別是需要各種具有不同智能程度的機器人,能夠設定自己的目標,規劃并執行自己的任務動作,不斷適應環境的變化。在移動機器人相關技術研究中,導航技術是其核心,而路徑規劃是導航技術研究的一個重要環節和組成部分。路徑規劃是智能移動機器人研究的核心內容之一,它起始于20世紀70年代,迄今為止,已有大量的研究成果報道[1]。大多數國內外文獻將此問題稱為Path Planning,Find-Path Problem, Collision-Free,Obstacle Avoidance,Motion Planning,etc.。所謂移動機器人路徑規劃技術,是指移動機器人在一定的環境(通常具有障礙物)中,能夠按照某種標準,如工作代價最小、行走路線最短、行走時間最短等,自行規劃出一條到達指定終點的無碰路徑,同時高效完成作業任務。

    標簽: 機器人;路徑

    上傳時間: 2015-03-16

    上傳用戶:Freesky1

  • Boost C++ Libraries 1.35.0

    Boost C++ Libraries Free peer-reviewed portable C++ source libraries Boost C++ Libraries 基本上是一個免費的 C++ 的跨平臺函式庫集合,基本上應該可以把它視為 C++ STL 的功能再延伸;他最大的特色在於他是一個經過「同行評審」(peer review,可參考維基百科)、開放原始碼的函式庫,而且有許多 Boost 的函式庫是由 C++ 標準委員會的人開發的,同時部分函式庫的功能也已經成為 C++ TR1 (Technical Report 1,參考維基百科)、TR2、或是 C++ 0x 的標準了。 它的官方網站是:http://www.boost.org/,包含了 104 個不同的 library;由於他提供的函式庫非常地多,的內容也非常地多元,根據官方的分類,大致上可以分為下面這二十類: 字串和文字處理(String and text processing) 容器(Containers) Iterators 演算法(Algorithms) Function objects and higher-order programming 泛型(Generic Programming) Template Metaprogramming Preprocessor Metaprogramming Concurrent Programming 數學與數字(Math and numerics) 正確性與測試(Correctness and testing) 資料結構(Data structures) 影像處理(Image processing) 輸入、輸出(Input/Output) Inter-language support 記憶體(Memory) 語法分析(Parsing) 程式介面(Programming Interfaces) 其他雜項 Broken compiler workarounds 其中每一個分類,又都包含了一個或多個函式庫,可以說是功能相當豐富。

    標簽: Boost C++ Libraries

    上傳時間: 2015-05-15

    上傳用戶:fangfeng

  • 文件Java排課系統的報告

    My JSP 'TeacherMain.jsp' starting page var $=function(id) { return document.getElementById(id); } function show_menu(num){ for(i=0;i

    標簽: C++

    上傳時間: 2015-07-03

    上傳用戶:xiyuzhu

主站蜘蛛池模板: 政和县| 洛扎县| 武隆县| 鄂温| 宁国市| 龙泉市| 晴隆县| 乾安县| 岱山县| 吉木萨尔县| 靖边县| 蛟河市| 正阳县| 视频| 隆德县| 罗江县| 财经| 巴马| 鄂伦春自治旗| 巫山县| 九龙县| 仲巴县| 肇源县| 大同县| 光山县| 奎屯市| 察雅县| 赣榆县| 商河县| 汉阴县| 饶阳县| 体育| 石嘴山市| 望都县| 镇巴县| 禄劝| 探索| 麻城市| 太湖县| 阿克苏市| 瑞丽市|