官术网_书友最值得收藏!

Scaling Scrum Across Modern Enterprises
會員

Establishbusinessagilityinyourorganizationbyapplyingindustry-provenscalingstrategiesfrompopularScrumframeworkssuchasScrumofScrums(SoS),Scrum@Scale,Nexus,Large-ScaleScrum(LeSS),DisciplinedAgile,andSAFeKeyFeatures*LearnhowtobeAgileatscalebyimplementingbestpractices*UnderstandhowLean-AgilepracticesareincorporatedinDisciplinedAgileandtheScaledAgileFramework(SAFe)*CustomizeScrumandLean-AgilepracticestosupportportfolioandlargeproductdevelopmentneedsBookDescriptionScaledScrumandLean-AgilepracticesprovideessentialstrategiestoaddresslargeandcomplexproductdevelopmentchallengesnotaddressedintraditionalScrum.ThisScrum/Lean-Agilehandbookprovidesacomprehensivereviewandanalysisofindustry-provenscalingstrategiesthatenablebusinessagilityonanenterprisescale.Freeofmarketinghypeorvendorbias,thisbookhelpsyoudecidewhichpracticesbestfityoursituation.You'llstartwithanintroductiontoScrumasalightweightsoftwaredevelopmentframeworkandthenexplorecommonapproachestoscalingitformorecomplexdevelopmentscenarios.Thebookwillthenguideyouthroughsystemstheory,leandevelopment,andtheapplicationofholisticthinkingtomorecomplexsoftwareandsystemdevelopmentactivities.Throughout,you'lllearnhowtosupportmultipleteamsworkingincollaborationtodeveloplargeandcomplexproductsandexplorehowtomanagecross-teamintegration,dependency,andsynchronizationissues.Later,you'lllearnhowtoimproveenterpriseoperationalefficiencyacrossvaluecreationandvaluedeliveryactivities,beforediscoveringhowtoalignproductportfolioinvestmentswithcorporatestrategies.BytheendofthisScrumbook,youandyourproductteamswillbeabletogetthemostvalueoutofAgileatscale,evenincomplexcyber-physicalsystemdevelopmentenvironments.Whatyouwilllearn*UnderstandthelimitationsoftraditionalScrumpractices*ExploretherolesandresponsibilitiesinascaledScrumandLean-Agiledevelopmentenvironment*TailoryourScrumapproachtosupportportfolioandlargeproductdevelopmentneeds*Applysystemsthinkingtoevaluatetheimpactsofchangesintheinterdependentpartsofalargerdevelopmentanddeliverysystem*ScaleScrumpracticesatboththeprogramandportfoliolevelsofmanagement*UnderstandhowDevOps,testautomation,andCI/CDcapabilitieshelpinscalingScrumpracticesWhothisbookisforExecutives,productowners,Scrummasters,developmentteammembers,andotherstakeholderswhoneedtolearnhowtoscaleAgiletosupportlarge,complexprojectsandlargeenterpriseportfoliosandprogramswillfindthisbookuseful.AbasicunderstandingofthevaluesandprinciplesofAgileandtheScrum-basedframeworkforAgiledevelopmentpracticesisrequiredbeforeyougetstartedwiththisAgileScrumbook.

Cecil Rupp;Manjit Singh ·數據庫 ·17.9萬字

一類智能優化算法的改進及應用研究
會員

智能優化算法以其解決實際問題的有效性而快速發展起來,憑借著算法簡單、容易實現、易與其他學科相結合等優點,智能優化算法被越來越多的專家與學者所認可并應用。首先,本書闡述了優化理論的相關內容,然后對智能優化算法進行綜述,并重點介紹了粒子群優化算法與和聲搜索算法。其次,將局部尋優能力較好的變尺度法與粒子群算法結合,提出了基于變尺度的粒子群優化算法,同時將其應用于非線性方程組的求解。然后,將改進后的算法應用于偏微分方程的求解中,將傳統的有限差分法進行改進,并與改進后的粒子群算法進行結合求解偏微分方程,通過數值算例對其進行驗證。再次,將和聲搜索算法與局部搜索能力較好的變尺度法相結合,提出了基于變尺度的和聲搜索算法。通過數值實驗驗證改進后的算法尋優能力較強,魯棒性較好,而且方法容易實現。最后,探討了將微分方程轉化為變分問題的方法,將求解微分方程的權余量方法與標準粒子群算法進行結合,提出了一種新的求解優化問題的方法。同時,在結合傳統的最小二乘近似解法與粒子群算法的基礎上,提出了結合粒子群算法和最小二乘法求解變分優化問題的新方法。給出改進思路、計算流程后,通過仿真實驗發現改進的兩種變分優化算法有較強的適用性。

齊微 ·數據庫 ·7.1萬字

算法訓練營:海量圖解+競賽刷題(進階篇)
會員

本書以海量圖解的形式,詳細講解常用的數據結構與算法,并結合競賽實例引導讀者進行刷題實戰。通過對本書的學習,讀者將掌握22種高級數據結構、7種動態規劃算法、5種動態規劃優化技巧,以及5種網絡流算法,并熟練應用各種算法解決實際問題。本書總計8章。第1章講解實用數據結構,包括并查集、優先隊列;第2章講解區間信息維護與查詢,包括倍增、ST、RMQ、LCA、樹狀數組、線段樹和分塊;第3章講解字符串處理,包括字典樹、AC自動機和后綴數組;第4章講解樹上操作問題,包括點分治、邊分治、樹鏈剖分和動態樹;第5章講解各種平衡二叉樹,包括Treap、伸展樹和SBT;第6章講解數據結構進階,包括KD樹、左偏樹、跳躍表、樹套樹和可持久化數據結構;第7章講解動態規劃及其優化,包括背包問題、線性DP、區間DP、樹形DP、數位DP、狀態壓縮DP、插頭DP和動態規劃優化方法;第8章講解網絡流問題,包括常用網絡流算法、二分圖最大匹配、最大流最小割定理和最小費用最大流。本書對每個算法都進行詳細圖解并搭配競賽實例,重點講解如何分析問題、優化算法,以期讀者在短時間內掌握該算法并進行刷題實戰。

陳小玉 ·數據庫 ·20.6萬字

QQ閱讀手機版

主站蜘蛛池模板: 兴宁市| 屯门区| 浮山县| 宜都市| 奇台县| 三门县| 泸州市| 黑龙江省| 合川市| 正镶白旗| 潮州市| 明星| 滕州市| 盱眙县| 安溪县| 麻城市| 安陆市| 滨州市| 星子县| 高淳县| 新安县| 义乌市| 乌鲁木齐县| 都匀市| 安化县| 巴中市| 福建省| 达拉特旗| 北川| 龙门县| 克拉玛依市| 灌云县| 喀什市| 许昌市| 区。| 邓州市| 沙河市| 浦县| 收藏| 西乌珠穆沁旗| 大足县|