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

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

EDITION

  • RFID in the Supply Chain A Guide to Selection

    It was the publisher’s idea that I write RFID in the Supply Chain: A Guide to Selection and Implementation . Not only am I editor of Enterprise Inte- gration System , Second EDITION Handbook and author of The Complete Book of Middleware , I also had some innovative business process and project management ideas on improving the effectiveness of integrating enterprise systems with information on product traceability, the scope of which has been widened by the RFID technology mandates. 

    標簽: Selection Supply Chain Guide RFID the in to

    上傳時間: 2020-06-08

    上傳用戶:shancjb

  • Fundamentals_of_Global_Positioning_System2

    In this new EDITION of the book, only minor changes were made to the original nine chapters but three new chapters treat topics of increasing interest to GPS users and equipment developers. One topic, improving the GPS receiver sensi- tivity may extend their operations into buildings, which is becoming important for emergency rescue and urban warfare.

    標簽: Fundamentals_of_Global_Positionin g_System

    上傳時間: 2020-06-09

    上傳用戶:shancjb

  • 《Python Cookbook》第三版

    人生苦短,我用Python! 譯者一直堅持使用Python3,因為它代表了Python 的未來。雖然向后兼容是它的 硬傷,但是這個局面遲早會改變的,而且Python3 的未來需要每個人的幫助和支持。 目前市面上的教程書籍,網上的手冊大部分基本都是2.x 系列的,專門基于3.x 系列的 書籍少的可憐。 最近看到一本《Python Cookbook》3rd EDITION,完全基于Python3,寫的也很不 錯。為了Python3 的普及,我也不自量力,想做點什么事情。于是乎,就有了翻譯這 本書的沖動了!這不是一項輕松的工作,卻是一件值得做的工作:不僅方便了別人, 而且對自己翻譯能力也是一種鍛煉和提升。 譯者會堅持對自己每一句的翻譯負責,力求高質量。但受能力限制,也難免有疏漏 或者表意不當的地方。如果譯文中有什么錯漏的地方請大家見諒,也歡迎大家隨時指 正: yidao620@gmail.com

    標簽: Cookbook Python

    上傳時間: 2020-10-13

    上傳用戶:

  • Digital.Image.Processing.

    This EDITION of Digital Image Processing is a major revision of the book. As in the 1977 and 1987 EDITIONs by Gonzalez and Wintz, and the 1992, 2002, and 2008 EDITIONs by Gonzalez and Woods, this sixth-generation EDITION was prepared with students and instructors in mind. The principal objectives of the book continue to be to provide an introduction to basic concepts and methodologies applicable to digital image processing, and to develop a foundation that can be used as the basis for further study and research in this field. To achieve these objectives, we focused again on material that we believe is fundamental and whose scope of application is not limited to the solution of specialized problems. The mathematical complexity of the book remains at a level well within the grasp of college seniors and first-year graduate students who have introductory preparation in mathematical analysis, vectors, matrices, probability, statistics, linear systems, and computer programming. The book website provides tutorials to support readers needing a review of this background material

    標簽: Processing Digital Image

    上傳時間: 2021-02-20

    上傳用戶:

  • UL60730-1AutomaticElectrialcontrolsforHouseholdand

    UL Standard for Safety for Automatic Electrical Controls for Household and Similar Use, Part 1: GeneralRequirements, UL 60730-1Fourth EDITION, Dated October 19, 2009Summary of TopicsThis new EDITION of UL 60730–1 is being issued to:1) Adopt IEC’s Amendments No. 1 and No. 2 of IEC 60730-1.2) Adopt UL’s proposed changes to the national differences.

    標簽: ul60730

    上傳時間: 2021-10-21

    上傳用戶:ttalli

  • The C++ Programming Language第四版

     Extensively rewritten to present the C++11 language, standard library, and key design techniques as an integrated whole, Stroustrup thoroughly addresses changes that make C++11 feel like a whole new language, offering definitive guidance for leveraging its improvements in performance, reliability, and clarity. C++ programmers around the world recognize Bjarne Stoustrup as the go-to expert for the absolutely authoritative and exceptionally useful information they need to write outstanding C++ programs. Now, as C++11 compilers arrive and development organizations migrate to the new standard, they know exactly where to turn once more: Stoustrup's C++ Programming Language, Fourth EDITION.Bjarne Stroustrup是C++的設計師和最早的實現者,也是《C++程序設計語言》、《帶標注的C++參考手冊》和《C++語言的設計與演化》的作者。他從丹麥Aarhus大學和英國牛津大學畢業,現在是AT&T大規模程序設計研究部的負責人,AT&T特別成員,AT&T貝爾實驗室特別成員,以及ACM特別成員。Stroustrup的研究興趣包括分布式系統、操作系統、模擬、設計和程序設計。他也是Addison·Wesley的C++In-Depth系列書籍的編輯。

    標簽: C++

    上傳時間: 2022-02-01

    上傳用戶:

  • 高清電子書-C++ Primer Plus 第6版英文版 1438頁

    高清電子書-C++ Primer Plus, 第6版英文版 1438頁Learning C++ is an adventure of discovery, particularly because the language accommodates several programming paradigms, including object-oriented programming, generic programming, and the traditional procedural programming.The fifth EDITION of this book described the language as set forth in the ISO C++ standards, informally known as C++99 and C++03, or, sometimes as C++99/03. (The 2003 version was largely a technical correction to the 1999 standard and didn’t add any new features.) Since then, C++ continues to evolve.As this book is written, the international C++ Standards Committee has just approved a new version of the standard.This standard had the informal name of C++0x while in development, and now it will be known as C++11. Most contemporary compilers support C++99/03 quite well, and most of the examples in this book comply with that standard. But many features of the new standard already have appeared in some implementations, and this EDITION of C++ Primer Plus explores these new features. C++ Primer Plus discusses the basic C language and presents C++ features, making this book self-contained. It presents C++ fundamentals and illustrates them with short, to-the-point programs that are easy to copy and experiment with.You learn about input/output (I/O), how to make programs perform repetitive tasks and make choices, the many ways to handle data, and how to use functions.You learn about the many features C++ has added to C, including the followi

    標簽: C++

    上傳時間: 2022-02-19

    上傳用戶:trh505

  • 美國模擬電子技術教材 博伊爾斯塔德

    本書的核心內容是關于半導體器件和有源電路的模擬電子電路基礎。兩位作者Robert L.Boylestad和Louis Nashelsky都是在大學從事電路分析、電子電路基礎等相關學科教學的資深教授,在電子電路學科領域出版了多部優秀教材,受到很高的評價。本書自1972年首次出版至今已經修訂至第九版,涵蓋了更廣泛和新穎的內容,成為流行30多年的優秀經典教材。這本改編版在第九版原版內容的基礎上,結合國內高等教育中模擬電子電路課程的特點,進行了部分內容的調整。 內容提要 本書是英文原版教材Electronic Devices and Circuit Theory,Ninth.EDITION之英文改編版《模擬電子技術》的翻譯版,內容包括半導體器件基礎、二極管及其應用電路、晶體管和場效應管放大電路的基本原理及頻率響應、功率放大電路、多級放大電路、差分放大電路、電流源等模擬集成電路的單元電路、反饋電路、模擬集成運算放大器、電壓比較器和波形變換電路等。本書對原版教材進行了改編,精簡了內容,突出了重點,補充了必要知識點,內容更加新穎和系統化,反映了器件和應用的發展趨勢,強調了系統工程的概念。 本書與英文版教材配套使用,適合電子、計算機、通信等相關專業電子電路基礎課程40學時到68學時的中文或雙語教學要求,也可供相關專業工程技術人員的學習和參考。 

    標簽: 模擬電子

    上傳時間: 2022-03-21

    上傳用戶:

  • IEC 61000-4-2-2018

    INTERNATIONAL STANDARD NORME INTERNATIONALEPart 4-2: Testing and measurement techniques – Electrostatic discharge immunity test.About the IEC The International Electrotechnical Commission (IEC) is the leading global organization that prepares and publishes International Standards for all electrical, electronic and related technologies.About IEC publications The technical content of IEC publications is kept under constant review by the IEC. Please make sure that you have the latest EDITION, a corrigenda or an amendment might have been published.

    標簽: IEC

    上傳時間: 2022-04-19

    上傳用戶:fliang

  • 數字集成電路:電路系統與設計(第二版).pdf

    《數字集成電路:電路、系統與設計(第二版) 》,電子工業出版社出版,外文書名: Digital Integrated Circuits:A Design Perspective,Second EDITION,作者:簡·M.拉貝艾 (Jan M.Rahaey) (作者), Anantha Chandrakasan (作者), Borivoje Nikolic (作者), 周潤德 (譯者), 等 (譯者)。本書由美國加州大學伯克利分校Jan M. Rabaey教授等人所著。全書共12章,分為三部分: 基本單元、電路設計和系統設計。本書在對MOS器件和連線的特性做了簡要的介紹之后,深入分析了數字設計的核心——反相器,并逐步將這些知識延伸到組合邏輯電路、時序邏輯電路、控制器、運算電路以及存儲器這些復雜數字電路與系統的設計中。為了反映數字集成電路設計進入深亞微米領域后正在發生的深刻變化,本書以CMOS工藝的實際電路為例,討論了深亞微米器件效應、電路最優化、互連線建模和優化、信號完整性、時序分析、時鐘分配、高性能和低功耗設計、設計驗證、芯片測試和可測性設計等主題,著重探討了深亞微米數字集成電路設計所面臨的挑戰和啟示。

    標簽: 數字集成電路 電路系統

    上傳時間: 2022-05-13

    上傳用戶:zhaiyawei

主站蜘蛛池模板: 正安县| 桐乡市| 锡林郭勒盟| 永善县| 当涂县| 喀喇沁旗| 新野县| 邵武市| 湾仔区| 余江县| 清镇市| 关岭| 汝南县| 扬中市| 新乡市| 那坡县| 确山县| 吉木萨尔县| 达尔| 马公市| 连州市| 辉县市| 玉屏| 马龙县| 武宁县| 泗洪县| 钟山县| 甘洛县| 香河县| 黄浦区| 禄丰县| 鹤峰县| 夏津县| 柘荣县| 蓝山县| 远安县| 马山县| 津南区| 呈贡县| 突泉县| 根河市|