记得theArt&ScienceofC这本书花了我当年二个学期的时间,本人的WORD技术也因此练的是炉火纯青啊!文档建立时在2007年8月,中国奥运会还没到,快十年过去了,今天终于看到@xiaopengyou第一个回复说看完了,十分感慨。
想当年在上高中前的我,为了想当一名程序员,找一本参考书可以费劲啊!找来找去只有谭老的那一本,真是涙そうそう!还记得当年,不会英语,想起个英文名都难,直到开始通过《从零开始》学英语后,起了第一个网名:David,没想到后来上大学后,好兄弟的英文名也叫David,巧!于是后来又起了几个网名Winsen&Jiansbomber&Jimbo,发现重复机率太高了就是太长了,于是就加后缀加前缀来区分,所心以就有了现在的坚果-Jimbo和Jimbowhy了!想想以前,自己最喜欢做的事恐怕要算是玩了,比如说玩抄书《电气工程学概论(美)J.R.Cogdell著贾洪峰译》,玩玩电子竞赛,也爱玩玩素描之类的。
本书是极佳的C、C++入门与提高的用书,斯坦福大学计算机科学系先锋教授EricS.Roberts精心编写,从硬件基础到算法思想,以西式物理艺术讲授计算机的科学,全程导航,让你在编程生崖受益。
中文译名:《计算机的科学与艺术》作者:罗伯特单位:斯坦福大学计算机科学系电子版诞生记:http://jimbowhy.lofter.com/post/1cac3850_9195271本注解网乐文:http://jimbowhy.lofter.com/post/1cac3850_9195208其它下载地址:http://download.csdn.net/download/winsenjiansbomber/6599409http://download.csdn.net/detail/jiansbomber/570083#commenthttp://download.csdn.net/detail/WinsenJiansbomber/559013
2024/5/29 6:22:55 4.7MB Art Science C
1
差分、梯度、Roberts、sobel、Prewitt、Laplace边缘检测算子的介绍、评估和比较很实用的一篇文章,拿来和大家共享
1
RobertSedgewickhasthoroughlyrewrittenandsubstantiallyexpandedandupdatedhispopularworktoprovidecurrentandcomprehensivecoverageofimportantalgorithmsanddatastructures.ChristopherVanWykandSedgewickhavedevelopednewC++implementationsthatbothexpressthemethodsinaconciseanddirectmanner,andalsoprovideprogrammerswiththepracticalmeanstotestthemonrealapplications.Manynewalgorithmsarepresented,andtheexplanationsofeachalgorithmaremuchmoredetailedthaninpreviouseditions.Anewtextdesignanddetailed,innovativefigures,withaccompanyingcommentary,greatlyenhancethepresentation.ThethirdeditionretainsthesuccessfulblendoftheoryandpracticethathasmadeSedgewick'sworkaninvaluableresourceformorethan250,000programmers!Thisparticularbook,Parts1n4,representstheessentialfirsthalfofSedgewick'scompletework.Itprovidesextensivecoverageoffundamentaldatastructuresandalgorithmsforsorting,searching,andrelatedapplications.Althoughthesubstanceofthebookappliestoprogramminginanylanguage,theimplementationsbyVanWykandSedgewickalsoexploitthenaturalmatchbetweenC++classesandADTimplementations.Highlights*Expandedcoverageofarrays,linkedlists,strings,trees,andotherbasicdatastructures*Greateremphasisonabstractdatatypes(ADTs),modularprogramming,object-orientedprogramming,andC++classesthaninpreviouseditions*Over100algorithmsforsorting,selection,priorityqueueADTimplementations,andsymboltableADT(searching)implementations*Newimplementationsofbinomialqueues,multiwayradixsorting,randomizedBSTs,splaytrees,skiplists,multiwaytries,Btrees,extendiblehashing,andmuchmore*Increasedquantitativeinformationaboutthealgorithms,givingyouabasisforcomparingthem*Over1000newexercisestohelpyoulearnthepropertiesofalgorithmsWhetheryouarelearningthealgorithmsforthefirsttimeorwishtohaveup-to-datereferencematerialthatincorporatesnewprogrammingstyleswithclassicandnewalgorithms,youwillfindawealthofusefulinformationinthisbook.
2024/4/24 7:27:29 11.47MB 算法 C++
1
matlab实现灰度图像边缘检测,本代码采用roberts算子,其他算子代码方法类似!
2024/4/21 20:03:27 828B 边缘matlab
1
不用matlab的自带函数,自编的边缘提取程序。
不用matlab的自带函数,自编的边缘提取程序。
不用matlab的自带函数,自编的边缘提取程序。
不用matlab的自带函数,自编的边缘提取程序。
2024/2/19 18:45:21 3KB matlab 边缘提取
1

本文的图像预处理环节则采用图像灰度化和用Roberts算子对车牌进行边缘检测。
车牌定位和分割采用的是利用数学形态法来确定车牌位置,然后利用车牌彩色信息的彩色分割法来完成车牌部位分割。
分割后的字符先进行二值化处理,再对垂直投影进行扫描后完成对字符的分割。
本课题是基于Matlab下的环境下对其进行仿真。
2023/11/25 3:24:22 203KB chepaishibie
1
C#实现的数字图像边缘检测处理的程序,包括:Sobel、Roberts、Smoothed、Canny、Prewitt;
采用VS2008编写,完整可执行,本程序集合并参考了论坛中一些大侠的代码。
2023/11/18 21:14:29 75KB 边缘检测 sobel Roberts canny
1
斯坦福大学程序设计教材,著名计算机教育家Eric.s.Roberts的力作。
感觉比C++经典C++ProgrammingLanguage内容更丰富,但也是针对没有编程基础的人学的。
如果你觉得自己自学能力够强,这本应该更有价值。
2023/7/29 1:32:48 8.04MB c++
1
1.TheByzantineGeneralsProblem(1982)byLeslieLamport,RobertShostakandMarshallPease2.GoTostatementsconsideredharmfull(1968)-byEdsgerW.Dijkstra3.ANoteonDistributedComputing(1994)-bySamuelC.Kendall,JimWaldo,AnnWollrathandGeoffWyant4.BigBallofMud(1999)-BrianFooteandJosephYoder5.NoSilverBulletEssenceandAccidentsofSoftwareEngineering(1987)-FrederickP.Brooks6.TheOpenClosedPrinciple(1996)-RobertC.Martin(UncleBob)7.IEEE1471-2000Arecommendedpracticeforarchitecturaldescriptionofsoftwareintensivesystems(2000)8.Harvest,Yield,andScalableTolerantSystems(1999)ArmandoFox,EricA.Brewer9.AnIntroductiontoSoftwareArchitecture(1993)-DavidGarlanandMaryShaw10.WhoNeedsanArchitect?(2003)MartinFowler
1
不用matlab的自带函数,自编的边缘提取程序。
2023/6/10 6:56:04 6KB matlab 边缘提取
1
共 24 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡