Informationtheoryandinference,taughttogetherinthisexcitingtextbook,lieattheheartofmanyimportantareasofmoderntechnology-co妹妹unication,signalprocessing,datamining,machinelearning,patternrecognition,computationalneuroscience,bioinformaticsandcryptography.Thebookintroducestheoryintandemwithapplications.Informationtheoryistaughtalongsidepracticalco妹妹unicationsystemssuchasarithmeticcodingfordatacompressionandsparse-graphcodesforerror-correction.Inferencetechniques,includingmessage-passingalgorithms,MonteCarlomethodsandvariationalapproximations,aredevelopedalongsideapplicationstoclustering,convolutionalcodes,independentcomponentanalysis,andneuralnetworks.Uniquely,thebookcoversstate-of-the-arterror-correctingcodes,includinglow-density-parity-checkcodes,turbocodes,anddigitalfountaincodes-thetwenty-first-centurystandardsforsatelliteco妹妹unications,diskdrives,anddatabroadcast.Richlyillustrated,filledwithworkedexamplesandover400exercises,somewithdetailedsolutions,thebookisidealforself-learning,andforundergraduateorgraduatecourses.Italsoprovidesanunparalleledentrypointforprofessionalsinareasasdiverseascomputationalbiology,financialengineeringandmachinelearning.
2020/10/10 3:04:56 18.84MB Information
1
预测分析表自动构造程序的实现设计内容及要求:对于任意输入的一个LL(1)文法,构造其预测分析表。
要求:首先实现集合FIRST(X)构造算法和集合FOLLOW(A)构造算法,再实现教材P.79给出的预测分析表构造算法。
程序显示输出预测分析表或输出到指定文件中。
预测分析程序的实现设计内容及要求:对文法G:E→E+T|T按教材P.76表4.1构造出G的预测分析程序,T→T*F|F程序显示输出如P.78那样的婚配过程。
F→(E)|i
2020/4/21 14:31:44 236KB 编译原理 c++ 课程设计
1
国科大2017-2018年高级软件工程程相关的复习考试真题资料。
本人整理和同学对了答案的试题和答案内容:一、概念解释1.敏捷开发方法与Scrum方法2.基于计划-文档开发方法(Plan-and-DocumentbasedDevelopment)3.DRY(Don’tRepeatYourself)无重复代码4.MVC(软件作为服务的开发框架)5.SMART用户故事6.TDDand红-绿-重构7.FIRST测试原则8.代码味道及类内方法SOFA原则(说明S、O、F、A分别代表什么?违法该原则的代码的不好特征、重构和修复的方法)9.类间关系的SOLID原则(说明每个原则的意义、违法该原则的代码的不好特征、重构和修复的方法)(1)单一责任原则(2)开闭原则(3)里氏替换原则(4)依赖注入原则(5)迪米特法则10.持续集成及开发11.文档对象模型(DOM)和jQuery12.JavaScript函数特点13.HTML14.ruby面向对象15.ruby访问控制public、private和protected16.CSS规则构成17.ruby中的数组18.Ruby哈希(Hash)19.Ruby迭代器:each和collect20.Git工作流程
1
Securify,asecurityanalyzerforEthereumsmartcontractsthatisscalable,fullyautomated,andabletoprovecontractbehaviorsassafe/unsafewithrespecttoagivenproperty.Securifysanalysisconsistsoftwosteps.First,itsymbolicallyanalyzesthecontractsdependencygraphtoextractpr
2015/7/8 14:20:24 1.75MB 智能合约 漏洞检测
1
通过设计、开发一个高级言语的LL(1)语法分析程序,实现对源程序的语法检查和结构分析,括自顶向下语法分析、First集、Follow集、Select集、文法等价变换)的理解,提高语法分析方法的实践能力。
2018/8/21 1:27:28 78KB 编译原理实验
1
按照HyperLedger/Fabric提示执行的命令是无法运转起first-network这个项目,该demo需要先下载Platform-specificBinaries(特定的二进制文件)
2018/9/23 3:32:33 17.83MB cryptogen configtxgen
1
编译原理实验first、follow、select集合的求解,经测试正确,c言语编写
2022/9/6 18:03:45 199KB first follow
1
Python-KaggleInstacart市场篮子阐发orders(3.4mrows,206kusers):order_id:orderidentifieruser_id:customeridentifiereval_set:whichevaluationsetthisorderbelongsin(seeSETdescribedbelow)order_number:theordersequencenumberforthisuser(1=first,n=nth)order_dow:thedayoftheweektheorderwasplacedonorder_hour_of_day:thehourofthedaytheorderwasplacedondays_since_prior:dayssincethelastorder,cappedat30(withNAsfororder_number=1)products(50krows):product_id:productidentifierproduct_name:nameoftheproductaisle_id:foreignkeydepartment_id:foreignkeyaisles(134rows):aisle_id:aisleidentifieraisle:thenameoftheaisledeptartments(21rows):department_id:departmentidentifierdepartment:thenameofthedepartmentorder_products__SET(30m+rows):order_id:foreignkeyproduct_id:foreignkeyadd_to_cart_order:orderinwhicheachproductwasaddedtocartreordered:1ifthisproducthasbeenorderedbythisuserinthepast,0otherwisewhereSETisoneofthefourfollowingevaluationsets(eval_setinorders):"prior":orderspriortothatusersmostrecentorder(~3.2morders)"train":trainingdatasuppliedtoparticipants(~131korders)"test":testdatareservedformachinelearningcompetitions(~75korders)
2022/9/4 4:30:24 118B Instacart市场篮子 数据
1
ActiveRecord模型Rails实验室目标手动创建迁移手动创建模型建立模型实例方法建立模型您可以在spec/models目录中找到此应用程序的测试套件,并使用以下命令运行它们:bundleexecrspec。
该实验室进行测试以确保您的应用程序可以创建记录,并且具有可以在模型上调用的实例方法。
指示手动创建一个名为“students的表,该表具有以下列:first_name和last_name–这应该通过创建新的数据库迁移来完成为学生表创建一个模型,该模型继承自ActiveRecord::Base在模型中实现to_s实例方法,该方法将为学生前往串联的名字和姓氏。
例如:first_name:"Daenerys",last_name:"Targaryen"=>"DaenerysTargaryen"在Learn.co上查看,并开始
2022/9/4 4:30:24 43KB Ruby
1
本文以柱形图和饼形图ajax动态赋值为例一、饼形图赋值步骤(1)jsp页面<!--引入echarts官方js-->[removed][removed]<body><!--为ECharts预备一个具备大小(宽高)的DOM饼形图-->[html]viewplaincopy</body>(2)js页面//饼图模板vardom=document.getElementById(first);
2021/9/3 2:29:53 70KB ajax ar art
1
共 71 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡