It has been over a decade since the Chinese publication of Line Loss in Electric Power Systems. To keep pace with technological developments, I started a revision as early as 2002, following the main principles that the theoretical framework and characteristics of the first edition should be retained, with new contents added according to new problems after the reform of electric power systems and the new requirements for line loss management practices and in combination with practical experience.
上傳時(shí)間: 2020-06-07
上傳用戶(hù):shancjb
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.
標(biāo)簽: Selection Supply Chain Guide RFID the in to
上傳時(shí)間: 2020-06-08
上傳用戶(hù):shancjb
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.
標(biāo)簽: Fundamentals_of_Global_Positionin g_System
上傳時(shí)間: 2020-06-09
上傳用戶(hù):shancjb
人生苦短,我用Python! 譯者一直堅(jiān)持使用Python3,因?yàn)樗砹薖ython 的未來(lái)。雖然向后兼容是它的 硬傷,但是這個(gè)局面遲早會(huì)改變的,而且Python3 的未來(lái)需要每個(gè)人的幫助和支持。 目前市面上的教程書(shū)籍,網(wǎng)上的手冊(cè)大部分基本都是2.x 系列的,專(zhuān)門(mén)基于3.x 系列的 書(shū)籍少的可憐。 最近看到一本《Python Cookbook》3rd Edition,完全基于Python3,寫(xiě)的也很不 錯(cuò)。為了Python3 的普及,我也不自量力,想做點(diǎn)什么事情。于是乎,就有了翻譯這 本書(shū)的沖動(dòng)了!這不是一項(xiàng)輕松的工作,卻是一件值得做的工作:不僅方便了別人, 而且對(duì)自己翻譯能力也是一種鍛煉和提升。 譯者會(huì)堅(jiān)持對(duì)自己每一句的翻譯負(fù)責(zé),力求高質(zhì)量。但受能力限制,也難免有疏漏 或者表意不當(dāng)?shù)牡胤健H绻g文中有什么錯(cuò)漏的地方請(qǐng)大家見(jiàn)諒,也歡迎大家隨時(shí)指 正: yidao620@gmail.com
上傳時(shí)間: 2020-10-13
上傳用戶(hù):
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
標(biāo)簽: Processing Digital Image
上傳時(shí)間: 2021-02-20
上傳用戶(hù):
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.
標(biāo)簽: ul60730
上傳時(shí)間: 2021-10-21
上傳用戶(hù):ttalli
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++的設(shè)計(jì)師和最早的實(shí)現(xiàn)者,也是《C++程序設(shè)計(jì)語(yǔ)言》、《帶標(biāo)注的C++參考手冊(cè)》和《C++語(yǔ)言的設(shè)計(jì)與演化》的作者。他從丹麥Aarhus大學(xué)和英國(guó)牛津大學(xué)畢業(yè),現(xiàn)在是AT&T大規(guī)模程序設(shè)計(jì)研究部的負(fù)責(zé)人,AT&T特別成員,AT&T貝爾實(shí)驗(yàn)室特別成員,以及ACM特別成員。Stroustrup的研究興趣包括分布式系統(tǒng)、操作系統(tǒng)、模擬、設(shè)計(jì)和程序設(shè)計(jì)。他也是Addison·Wesley的C++In-Depth系列書(shū)籍的編輯。
標(biāo)簽: C++
上傳時(shí)間: 2022-02-01
上傳用戶(hù):
高清電子書(shū)-C++ Primer Plus, 第6版英文版 1438頁(yè)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
標(biāo)簽: C++
上傳時(shí)間: 2022-02-19
上傳用戶(hù):trh505
本書(shū)的核心內(nèi)容是關(guān)于半導(dǎo)體器件和有源電路的模擬電子電路基礎(chǔ)。兩位作者Robert L.Boylestad和Louis Nashelsky都是在大學(xué)從事電路分析、電子電路基礎(chǔ)等相關(guān)學(xué)科教學(xué)的資深教授,在電子電路學(xué)科領(lǐng)域出版了多部?jī)?yōu)秀教材,受到很高的評(píng)價(jià)。本書(shū)自1972年首次出版至今已經(jīng)修訂至第九版,涵蓋了更廣泛和新穎的內(nèi)容,成為流行30多年的優(yōu)秀經(jīng)典教材。這本改編版在第九版原版內(nèi)容的基礎(chǔ)上,結(jié)合國(guó)內(nèi)高等教育中模擬電子電路課程的特點(diǎn),進(jìn)行了部分內(nèi)容的調(diào)整。 內(nèi)容提要 本書(shū)是英文原版教材Electronic Devices and Circuit Theory,Ninth.Edition之英文改編版《模擬電子技術(shù)》的翻譯版,內(nèi)容包括半導(dǎo)體器件基礎(chǔ)、二極管及其應(yīng)用電路、晶體管和場(chǎng)效應(yīng)管放大電路的基本原理及頻率響應(yīng)、功率放大電路、多級(jí)放大電路、差分放大電路、電流源等模擬集成電路的單元電路、反饋電路、模擬集成運(yùn)算放大器、電壓比較器和波形變換電路等。本書(shū)對(duì)原版教材進(jìn)行了改編,精簡(jiǎn)了內(nèi)容,突出了重點(diǎn),補(bǔ)充了必要知識(shí)點(diǎn),內(nèi)容更加新穎和系統(tǒng)化,反映了器件和應(yīng)用的發(fā)展趨勢(shì),強(qiáng)調(diào)了系統(tǒng)工程的概念。 本書(shū)與英文版教材配套使用,適合電子、計(jì)算機(jī)、通信等相關(guān)專(zhuān)業(yè)電子電路基礎(chǔ)課程40學(xué)時(shí)到68學(xué)時(shí)的中文或雙語(yǔ)教學(xué)要求,也可供相關(guān)專(zhuān)業(yè)工程技術(shù)人員的學(xué)習(xí)和參考。
標(biāo)簽: 模擬電子
上傳時(shí)間: 2022-03-21
上傳用戶(hù):
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.
標(biāo)簽: IEC
上傳時(shí)間: 2022-04-19
上傳用戶(hù):fliang
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1