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

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

sOftware-development

  • RESTful+Rails+Development+Building

    This book is focused on designing and developing Representational State Transfer (REST) platforms in Rails. REST is the architectural style of the Web, consisting of a set of constraints that, applied to components, connectors, and data elements, constitute the wider distributed hypermedia system that we know today: the World Wide Web. There are a few good reasons why it makes more sense to build platforms instead of just products or applications. Platforms are like ecosystems interconnecting different applications, services, users, developers, and partners. Platforms foster innovation through the inputs of their direct collaborators. By providing application programming interfaces (APIs) and software development kits (SDKs), platforms are more customer driven.

    標簽: Development Building RESTful Rails

    上傳時間: 2020-06-06

    上傳用戶:shancjb

  • 基于CDC3207G的汽車儀表板設計

    應用德國Micronas公司的CDC3207G微控制器開發了一款汽車儀表板系統。詳細地介紹了該系統的硬件原理,以及步進電機,音頻控制,LCD顯示,LED指示燈和報警燈等幾個模塊的實現方法。應用μC/OS-II實時操作系統開發軟件。著重介紹了啟動代碼的設計和任務的規劃。 Abstract:  A dashboard system is developed by using CDC3207G microcontroller made by Micronas.The hardware of the sys-tem and the realization of the step motor module,audio module,LCD display and LED indicator and alarm module are ex-plained in detail.The μC/OS-II real-time operating system is used for the software development and the starting code design and the task planning is explained specifically.

    標簽: 3207G 3207 CDC 汽車儀表板

    上傳時間: 2013-10-26

    上傳用戶:x4587

  • SAM8系列S3C825A型單片機軟件設計

    以S3C825A為例介紹三星公司SAM8系列單片機的內部結構及其軟件開發環境,詳細描述采用混合編程法來對SAM8系列單片機進行軟件設計的一般方法,最后給出用混合編程法對S3C825A進行軟件設計的具體應用實例。 Abstract:  With S3C825A,this paper firstly introduces the SAM8 series single-chip microcontrollers and their software development environment, then introduces mixed programming technology for SAM8 series single-chip microcontrollers. In the end, the application program is also given.

    標簽: S3C825A SAM8 單片機 軟件設計

    上傳時間: 2013-12-09

    上傳用戶:ZZJ886

  • Using the 87LPC76X microcontro

    I2C interface, is a very powerful tool for system designers. Theintegrated protocols allow systems to be completely software defined.Software development time of different products can be reduced byassembling a library of reusable software modules. In addition, themultimaster capability allows rapid testing and alignment ofend-products via external connections to an assembly-line computer.The mask programmable 87LPC76X and its EPROM version, the87LPC76X, can operate as a master or a slave device on the I2Csmall area network. In addition to the efficient interface to thededicated function ICs in the I2C family, the on-board interfacefacilities I/O and RAM expansion, access to EEPROM andprocessor-to-processor communications.

    標簽: microcontro Using 76X LPC

    上傳時間: 2013-12-30

    上傳用戶:Artemis

  • 基于ARM的遠程無線視頻監控終端設計

    提出了一種以ARM微處理器為控制核心的遠程無線視頻監控終端的設計方案,其監控終端的硬件設計包括視頻采集處理、中央管理控制、無線傳輸3個模塊。并給出了監控終端的軟件開發平臺和開發模式的系統啟動代碼、嵌入式Linux系統移植以及驅動程序和應用程序。測試結果表明,該監控終端設計方案合理、有效,基本滿足監控需求。 Abstract:  A remote wireless video monitoring terminal design, which uses ARM microprocessor as its core control, is proposed in this paper.The hardware design of monitoring terminal system is composed of the video acquisition and processing module, the central management and control module, wireless transmission module.Meanwhile the monitoring terminal-s software development platform and development patterns are designed. Also the design of the system-s start codes, embedded Linux system-s transplantation process, driver and the corresponding applications are given. The results showed that the monitoring terminal design is reasonable, effective, basically meet monitoring requirements.

    標簽: ARM 遠程無線 視頻監控 終端設計

    上傳時間: 2013-11-13

    上傳用戶:wanqunsheng

  • Nios II軟件構建工具入門

    Nios II軟件構建工具入門 The Nios® II Software Build Tools (SBT) allows you to construct a wide variety of complex embedded software systems using a command-line interface. From this interface, you can execute Software Built Tools command utilities, and use scripts other tools) to combine the command utilities in many useful ways. This chapter introduces you to project creation with the SBT at the command line This chapter includes the following sections: ■ “Advantages of Command-Line Software Development” ■ “Outline of the Nios II SBT Command-Line Interface” ■ “Getting Started in the SBT Command Line” ■ “Software Build Tools Scripting Basics” on page 3–8

    標簽: Nios 軟件

    上傳時間: 2013-11-15

    上傳用戶:nanxia

  • 面向Eclips的Nios II軟件構建工具手冊

    面向Eclips的Nios II軟件構建工具手冊 The Nios® II Software Build Tools (SBT) for Eclipse™ is a set of plugins based on the Eclipse™ framework and the Eclipse C/C++ development toolkit (CDT) plugins. The Nios II SBT for Eclipse provides a consistent development platform that works for all Nios II embedded processor systems. You can accomplish all Nios II software development tasks within Eclipse, including creating, editing, building, running, debugging, and profiling programs.

    標簽: Eclips Nios 軟件

    上傳時間: 2013-11-02

    上傳用戶:瓦力瓦力hong

  • Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edi

    Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edition) Author: David R. Musser / Gillmer J. Derge / Atul Saini / Gilmer J. Derge Publisher: Addison-Wesley Page: 560 Edition: 2nd edition (March 27, 2001) Format: PDF Summary: The Standard Template Library was created as the first library of genetic algorithms and data structures, with four ideas in mind: generic programming, abstractness without loss of efficiency, the Von Neumann computation model, and value semantics. This guide provides a tutorial, a description of each element of the library, and sample applications. The expanded second edition includes new code examples and demonstrations of the use of STL in real-world C++ software development it reflects changes made to STL for the final ANSI/ISO C++ language standard.

    標簽: Programming Reference Standard Template

    上傳時間: 2014-01-19

    上傳用戶:netwolf

  • 英文版,pdf格式。 詳細說明: Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Templa

    英文版,pdf格式。 詳細說明: Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edition) URL: http://www.amazon.com/exec/obidos/tg/detail/-/0201379236/ ISBN: 0201379236 Author: David R. Musser / Gillmer J. Derge / Atul Saini / Gilmer J. Derge Publisher: Addison-Wesley Page: 560 Edition: 2nd edition (March 27, 2001) Catalog: C++ Format: PDF Size: 3.8M Supplier: December Summary: The Standard Template Library was created as the first library of genetic algorithms and data structures, with four ideas in mind: generic programming, abstractness without loss of efficiency, the Von Neumann computation model, and value semantics. This guide provides a tutorial, a description of each element of the library, and sample applications. The expanded second edition includes new code examples and demonstrations of the use of STL in real-world C++ software development it reflects changes made to STL for the final ANSI/ISO C++ language standard.

    標簽: Programming Reference Standard Tutorial

    上傳時間: 2015-09-02

    上傳用戶:Breathe0125

  • Introduction to the MSN Messenger Activity SDK --- --- --- --- --- --- --- --- --- --- --- --- --

    Introduction to the MSN Messenger Activity SDK --- --- --- --- --- --- --- --- --- --- --- --- --- -- The MSN® Messenger Activity software development kit (SDK) contains technical information about how to develop and test single-user and multiuser applications by using the Activity object model. The SDK also provides detailed information about the MSN development and testing requirements that your Activity must meet, and how to increase the usage of your MSN Messenger Activity application.

    標簽: Introduction Messenger Activity the

    上傳時間: 2015-09-06

    上傳用戶:ruan2570406

亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
麻豆乱码国产一区二区三区| **欧美日韩vr在线| 这里只有精品视频在线| 韩日欧美一区| 国产麻豆综合| 国产精品青草久久久久福利99| 久久综合久久综合久久综合| 欧美一区午夜精品| 欧美一区二区三区日韩| 亚洲欧美日韩一区二区| 亚洲欧美日韩精品久久奇米色影视| 夜夜嗨av色一区二区不卡| 亚洲国产成人av| 亚洲国产另类精品专区| 亚洲精品1234| 亚洲精品中文字幕有码专区| 亚洲精品日韩欧美| 日韩亚洲视频在线| 中国亚洲黄色| 亚洲欧美在线x视频| 欧美一区=区| 久久久www成人免费无遮挡大片| 欧美一区二区三区免费观看 | 销魂美女一区二区三区视频在线| 亚洲综合精品自拍| 欧美在线免费视频| 久久综合色影院| 欧美顶级艳妇交换群宴| 欧美日韩精品久久| 国产精品久久久久毛片软件| 国产欧美日韩在线视频| 永久免费视频成人| 亚洲狠狠婷婷| 中文精品99久久国产香蕉| 亚洲午夜激情| 老司机午夜免费精品视频| 欧美国产日韩a欧美在线观看| 欧美日韩你懂的| 国产日韩欧美视频在线| 一区在线播放| 亚洲香蕉网站| 免费在线日韩av| 国产欧美日韩另类一区| 亚洲欧洲一区二区天堂久久| 亚洲尤物在线视频观看| 久久中文久久字幕| 欧美日韩91| 经典三级久久| 亚洲一级免费视频| 久久视频在线看| 国产精品久久久久久久免费软件 | 国产精品黄视频| 精品成人在线视频| 亚洲欧美中日韩| 欧美好吊妞视频| 国产区欧美区日韩区| 亚洲人成毛片在线播放女女| 欧美亚洲午夜视频在线观看| 欧美日韩不卡一区| 在线欧美亚洲| 久久高清国产| 国产精品亚洲欧美| av成人免费观看| 欧美 日韩 国产一区二区在线视频 | 欧美巨乳在线| 国产精品一区视频| 99国产精品久久久久老师| 久久激情五月婷婷| 国产精品久久福利| 亚洲日本成人在线观看| 久久成人久久爱| 国产精品日产欧美久久久久| 日韩一级黄色av| 欧美凹凸一区二区三区视频| 国内精品久久久久影院 日本资源| 亚洲一级黄色片| 欧美三区在线观看| 99视频在线精品国自产拍免费观看| 久久久免费精品视频| 国产亚洲欧美一区二区三区| 亚洲欧美日韩爽爽影院| 国产精品国产三级国产aⅴ9色| 日韩手机在线导航| 欧美激情视频网站| 亚洲欧洲日本mm| 欧美成年人视频网站欧美| 1024亚洲| 免费美女久久99| 亚洲激情一区二区| 欧美激情在线狂野欧美精品| 亚洲美女视频在线观看| 欧美日本视频在线| 亚洲色诱最新| 国产精品久久久久久久午夜片| 亚洲在线免费视频| 国产欧美精品一区二区色综合| 性欧美办公室18xxxxhd| 国产日韩欧美精品一区| 久久精品国产在热久久| 一区二区三区中文在线观看 | 欧美在线影院在线视频| 国产一区二区三区在线观看精品 | 狂野欧美激情性xxxx欧美| 伊人成综合网伊人222| 欧美xxx成人| 日韩网站在线观看| 欧美午夜一区二区福利视频| 亚洲男女毛片无遮挡| 国产丝袜美腿一区二区三区| 久久亚洲一区二区三区四区| 91久久久一线二线三线品牌| 欧美日一区二区三区在线观看国产免 | 国内成人精品视频| 看片网站欧美日韩| 99精品视频免费观看视频| 国产精品一区久久久| 久久精品女人| 亚洲国内精品| 国产久一道中文一区| 美女诱惑一区| 亚洲专区一区| 伊人一区二区三区久久精品| 欧美日韩午夜在线| 欧美在线观看天堂一区二区三区| 亚洲国产色一区| 国产精品久久久久影院亚瑟| 久久久国产91| 一区二区三区日韩欧美| 国产一区日韩欧美| 欧美日韩午夜视频在线观看| 久久精品国产成人| 日韩一级在线| 亚洲国产精品久久久久秋霞影院| 国产精品黄色| 欧美黄色精品| 久久精彩视频| 亚洲一区二区三区四区五区午夜| 在线精品福利| 国产香蕉97碰碰久久人人| 欧美精品在线观看| 久久久青草青青国产亚洲免观| 99香蕉国产精品偷在线观看| 好看的日韩视频| 国产精品影视天天线| 欧美成人免费全部观看天天性色| 亚洲欧美综合另类中字| 亚洲精品精选| 亚洲第一网站免费视频| 国产美女精品视频| 国产精品激情电影| 欧美人成在线视频| 免费成人黄色片| 久久久免费精品| 久久久久久久久久看片| 亚洲欧美在线一区二区| 一本一本久久a久久精品牛牛影视| 国外成人免费视频| 国产日产欧美精品| 国产精品日本欧美一区二区三区| 欧美日本高清视频| 欧美精品在线免费播放| 免费观看成人| 嫩草影视亚洲| 男人的天堂亚洲在线| 久久综合给合| 老司机精品视频网站| 久久蜜桃精品| 久久五月天婷婷| 久久婷婷国产综合精品青草| 欧美一区二区三区的| 夜夜嗨一区二区| 一区二区欧美激情| 中文在线不卡视频| 亚洲尤物在线| 欧美亚洲在线观看| 久久精品国产久精国产一老狼| 欧美一区二区三区在| 午夜精品成人在线| 午夜精品网站| 久久精品最新地址| 久久综合狠狠| 欧美激情一区二区三区全黄| 欧美精选一区| 国产精品国产馆在线真实露脸 | 永久久久久久| 亚洲福利视频三区| 亚洲电影中文字幕| 亚洲精品视频一区二区三区| 亚洲免费观看在线视频| 在线综合+亚洲+欧美中文字幕| 亚洲午夜未删减在线观看| 性色av一区二区三区| 久久婷婷国产综合国色天香| 欧美va天堂| 国产精品久久久久9999| 国产三区精品| 亚洲人成人99网站| 久久精品日韩欧美| 欧美在线日韩| 老司机午夜精品|