编译器是将一种语言翻译为另一种语言的计算机程序。
编译器将源程序(sourcelanguage)编写的程序作为输入,而产生用目标语言(targetlanguage)编写的等价程序。
通常地,源程序为高级语言(high-levellanguage),如C或C++,而目标语言则是目标机器的目标代码(objectcode,有时也称作机器代码(machinecode)),也就是写在计算机机器指令中的用于运行的代码。
2024/3/11 6:04:56 11.28MB 编译原理
1
图尼卡塔
2024/2/20 23:57:37 560KB JavaScript
1
用C/C++语言编程实现归并分类算法6.3和快速分类算法6.6。
对于快速分类,SPLIT中的划分元素采用三者A(low),A(high),A((low+high)/2)中其值居中者。
(2)随机产生20组数据(比如n=5000i,1≤i≤20)。
数据均属于范围(0,105)内的整数。
对于同一组数据,运行快速分类和归并分类算法,并记录各自的运行时间(以毫秒为单位)。
(3)根据实验数据及其结果来比较快速分类和归并分类算法的平均时间,并得出结论。
2024/2/16 22:04:36 3KB mergesort quicksort
1
License积分一个比一个贵,便宜一点大家high。
CCSv5.5破解所需的License,用于学习和交流,不用呀商业用途。
2024/1/16 12:28:30 833B CCSv5.5 CCS 5.5 License
1
AngularApp该项目是使用版本11.0.4生成的。
开发服务器为开发服务器运行ngserve。
导航到http://localhost:4200/。
如果您更改任何源文件,该应用程序将自动重新加载。
代码脚手架运行nggeneratecomponentcomponent-name生成一个新的组件。
您还可以使用nggeneratedirective|pipe|service|class|guard|interface|enum|module。
建造运行ngbuild来构建项目。
构建工件将存储在dist/目录中。
使用--prod标志进行生产构建。
运行单元测试运行ngtest通过执行单元测试。
运行端到端测试运行nge2e以通过执行端到端测试。
进一步的帮助要获得有关AngularCLI的更多帮助,请使用nghelp或查看“页面。
2023/12/29 16:58:38 90.12MB TypeScript
1
Packt.HBase.High.Performance.Cookbook,包括pdf,azw3,epub,mobi四种格式。
我也是下载了错误的格式后,找到的这个版本,希望能对其他人有所帮助。
2023/12/27 13:52:38 33.37MB hbase performance cookbook pdf
1
卢阿命令行工具,可帮助您通过学习习惯来更快地导航:high_voltage:带有Windows和posixshell支持的的替代品和各种改进。
【】描述z.lua是浏览文件系统的更快方法。
它基于“频率”跟踪您最常用的目录。
在短暂的学习阶段之后,z将带您按顺序进入与命令行中给出的所有正则表达式匹配的“最新”目录。
例如,zfoobar将匹配/foo/bar但不匹配/bar/foo。
声誉使用z.lua的人:我原则上喜欢这个。
我在命令行上非常可预测,而且太懒了,无法创建快捷方式感觉要直观得多,并且能够在我正在使用的文件夹之间跳转而不必遍历整棵树,这是如此的方便。
外壳过去对我来说是如此的拘束,但是像这样的工具让我更加享受它。
我终于可以在我的RaspberryPi1上拥有类似于autojump的功能,而无需每次打开新外壳都等待30秒。
谢谢z.lua开发人员。
无论如何,z.lua是一个有前途的项目。
如果只需要目录跳转,则可能是最佳选择。
产品特点10X倍的速度比胎儿酒精中毒综合症和autojump,3倍z.sh快。
通过用C编写的可
2023/12/22 11:52:32 192KB plugin shell bash zsh
1
Formanycomputervisionproblems,themosttimeconsumingcomponentconsistsofnearestneighbormatchinginhigh-dimensionalspaces.Therearenoknownexactalgorithmsforsolvingthesehigh-dimensionalproblemsthatarefasterthanlinearsearch.Approximatealgorithmsareknowntoprovidelargespeedupswithonlyminorlossinaccuracy,butmanysuchalgorithmshavebeenpublishedwithonlyminimalguidanceonselectinganalgorithmanditsparametersforanygivenproblem.Inthispaper,wedescribeasystemthatanswersthequestion,“Whatisthefastestapproximatenearest-neighboralgorithmformydata?”Oursystemwilltakeanygivendatasetanddesireddegreeofprecisionandusethesetoautomaticallydeterminethebestalgorithmandparametervalues.Wealsodescribeanewalgorithmthatappliesprioritysearchonhierarchicalk-meanstrees,whichwehavefoundtoprovidethebestknownperformanceonmanydatasets.Aftertestingarangeofalternatives,wehavefoundthatmultiplerandomizedk-dtreesprovidethebestperformanceforotherdatasets.Wearereleasingpublicdomaincodethatimplementstheseapproaches.Thislibraryprovidesaboutoneorderofmagnitudeimprovementinquerytimeoverthebestpreviouslyavailablesoftwareandprovidesfullyautomatedparameterselection.
2023/12/10 19:56:16 380KB nearest-neighbors search randomized kd-trees
1
Atypesystemisasyntacticmethodforenforcinglevelsofabstractioninprograms.Thestudyoftypesystems--andofprogramminglanguagesfromatype-theoreticperspective--hasimportantapplicationsinsoftwareengineering,languagedesign,high-performancecompilers,andsecurity.Thistextprovidesacomprehensiveintroductionbothtotypesystemsincomputerscienceandtothebasictheoryofprogramminglanguages.Theapproachispragmaticandoperational;eachnewconceptismotivatedbyprogrammingexamplesandthemoretheoreticalsectionsaredrivenbytheneedsofimplementations.Eachchapterisaccompaniedbynumerousexercisesandsolutions,aswellasarunningimplementation.Dependenciesbetweenchaptersareexplicitlyidentified,allowingreaderstochooseavarietyofpathsthroughthematerial.Thecoretopicsincludetheuntypedlambda-calculus,simpletypesystems,typereconstruction,universalandexistentialpolymorphism,subtyping,boundedquantification,recursivetypes,kinds,andtypeoperators.Extendedcasestudiesdevelopavarietyofapproachestomodelingthefeaturesofobject-orientedlanguages.(Thefulltableofcontentsisavailablehere.)
2023/11/15 5:46:54 2.19MB Programming
1
共 82 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡