Standarddigitalinterfaceforprogrammableinstrumentation–Part2:Codes,formats,protocolsandcommoncommands
2024/6/3 11:46:12 2.26MB SCPI IEEE IEEE 488.2
1
三地址代码是编译原理语法分析后的中间语言的一种,这是我刚完成的三地址代码生成器,符合的语法规则及其语义规则如下(S→ifCthenS1elseS2,这条规则没有加,其余都已完成,也许还有bug,欢迎大家给予指正):产生式 语义规则S→id=E S.code=E.code||gen(id.place’:=’E.place)S→ifCthenS1 C.true=newlabel;C.false=S.next;S1.next=S.next;S.code=C.code||gen(E.true’:’)||S1.codeS→ifCthenS1elseS2 C.true=newlabel;C.false=newlabel;S1.next=S2.next=S.next;S.code=C.code||gen(E.true’:’)||S1.code||gen(‘goto’,S.next)||gen(E.false’:’)||S2.codeS→whileCdoS1 S.begin=newlabel;C.true=newlabel;C.false=S.next;S1.next=S.begin;S.code=gen(S.begin’:’)||C.code||gen(E.true’:’)||S1.code||gen(‘goto’S.begin);C→E1>E2 C.code=E1.code||E2.code||gen(‘if’E1.place’>’E2.place’goto’C.true)||gen(‘goto’C.false)C→E1<E2 C.code=E1.code||E2.code||gen(‘if’E1.place’<’E2.place’goto’C.true)||gen(‘goto’C.false)C→E1=E2 C.code=E1.code||E2.code||gen(‘if’E1.place’=’E2.place’goto’C.true)||gen(‘goto’C.false)E→E1+T E.place=newtemp;E.code=E1.code||T.code||gen(E.place’:=’E1.place’+’T.place)E→E1-T E.place=newtemp;E.code=E1.code||T.code||gen(E.place’:=’E1.place’-’T.place)E→T E.place=T.place;E.code=T.codeT→F T.place=F.place;T.code=F.codeT→T1*F T.place=newtemp;T.code=T1.code||F.code||gen(T.place’:=’T1.place’*’F.place)T→T1/F T.place=newtemp;T.code=T1.code||F.code||gen(T.place’:=’T1.place’/’F.place)F→(E) F.place=E
2023/10/15 21:58:03 3KB 三地址 编译原理 语法分析器
1
疯狂的Android讲义第三版源码书内的源码,本光盘codes目录下有19个文件夹,其内容和含义说明如下:(1)01~19文件夹名对应于《疯狂Android讲义》(第3版)中的章名,即第2章所使用的代码放在codes文件夹的02文件夹下,依此类推。
(2)本书的绝大部分项目都是AndroidStudio项目,因此项目文件夹下包含.gitignore.gradle、.idea等文件和文件夹,它们是AndroidStudio项目文件,请不要删除。
(3)如果项目在AndroidStudio中无法编译,请先删除该项目根目录下的build文件夹,然后再使用AndroidStudio打开该项目。
2023/8/14 18:55:49 307.12MB Android
1
freeICTCLAS中科院中文分词(拼音中文输入法设计和源代码).zipICTCLAS源码结构Codes│ICTCLAS_WIN.cppWindows界面的程序│ICTCLAS_Win.dsp│ICTCLAS_WIN.dsw│ICTCLAS_WIN.h│ICTCLAS_Win.exe可执行程序│ICTCLAS_WinDlg.cpp│ICTCLAS_WinDlg.h│resource.h│StdAfx.cpp│StdAfx.h│log.txt日志│ICTCLAS_Win.rcWindows界面的资源│├─Utility共用函数模块│ContextStat.cpp│ContextStat.h│Dictionary.cpp│Dictionary.h│Utility.h│Utility.cpp│├─Unknown未登录词识别模块│UnknowWord.cpp│UnknowWord.h│├─TagHMM标注模块│Span.cpp│Span.h│├─Segment词语切分模块│DynamicArray.h│NShortPath.cpp│NShortPath.h│Queue.cpp│Queue.h│SegGraph.cpp│Segment.cpp│Segment.h│DynamicArray.cpp│SegGraph.h│├─Result结果生成模块│Result.cpp│Result.h│├─Data概率数据文件│lexical.ctx│BigramDict.dct│coreDict.dct│nr.dct│nr.ctx│ns.ctx│ns.dct│tr.dct│tr.ctx│└─resWindows界面的资源
1
纠错码典型书籍,SLONE传授晚期典型著述,极其值患上一看
2023/4/9 4:20:20 9.09MB 纠错码
1
MIMO-OFDMisakeytechnologyfornext-generationcellularco妹妹unications(3GPP-LTE,MobileWiMAX,IMT-Advanced)aswellaswirelessLAN(IEEE802.11a,IEEE802.11n),wirelessPAN(MB-OFDM),andbroadcasting(DAB,DVB,DMB).InMIMO-OFDMWirelessCo妹妹unicationswithMATLAB(r),theauthorsprovideacomprehensiveintroductiontothetheoryandpracticeofwirelesschannelmodeling,OFDM,andMIMO,usingMATLAB(r)programstosimulatethevarioustechniquesonMIMO-OFDMsystems.*Oneoftheonlybooksintheareadedicatedtoexplainingsimulationaspects*Coversimplementationtohelpcementthekeyconcepts*Usesmaterialsthathavebeenclassroom-testedinnumerousuniversities*ProvidestheanalyticsolutionsandpracticalexampleswithdownloadableMATLAB(r)codes*Simulationexamplesbasedonactualindustryandresearchprojects*PresentationslideswithkeyequationsandfiguresforinstructoruseMIMO-OFDMWirelessCo妹妹unicationswithMATLAB(r)isakeytextforgraduatestudentsinwirelessco妹妹unications.Professionalsandtechniciansinwirelessco妹妹unicationfields,graduatestudentsinsignalprocessing,aswellasseniorundergraduatesmajoringinwirelessco妹妹unicationswillfindthisbookapracticalintroductiontotheMIMO-OFDMtechniques.InstructormaterialsandMATLAB(r)codeexamplesavailablefordownloadatwww.wiley.com/go/chomimo
2015/3/7 3:34:51 4.99MB 802.11
1
30万种元器件丝印标识查问
2019/7/9 13:03:04 31.92MB SMD codes 贴片丝印
1
国家区号ISO3166-1alpha-2是代表国家/地区的两个字母的国家/地区代码。
在此存储库中,您将找到两个字母代码以及它们各自的完整国家名称。
言语能力JSON格式PHPPythonSQL示例(在JSON中)[{"code":"AD","country":"Andorra"},{"code":"AE","country":"UnitedArabEmirates"},{"code":"AF","country":"Afghanistan"},{"code":"AG","country":"AntiguaandBarbuda"
2021/1/2 1:07:48 19KB python php json iso
1
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡