这本书主要是讲在使用C++11特性时对并发的深入探讨。
它是由作为语言新线程支持基础的BoostThread库的主要开发及维护人员编写的。
总之,作者很有权威性。
该书从最基础的东西开始,假设读者已经有良好(甚至是非常好)的语言基础,但是首次接触并行代码。
该书逐步地探讨了一些由并发带来的问题,讲述了互斥的解决方案和局限性,以及它们是如何在C++11中实现的。
接下来讲述了C++的内存模型和原子类型。
最后,深入探讨了基于锁和无锁数据结构的设计。
这是自从HerbSutter在书中讨论这个话题之后,我所见过的最好的处理方法。
这本书很全面地涵盖了一些真正重要的话题,这些话题在其他书籍中是经常被忽略的,比如像,多线程的代码设计,线程应用程序的调试。
当然,在我看来,这两者都描述得太少了。
书中大部分内容都是作为参考资料(就单独的C++线程库就有差不多130页)。
另一个附录是一个完整的消息框架,并给出了代码和注解。
毫无疑问,作者还是花费了很大的心思,相关的内容都讲到了。
对于这本书,我也有不满意之处,但是它们都微不足道。
第一个就是你必须深入了解C++,否则阅读起来比较困难。
另一个就是作者最后一章讲述的线程池,用红色字体显示的”高级线程”。
在我看来,线程池在并发处设定标记很有意思,但是很可惜,作者却在这儿停笔了。
由此可得知,虽然作者在目录有提及到角色模型,但并没有进行讲解,就好像它压根儿不存在一样,可能在William看来,它其实对好几种语言至关重要,却不包括C++。
总的来说,这些不满意之处只能反应我的偏好,不能说明这本书有缺陷。
William的这本书非常棒,至少在未来的很长一段时间里都能称得上是这个领域的典型著作。
如果你想更仔细地看下这本书的内容,我们最近在一篇很受欢迎的文章里”WaitingforOne-OffEventswithFutures。
”有摘选了一些片段。
2024/7/2 3:36:47 2.13MB C++ 并发
1
WilliamK.Pratt(Author)ProductDetailsHardcover:720pagesPublisher:Wiley-Interscience;2edition(April1991)Language:EnglishISBN-10:0471857661ISBN-13:978-0471857662ProductDescriptionThisisarevisededitionofatextthatdescribesanimportanttechnologywithscientific,industrial,biomedical,spaceandgovernmentapplications.Muchofthenewmaterialinthisbookdealswithimageanalysis,asubjectinwhichtherehasbeenconsiderableprogressinthelastdecade.
2024/5/12 12:54:14 22.22MB Digital Image Processing
1
威廉J.达利(WilliamJ.Dally),NVIDIA的首席科学家,曾在贝尔实验室、加州理工学院和麻省理工学院任职,并曾在数字设备公司、克雷研究公司和英特尔公司当过顾问。
他还曾担任斯坦福大学计算机科学系主任。
1
数据与计算机通信第七版答案完整版WilliamStallings
1
本书为密码编码学与网络安全:原理与实践第五版中文版作者:斯托林斯(WilliamStallings)出版社:电子工业出版社本书概述了密码编码学与网络安全的基本原理和应用技术。
全书主要包括以下几个部分:①对称密码部分讨论了对称加密的算法和设计原则;
②公钥密码部分讨论了公钥密码的算法和设计原则;
③密码学中的数据完整性算法部分讨论了密码学Hash函数、消息验证码和数字签名;
④相互信任部分讨论了密钥管理和认证技术;
⑤网络与因特网安全部分讨论了应用密码算法和安全协议为网络和Internet提供安全;
⑥法律与道德问题部分讨论了与计算机和网络安全相关的法律与道德问题。
目录第0章读者导引0.1本书概况0.2读者和教师导读0.3Internet和Web资源0.4标准第1章概述1.1计算机安全概念1.2OSI安全框架1.3安全攻击1.4安全服务1.5安全机制1.6网络安全模型1.7推荐读物和网站1.8关键术语、思考题和习题第一部分对称密码第2章传统加密技术2.1对称密码模型2.2代替技术2.3置换技术2.4转轮机2.5隐写术2.6推荐读物和网站2.7关键术语、思考题和习题第3章分组密码和数据加密标准3.1分组密码原理3.2数据加密标准3.3DES的一个例子3.4DES的强度3.5差分分析和线性分析3.6分组密码的设计原理3.7推荐读物和网站3.8关键术语、思考题和习题第4章数论和有限域的基本概念4.1整除性和除法4.2Euclid算法4.3模运算4.4群、环和域4.5有限域GF(p)4.6多项式运算4.7有限域GF(2n)4.8推荐读物和网站4.9关键术语、思考题和习题附录4Amod的含义第5章高级加密标准5.1有限域算术5.2AES的结构5.3AES的变换函数5.4AES的密钥扩展5.5一个AES例子5.6AES的实现5.7推荐读物和网站5.8关键术语、思考题和习题附录5A系数在GF(28)中的多项式附录5B简化AES第6章分组密码的工作模式6.1多重加密与三重DES算法6.2电码本模式6.3密文分组链接模式6.4密文反馈模式6.5输出反馈模式6.6计数器模式6.7用于面向分组的存储设备的XTS-AES模式6.8推荐读物和网站6.9关键术语、思考题和习题第7章伪随机数的产生和流密码7.1随机数产生的原则7.2伪随机数发生器7.3使用分组密码的伪随机数产生7.4流密码7.5RC4算法7.6真随机数发生器7.7推荐读物和网站7.8关键术语、思考题和习题第二部分公钥密码第8章数论入门8.1素数8.2费马定理和欧拉定理8.3素性测试8.4中国剩余定理8.5离散对数8.6推荐读物和网站8.7关键术语、思考题和习题第9章公钥密码学与RSA9.1公钥密码体制的基本原理9.2RSA算法9.3推荐读物和网站9.4关键术语、思考题和习题附录9ARSA算法的证明附录9B算法复杂性第10章密钥管理和其他公钥密码体制10.1Diffie-Hellman密钥交换10.2ElGamal密码体系10.3椭圆曲线算术10.4椭圆曲线密码学10.5基于非对称密码的伪随机数生成器10.6推荐读物和网站10.7关键术语、思考题和习题第三部分密码学数据完整性算法第11章密码学Hash函数11.1密码学Hash函数的应用11.2两个简单的Hash函数11.3需求和安全性11.4基于分组密码链接的Hash函数11.5安全Hash算法(SHA)11.6SHA-11.7推荐读物和网站11.8关键术语、思考题和习题附录11A生日攻击的数学基础第12章消息认证码12.1对消息认证的要求12.2消息认证函数12.3对消息认证码的要求12.4MAC的安全性12.5基于Hash函数的MAC:HMAC12.6基于分组密码的MAC:DAA和CMAC12.7认证加密:CCM和GCM12.8使用Hash函数和MAC产生伪随机数12.9推荐读物和网站12.10关键术语、思考题和习题第13章数字签名13.1数字签名13.2ElGamal数字签名方案13.3Schnorr数字签名方案13.4数字签名标准13.5推荐读物和网站13.6关键术语、思考题和习题第四部分相互信任第14章密钥管理和分发14
1
计算机组织与结构——性能设计英文版教材作者是WilliamstallingsPDF格式的文档
2024/4/24 9:47:53 3MB 计算机 组成原理
1
数值分析(NumericalRecipes)3rdEdition。
原版教材,含源代码。
C语言版本。
WilliamH.Press(Author),SaulA.Teukolsky(Author),WilliamT.Vetterling(Author),BrianP.Flannery(Author)
2024/4/11 21:57:07 9.67MB Numerical Recipes
1
作者:WilliamH.Press/BrianP.Flannery/SaulA.Teukolsky/WilliamT.Vetterling本书编写了300多个实用而有效的数值算法C语言程序。
其内容包括:线性方程组的求解,逆矩阵和行列式计算,多项式和有理函数的内插与外推,函数的积分和估值,特殊函数的数值计算,随机数的产生,非线性方程求解,傅里叶变换和FFT,谱分析和小波变换,统计描述和数据建模,常微分方程和偏微分方程求解,线性预测和线性预测编码,数字滤波,格雷码和算术码等。
全书内容丰富,层次分明,是一本不可多得的有关数值计算的C语言程序大全。
本书每章中都论述了有关专题的数学分析、算法的讨论与比较,以及算法实施的技巧,并给出了标准C语言实用程序。
这些程序可在不同计算机的C语言编程环境下运行。
本书可作为从事科学计算的科技工作者的工具书,计算机软件开发者的参考书,也可以作为大学本科生和研究生的参考书或教材。
2024/2/6 5:38:02 10.13MB Numerical Recipes 数值算法 c
1
DifferentialEquationsandLinearAlgebra(4th)英文无水印原版pdf第4版pdf所有页面使用FoxitReader、PDF-XChangeViewer、SumatraPDF和Firefox测试都可以打开本资源转载自网络,如有侵权,请联系上传者或csdn删除查看此书详细信息请在美国亚马逊官网搜索此书EditorialDirector,Mathematics:ChristinehoagEditor-in-Chief:DeirdreLynchAcquisitionsEditor:WilliamHoffmaProjectTeamLead:ChristinaleProjectmanager:LaurenMorseEditorialAssistant:JenniferSnyderProgramTeamLead:KarenwernholmProgramManagerDaniellesimbajonCoverandillustrationDesign:StudioMontageProgramDesignLead:BethPaquinProductMarketingManagerClaireKozarProductMarketingCoordiator:BrookesmithFieldMarketingManager:EvanStCyrSeniorAuthorSupport/TechnologySpecialist:JoevetereSeniorProcurementSpecialist:CarolMelvilleInteriorDesign,ProductionManagement,AnswerArt,andCompositioneNergizerAptara,LtdCoverImage:LighttrailsonmodernbuildingbackgroundinShanghai,China-hxdyl/123RFCopyrightO2017,2011,2005PearsonEducation,Inc.oritsaffiliates.AllRightsReserved.PrintedintheUnitedStatesofAmerica.Thispublicationisprotectedbycopyright,andpermissionshouldbeobtainedfromthepublisherpriortoanyprohibitedreproduction,storageinaretrievalsystem,ortransmissioninanyformorbyanymeans,electronic,mechanical,photocopyingrecording,orotherwise.Forinformationregardingpermissions,requestformsandtheappropriatecontactswithinthePearsonEducationGlobalRights&Permissionsdepartmentpleasevisitwww.pearsoned.com/permissions/PEARSONandALWAYSLEARNINGareexclusivetrademarksintheU.s.and/orothercountriesownedbyPearsonEducation,Inc.oritsaffiliatesUnlessotherwiseindicatedherein,anythird-partytrademarksthatmayappearinthisworkarethepropertyoftheirrespectiveowandanyreferencestothird-partytrademarks,logosorothertradedressarefordemonstrativeordescriptivepurposesonly.SuchofsuchmarksoranyrelationshipbetweentheownerandPearsonEducation,Inc.oritsaffiliates,authors,licenseesordistributortreferencesarenotintendedtoimplyanysponsorship,endorsement,authorization,orpromotionofPearsonsproductsbytheownersLibraryofCongressCataloging-in-PublicationDataGoode.StephenwDifferentialequationsandlinearalgebra/StephenW.GoodeandScottA.AnninCaliforniastateUniversity,Fullerton.-4theditionpagescmIncludesindexISBN978-0-321-96467-0—ISBN0-32196467-51.Differentialequations.2.Algebras,Linear.I.Annin,Scott.II.TitleQA371.G6442015515’.35-dc23201400601512345678910V031-1918171615PEARSONISBN10:0-321-96467-5www.pearsonhighered.comISBN13:978-0-321-96467-0ContentsPrefacevii1First-OrderDifferentialEquations1.1DifferentialEquationsEverywhere11.2BasicIdeasandTerminology131.3TheGeometryofFirst-OrderDifferentialEquations231.4SeparableDifferentialEquations341.5SomeSimplePopulationModels451.6First-OrderLinearDifferentialEquations531.7ModelingProblemsUsingFirst-OrderLinearDifferentialEquations61.8Changeofvariables711.9ExactDifferentialEquations821.10Numericalsolutiontofirst-OrderDifferentialEquations931.11SomeHigher-OrderDifferentialEquations1011.12ChapterReview1062MatricesandSystemsofLinearEquations1142.1Matrices:Definitionsandnotation1152.2MatrixAlgebra1222.3TerminologyforSystemsofLinearEquations13824R。
w-EchelonMatricesandElementaryR。
wOperations1462.5Gaussianelimination1562.6TheInverseofasquarematrix1682.7ElementaryMatricesandtheLUFactorization1792.8TheInvertiblematrixtheoremi1882.9ChapterReview1903Determinants1963.1TheDefinitionofthedeterminant1963.2PropertiesofDeterminants2093.3CofactorExpansions2223.4SummaryofDeterminants2353.5ChapterReview242iyContents4VectorSpaces2464.1Vectorsinrn2484.2DefinitionofaVectorSpace2524.3Subspaces2634.4SpanningSets2744.5LinearDependenceandLinearIndependence2844.6Basesanddimension2984.7Changeofbasis3114.8RowSpaceandColumnSpace3194.9TheRank-NullityTheorem3254.10InvertibleMatrixTheoremll3314.11ChapterReview3325InnerProductSpaces3395.1DefinitionofanInnerproductspace3405.2OrthogonalSetsofvectorsandorthogonalProjections3525.3Thegram-Schmidtprocess3625.4LeastSquaresApproximation3665.5ChapterReview3766LinearTransformations3796.1Definitionofalineartransformation3806.2Transformationsofr23916.3TheKernelandrangeofalineartransformation3976.4AdditionalPropertiesofLinearTransformations4076.5Thematrixofalineartransformation4196.6Chaiterreview4287EigenvaluesandEigenvectors4337.1TheEigenvalue/EigenvectorProblem4347.2GeneralResultsforEigenvaluesandEigenvectors4467.3Diagonalization4547.4AnIntroductiontotheMatrixExponentialFunction4627.5OrthogonalDiagonalizationandQuadraticforms4667.6Jordancanonicalforms4757.7Chapterreview4888LinearDifferentialEquationsofOrdern4938.1GeneralTheoryforLinearDifferentialEquations4958.2ConstantCoefficientHomogeneousLinearDifferentialEquations5058.3ThemethodofundeterminedcoefficientsAnnihilators5158.4Complex-ValuedTrialSolutions5268.5OscillationsofaMechanicalSystem529Contentsv8.6RLCCircuits5428.7TheVariationofparametersmethod5478.8ADifferentialEquationwithNonconstantCoefficients5578.9Reductionoforder5688.10ChapterReview5739SystemsofDifferentialEquations5809.1First-OrderLinearSystems5829.2VectorFormulation5889.3GeneralResultsforfirst-OrderLinearDifferentialystems5939.4VectorDifferentialEquations:NondefectiveCoefficientMatrix5999.5VectorDifferentialEquations:DefectiveCoefficientMatrix6089.6Variation-of-ParametersforLinearSystems6209.7SomeApplicationsofLinearSystemsofDifferentialEquations6259.8MatrixExponentialFunctionandSystemsofDifferentialEquations6359.9ThePhasePlaneforLinearAutonomousSystems6439.10NonlinearSystems6559.11ChapterReview66310TheLaplaceTransformandSomeElementaryApplications67010.1DefinitionoftheLaplaceTransform67010.2TheExistenceofthelaplacetransformandtheInversetransform67610.3PeriodicFunctionsandtheLaplacetransform68210.4ThetransformofderivativesandsolutionofInitial-Valueproblems68510.5TheFirstShiftingTheorem69010.6TheUnitStepFunction69510.7TheSecondShiftingTheorem69910.8ImpulsiveDrivingTerms:TheDiracDeltaFunction70610.9TheConvolutionIntegral71110.10ChapterReview71711SeriesSolutionstoLinearDifferentiaEquations72211.1AReviewofpowerseries72311.2SeriesSolutionsaboutanOrdinaryPoint73111.3TheLegendreEquation74111.4SeriesSolutionsaboutaRegularSingularPoint75011.5Frobeniustheory75911.6Bessel'sEquationofOrderp77311.7Chapterreview785ViContentsAReviewofComplexNumbers791BReviewofPartialFractions797CReviewofIntegrationTechniques804DLinearlyIndependentSolutionstox2y+xp(x)y+g(x)y=0811Answerstoodd-NumberedExercises814Index849S.W.GoodededicatesthisbooktomeganandtobiS.A.annindedicatesthisbooktoarthurandJuliannthebestparentsanyonecouldaskforPretraceLikethefirstthreeeditionsofDifferentialEquationsandLinearalgebra,thisfourtheditionisintendedforasophomorelevelcoursethatcoversmaterialinbothdifferentialequationsandlinearalgebra.Inwritingthistextwehaveendeavoredtodevelopthestudentsappreciationforthepowerofthegeneralvectorspaceframeworkinformulatingandsolvinglinearproblems.Thematerialisaccessibletoscienceandengineeringstu-dentswhohavecompletedthreesemestersofcalculusandwhobringthematurityofthatsuccesswiththemtothiscourseThistextiswrittenaswewouldnaturallyteachblendinganabundanceofexamplesandillustrations,butnotattheexpenseofadeliberateandrigoroustreatment.MostresultsareprovenindetailHowever,manyofthesecanbeskippedinfavorofamoreproblem-solvingorientedapproachdependingonthereader'sobjectives.Somereadersmayliketoincorporatesomeformoftechnology(computeralgebrasystem(CAS)orgraphingcalculator)andthereareseveralinstancesinthetextwherethepoweroftechnologyisillustratedusingtheCasMaple.Furthermore,manyexercisesetshaveproblemsthatrequiresomeformoftechnologyfortheirsolutionTheseproblemsaredesignatedwithaoIndevelopingthefourtheditionwehaveoncemorekeptmaximumflexibilityofthematerialinmind.Insodoing,thetextcaneffectivelyaccommodatethedifferentemphasesthatcanbeplacedinacombineddifferentialequationsandlinearalgebracourse,thevaryingbackgroundsofstudentswhoenrollinthistypeofcourse,andthefactthatdifferentinstitutionshavedifferentcreditvaluesforsuchacourse.Thewholetextcanbecoveredinafivecredit-hourcourse.Forcourseswithalowercredit-hourvalue,someselectivitywillhavetobeexercised.Forexample,much(orall)ofChapterImaybeomittedsincemoststudentswillhaveseenmanyofthesedifferentialequationstopicsinanearliercalculuscourse,andtheremainderofthetextdoesnotdependonthetechniquesintroducedinthischapter.Alternatively,whileoneofthemajorgoalsofthetextistointerweavethematerialondifferentialequationswiththetoolsfromlinearalgebrainasymbioticrelationshipasmuchaspossible,thecorematerialonlinearalgebraisgiveninChapters2-7sothatitispossibletousethisbookforacoursethatfocusessolelyonthelinearalgebrapresentedinthesesixchapters.ThematerialondifferentialequationsiscontainedprimarilyinChapters1and8-1l,andreaderswhohavealreadytakenafirstcourseinlinearalgebracanchoosetoproceeddirectlytothesechaptersThereareothermeansofeliminatingsectionstoreducetheamountofmaterialtobecoveredinacourse.Section2.7containsmaterialthatisnotrequiredelsewhereinthetext,Chapter3canbecondensedtoasinglesection(Section3.4)forreadersneedingonlyacursoryoverviewofdeterminants,andSections4.7,5.4,andthelatersectionsofChapters6and7couldallbereservedforasecondcourseinlinearalgebra.InChapter8Sections8.4,8.8,and8.9canbeomitted,and,dependingonthegoalsofthecourse,Sections8.5and8.6couldeitherbede-emphasizedoromittedcompletelySimilarremarksapplytoSections9.7-9.10.AtCaliforniaStateUniversity,Fullertonwehaveafourcredit-hourcourseforsophomoresthatisbasedaroundthematerialinChapters1-9viiiPrefaceMajorChangesintheFourthEditionSeveralsectionsofthetexthavebeenmodifiedtoimprovetheclarityofthepresentationandtoprovidenewexamplesthatreflectinsightfulillustrationswehaveusedinourowncoursesatCaliforniaStateUniversity,Fullerton.OthersignificantchangeswithinthetextarelistedbeleOW1.ThechapteronvectorspacesinthepreviouseditionhasbeensplitintotwochaptersChapters4and5)inthepresentedition,inordertofocusseparateattentiononvectorspacesandinnerproductspaces.Theshorterlengthofthesetwochaptersisalsointendedtomakeeachofthemlessdaunting2.Thechapteroninnerproductspaces(Chapter5)includesanewsectionprovidinganapplicationoflinearalgebratothesubjectofleastsquaresapproximation3.Thechapteronlineartransformationsinthepreviouseditionhasbeensplitintotwochapters(Chapters6and7)inthepresentedition.Chapter6isfocusedonlineartransformations,whileChapter7placesdirectemphasisonthetheoryofeigenvaluesandeigenvectors.Oncemore,readersshouldfindtheshorterchapterscoveringthesetopicsmoreapproachableandfocused4.Mostexercisesetshavebeenenlargedorrearranged.Over3,000problemsarenowcontainedwithinthetext,andmorethan600concept-orientedtrue/falseitemsarealsoincludedinthetext5.Everychapterofthebookincludesoneormoreoptionalprojectsthatallowformorein-depthstudyandapplicationofthetopicsfoundinthetext6.ThebackofthebooknowincludestheanswertoeveryTrue-FalsereviewitemcontainedinthetextAcknowledgmentsWewouldliketoacknowledgethethoughtfulinputfromthefollowingreviewersofthefourthedition:JameyBassofCityCollegeofSanFrancisco,TamarFriedmannofUniversityofrochester,andlinghaiZhangofLehighUniversityAlloftheircommentswereconsideredcarefullyinthepreparationofthetextS.A.Annin:Ioncemorethankmyparents,ArthurandJuliannAnnin,fortheirloveandencouragementinallofmyprofessionalendeavors.Ialsogratefullyacknowledgethemanystudentswhohavetakenthiscoursewithmeovertheyearsand,insodoinghaveenhancedmyloveforthesetopicsanddeeplyenrichedmycareerasaprofessorFirst-OrderDifferentiaEquations1.1DifferentialEquationsEverywhereadifferentialequationisanyequationthatinvolvesoneormorederivativesofanunknownfunction.Forexample(1.1.1dxds(S-1)(1.1.2)aredifferentialequations.Inthedifferentialequation(1.1.1)theunknownfunctionordependentvariableisy,andxistheindependentvariable;inthedifferentialequation(1.1.2)thedependentandindependentvariablesareSandt,respectively.Differentialequationssuchas(1.1.1)and(1.1.)inwhichtheunknownfunctiondependsonlyonasingleindependentvariablearecalledordinarydifferentialequations.Bycontrast,thedifferentialequationLaplace'sequation)0involvespartialderivativesoftheunknownfunctionu(x,y)oftwoindependentvariablesxandy.SuchdifferentialequationsarecalledpartialdifferentialequationsOnewayinwhichdifferentialequationscanbecharacterizedisbytheorderofthehighestderivativethatoccursinthedifferentialequationThisnumberiscalledtheorderofthedifferentialequation.Thus,(l1.1)hasordertwo,whereas(1.1.2)isafirst-orderdifferentialequation1
2024/1/26 14:10:04 16.51MB Differential Equations Linear Algebra
1
WilliamStallings的计算机结构中的CPU设计,体现微指令与微操作思想。
可以实现四则运算,分支跳转,逻辑运算等常见功能。
包含各个模块的VHDL文件,总元件图,实验报告(Chinglish...),波形仿真等。
使用时请自行重新例化元件。
2024/1/22 4:15:48 349KB FPGA CPU VHDL
1
共 44 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡