Writing Robust Java Code The AmbySoft Inc. Coding Standards for Java v17.01d Scott W. Ambler Software Process Mentor This Version: January 15, 2000 Copyright 1998-1999 AmbySoft Inc.Purpose of this White Paper This white paper describes a collection of standards, conventio code. They are based on sound, proven software engineering p understand, to maintain, and to enhance. Furthermore, by foll productivity as a Java developer should increase remarkably ¨C write high-quality code right from the start you will have a much development process. Finally, following a common set of codi making teams of developers significantly more productive.
標簽: W. Java Standards AmbySoft
上傳時間: 2013-12-22
上傳用戶:mhp0114
This book is for you if You re no "dummy," and you need to get quickly up to speed in intermediate to advanced C++ You ve had some experience in C++ programming, but reading intermediate and advanced C++ books is slow-going You ve had an introductory C++ course, but you ve found that you still can t follow your colleagues when they re describing their C++ designs and code You re an experienced C or Java programmer, but you don t yet have the experience to develop nuanced C++ code and designs You re a C++ expert, and you re looking for an alternative to answering the same questions from your less-experienced colleagues over and over again C++ common Knowledge covers essential but commonly misunderstood topics in C++ programming and design while filtering out needless complexity in the discussion of each topic. What remains is a clear distillation of the essentials required for production C++ programming, presented in the author s trademark incisive, engaging style.
標簽: intermediate you quickly dummy
上傳時間: 2014-01-09
上傳用戶:wpwpwlxwlx
Libnet is a generic networking API that provides access to several protocols. It is not designed as a all in one solution to networking. Currently many features that are common in some network protocols are not available with Libnet, such as streaming via TCP/IP. We feel that Libnet should not provide specific features that are possible in other protocols. If we restrict Libnet to the minimal needed to communicate (datagram/packets) then this allows it to support more interfaces. 很好的學習linux網(wǎng)絡變成的源碼
標簽: networking protocols designed provides
上傳時間: 2016-10-18
上傳用戶:changeboy
gps matlab 仿真程序(A collection of geodetic functions that solve a variety of problems in geodesy. Supports a wide range of common and user-defined reference ellipsoids. Most functions are vectorized.)
標簽: collection functions geodetic problems
上傳時間: 2014-12-07
上傳用戶:whenfly
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
文件上傳,使用common IO包,以及fileupload包,下載速度快,大小容量不受限制。
標簽: 文件上傳
上傳時間: 2013-12-26
上傳用戶:hjshhyy
A Module-based Wireless Node (MW-Node) is a Node with wireless and mobile capabilities added by means of modules. It is not a new node object derived from Node. Rather it is a new layout of mostly existing components. Rationale for this new design has been presented in [1]. The MW-Node provides a flexible support for wireless and mobile networking and in particular: support for multiple interfaces/multiple channels, and a common basis for the implementation of wireless routing protocols.
標簽: Node Module-based capabilities Wireless
上傳時間: 2013-12-26
上傳用戶:大三三
升級前需要安裝DL串口驅(qū)動:PL-2303 Driver Installer.exe(假如以前已經(jīng)安裝過驅(qū)動,可以跳過此項) 插入DL數(shù)據(jù)線,確定可以連接上電腦!(請注意DL線電源線不要短路,手機沒有電時升級請外接4.2V的外置電源) 請確定手機在電量足夠的情況下升級。 1,解壓common.rar文件,打文件夾中的MultiPortFlashDownloadProject.exe文件 2,配置文件請安照視頻文件下去配置: 3,按下Start按鍵后,連接DL線的COM口會變?yōu)樗{色~ 4,連接好手機,按手機的開機鍵開機!連接COM口后面的進度框會先出現(xiàn)紅色線條,然后出現(xiàn)藍色~完升級后,會出現(xiàn)綠色 提示(過程中注意不要中斷連接!假如中斷,請拔出手機連接段的DL線,手機按一下復位鍵就可以重新DL) 5,升級一臺機子的時間約7分鐘左右
上傳時間: 2016-11-16
上傳用戶:源弋弋
EhLib 4.2.16 中文漢化版 (Faceker.com 修改版) 1. DataService\EhLibADO.pas 第40行,ADODataSetDriverName函數(shù): 原:Result := MSACCESS 現(xiàn):Result := MSSQL 功能:字符串、日期界定符匹配(STFilter.Local=False情況下) 2.common\EhLibConsts.pas 功能:常數(shù)漢化 3.common\DBGridEhFindDlgs.pas\dfm A、FillColumnsList函數(shù): 原:cbFindIn.Items.AddObject( <All> , nil) 現(xiàn):cbFindIn.Items.AddObject(‘<全部>’, nil) B、界面中ComboBox中Items及KeyItems及Text漢化; C、主界面漢化; 4.common\PrnDgDlg.pas\dfm 功能:界面漢化 5.common\PrvFrmEh.pas\dfm 功能:界面漢化 6.common\PrViewEh.pas 327行 TPreviewBox.Create 方法. 由 FViewMode = vmFullPage 改為 FViewMode = vm100 7.common\DBUtilsEh.pas GetOneExpressionAsLocalFilterString 和 GetOneExpressionAsSQLWhereString 函數(shù) 功能:查詢行字符串查詢默認為LIKE查詢. 相關(guān)詳細更新信息請查看:http://www.Faceker.com 。
標簽: DataServiceEhLibADO Faceker EhLib com
上傳時間: 2013-12-27
上傳用戶:ztj182002
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
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1