InATourofC++,SecondEdition,BjarneStroustrup,thecreatorofC++,describeswhatconstitutesmodernC++.Thisconcise,self-containedguidecoversmostmajorlanguagefeaturesandthemajorstandard-librarycomponents—not,ofcourse,ingreatdepth,buttoalevelthatgivesprogrammersameaningfuloverviewofthelanguage,somekeyexamples,andpracticalhelpingettingstarted.StroustruppresentstheC++featuresinthecontextoftheprogrammingstylestheysupport,suchasobject-orientedandgenericprogramming.Histourisremarkablycomprehensive.Coveragebeginswiththebasics,thenrangeswidelythroughmoreadvancedtopics,includingmanythatarenewinC++17,suchasmovesemantics,uniforminitialization,lambdaexpressions,improvedcontainers,randomnumbers,andconcurrency.ThetourevencoverssomeextensionsbeingmadeforC++20,suchasconceptsandmodules,andendswithadiscussionofthedesignandevolutionofC++.Thisguidedoesnotaimtoteachyouhowtoprogram(forthat,seeStroustrup’sProgramming:PrinciplesandPracticeUsingC++,SecondEdition),norwillitbetheonlyresourceyou’llneedforC++mastery(forthat,seeStroustrup’sTheC++ProgrammingLanguage,FourthEdition,andrecommendedonlinesources).If,however,youareaCorC++programmerwantinggreaterfamiliaritywiththecurrentC++language,oraprogrammerversedinanotherlanguagewishingtogainanaccuratepictureofthenatureandbenefitsofmodernC++,youcan’tfindashorterorsimplerintroductionthanthistourprovides.
12.6MB c++17
1
一本关于Java线程并发编程的经典书籍,内含英文和中文双版,可以下载!
2024/5/26 14:24:02 6.9MB Java线程并发
1
微软.net4.5版AjaxControlToolkit.Binary.NET4.5控件,包括实例ImportantUpdateThisreleasehasbeenupdatedtofixthreeissues:UpdatetofixaconflictbetweentheAjaxControlToolkitandjQuery/jQueryUI.UpdatetotheToolkitScriptManagertopreventanerrorthatresultedfromconcurrencyconflictsonhightrafficwebsites.Ifyouaregettingtheerrormessage"Couldnotloadcontrolcontrolname.Thescriptreference(s)ofthiscontrolwasnotloadedcorrectly."thenpleaseinstallthisupdate.UpdatetotheToolkitScriptManagertopreventapageLoadederrorinFirefoxwhenusingthenewjQueryExtenderbaseclass.
2024/4/2 21:09:43 8.06MB ajax .net 4.5
1
JAVA并发编程实践中文版英文版原书源码带书签java_concurrency_in_practice.pdf英文版还是不错的,但是中文版的译者典型的没有技术功底,介绍上说什么专家,我日,他妈狗屁,翻译的非常差劲,有些句子都不通顺,都不知道自己去理解,直接就放在书上,你丫有没有良知,书籍是什么,是希望,是神圣的,你们这些译者简直就是在犯罪,不过要是英文功底不好,还是建议买本看吧,谁让你英文水平不如他们呢《JAVA并发编程实践》随着多核处理器的普及,使用并发成为构建高性能应用程序的关键。
Java5以及6在开发并发程序中取得了显著的进步,提高了Java虚拟机的性能以及并发类的可伸缩性,并加入了丰富的新并发构建块。
在《JAVA并发编程实践》中,这些便利工具的创造者不仅解释了它们究竟如何工作、如何使用,还阐释了创造它们的原因,及其背后的设计模式。
JAVA并发编程实践英文版很不错,运用了n多知识。
本书作者都是JavaCommunityProcessJSR166专家组(并发工具)的主要成员,并在其他很多JCP专家组里任职。
BrianGoetz有20多年的软件咨询行业经验,并著有至少75篇关于Java开发的文章。
TimPeierls是“现代多处理器”的典范,他在BoxPop.biz、唱片艺术和戏剧表演方面也颇有研究。
推荐大家看JAVA并发编程实践英文版(带源码)。
JosephBowbeer是一个JavaME专家,他对并发编程的兴趣始于Apollo计算机时代。
DavidHolmes是《TheJavaProgrammingLanguage》一书的合著者,任职于Sun公司。
JoshuaBloch是Google公司的首席Java架构师,《EffectiveJava》一书的作者,并参与著作了《JavaPuzzlers》。
DougLea是《ConcurrentProgramming》一书的作者,纽约州立大学Oswego分校的计算机科学教授。
推荐大家看JAVA并发编程实践英文版(带源码)。
1
GettogripswithmodernsoftwaredemandsbylearningtheeffectiveusesofRust'spowerfulmemorysafety.KeyFeaturesLearnandimprovethesequentialperformancecharacteristicsofyoursoftwareUnderstandtheuseofoperatingsystemprocessesinahigh-scaleconcurrentsystemLearnofthevariouscoordinationmethodsavailableintheStandardlibraryBookDescriptionMostprogramminglanguagescanreallycomplicatethings,especiallywithregardtounsafememoryaccess.Theburdenonyou,theprogrammer,liesacrosstwodomains:understandingthemodernmachineandyourlanguage'spain-points.Thisbookwillteachyoutohowtomanageprogramperformanceonmodernmachinesandbuildfast,memory-safe,andconcurrentsoftwareinRust.ItstartswiththefundamentalsofRustanddiscussesmachinearchitectureconcepts.YouwillbetakenthroughwaystomeasureandimprovetheperformanceofRustcodesystematicallyandhowtowritecollectionswithconfidence.YouwilllearnabouttheSyncandSendtraitsappliedtothreads,andcoordinatethreadexecutionwithlocks,atomicprimitives,data-parallelism,andmore.ThebookwillshowyouhowtoefficientlyembedRustinC++codeandexplorethefunctionalitiesofvariouscratesformultithreadedapplications.Itexploresimplementationsindepth.Youwillknowhowamutexworksandbuildseveralyourself.Youwillmasterradicallydifferentapproachesthatexistintheecosystemforstructuringandmanaginghigh-scalesystems.Bytheendofthebook,youwillfeelcomfortablewithdesigningsafe,consistent,parallel,andhigh-performanceapplicationsinRust.WhatyouwilllearnProbeyourprogramsforperformanceandaccuracyissuesCreateyourownthreadingandmulti-processingenvironmentinRustUsecoarselocksfromRust’sStandardlibrarySolvecommonsynchronizationproblemsoravoidsynchronizationusingatomicprogrammingBuildlock-free/wait-freestructuresinRustandunderstandtheirimplementat
2024/2/28 3:43:03 1.9MB rust concurrency 并发 rust语言
1
ProductDetailsPaperback:384pagesPublisher:Addison-WesleyProfessional;1edition(May19,2006)Language:EnglishISBN-10:0321349601ISBN-13:978-0321349606--------------------------------------------"IwasfortunateindeedtohaveworkedwithafantasticteamonthedesignandimplementationoftheconcurrencyfeaturesaddedtotheJavaplatforminJava5.0andJava6.Nowthissameteamprovidesthebestexplanationyetofthesenewfeatures,andofconcurrencyingeneral.Concurrencyisnolongerasubjectforadvancedusersonly.EveryJavadevelopershouldreadthisbook."--MartinBuchholzJDKConcurrencyCzar,SunMicrosystems"Forthepast30years,computerperformancehasbeendrivenbyMoore'sLaw;fromnowon,itwillbedrivenbyAmdahl'sLaw.Writingcodethateffectivelyexploitsmultipleprocessorscanbeverychallenging.JavaConcurrencyinPracticeprovidesyouwiththeconceptsandtechniquesneededtowritesafeandscalableJavaprogramsfortoday's--andtomorrow's--systems."--DoronRajwanResearchScientist,IntelCorp"Thisisthebookyouneedifyou'rewriting--ordesigning,ordebugging,ormaintaining,orcontemplating--multithreadedJavaprograms.Ifyou'veeverhadtosynchronizeamethodandyouweren'tsurewhy,youoweittoyourselfandyouruserstoreadthisbook,covertocover."--TedNewardAuthorofEffectiveEnterpriseJava"Brianaddressesthefundamentalissuesandcomplexitiesofconcurrencywithuncommonclarity.Thisbookisamust-readforanyonewhousesthreadsandcaresaboutperformance."--KirkPepperdineCTO,JavaPerformanceTuning.com"Thisbookcoversaverydeepandsubtletopicinaveryclearandconciseway,makingittheperfectJavaConcurrencyreferencemanual.Eachpageisfilledwiththeproblems(andsolutions!)thatprogrammersstrugglewitheveryday.EffectivelyexploitingconcurrencyisbecomingmoreandmoreimportantnowthatMoore'sLawisdeliveringmorecore
2024/2/26 0:53:57 978KB Java Concurrency in Practice
1
Thisreleasehasbeenupdatedtofixthreeissues:UpdatetofixaconflictbetweentheAjaxControlToolkitandjQuery/jQueryUI.UpdatetotheToolkitScriptManagertopreventanerrorthatresultedfromconcurrencyconflictsonhightrafficwebsites.Ifyouaregettingtheerrormessage"Couldnotloadcontrolcontrolname.Thescriptreference(s)ofthiscontrolwasnotloadedcorrectly."thenpleaseinstallthisupdate.
2023/11/10 11:57:14 7.67MB ACTK
1
在VS2010中搭建KinectV2的开发环境需要sal.h和ConcurrencySal.h两个头文件。
2023/9/14 18:26:29 31KB kinect VS2010
1
C++ConcurrencyinAction中文PDF清晰版本书是并发和多线程机制指导书籍(基于C++11标准)。
从最基本的std::threadstd::mutex和std::async的使用,到复杂的原子操作和内存模型。
2023/7/22 16:34:35 4.22MB C++
1
TransactionalInformationSystems--Theory,Algorithms,andthePracticeofConcurrencyControlandRecovery
2023/7/2 16:50:52 3.57MB Transaction
1
共 25 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡