新的Decaf编译器 Decaf是一种类似于Java的语言,但是较小的编程语言主要用于教育目的。 现在,我们在Java,Scala和Rust中至少具有三种不同的编译器实现。 由于标准语言的语言功能集非常有限,因此欢迎学生添加自己的新功能。 入门 该项目需要 JDK 14 Gradle6.5.1 其他依赖项将通过构建脚本从maven中央存储库自动下载。 git clone之后,您需要通过以下方式设置子模块 git submodule update --recursive --init 建立 在CLI中输入标准Gradle构建命令: gradle build 内置的jar将位于build/libs/decaf.jar 。 或者,将项目导入Java IDE(例如IDEA或Eclipse,或您喜欢的VS Code)中,并使用gradle插件(如果有)。 跑 在您的CLI中,键入 java -jar build/libs/decaf.jar -h 显示使用帮助。 可能的目标/任务是: PA1:解析源代码并输出漂亮的打印树或错误消息 PA1-LL:与PA1类似,但使用手动编码的
2022-11-14 14:24:24 197KB compiler mips object-oriented decaf
1
面向对象的程序设计 在Coursera上完成Java专业化的面向对象编程的工作
2022-09-01 22:31:40 21.81MB Java
1
计算用于曲线结构分析的分析 3D 多半径优化定向通量响应。 实施基于, [1] MWK Law 和 ACS Chung,“使用最优定向通量的三维曲线结构检测”,ECCV 2008,第 368--382 页。 [2] MWK Law 等人,“基于扩张散度的曲线分析的尺度空间表示”,ECCV 2012,第 557--571 页。 句法: 输出响应 = oof3response(图像,半径,选项); 解释: outputresponse:最终的输出响应。 3D矩阵。 图像:原始图像。 (3D 矩阵) 半径:包含所有用于计算 OOF 的感兴趣半径的向量。 (ND矢量) 选择:一个 matlab 结构。 它包含 4 个字段,用于指定 OOF 的 4 个可选设置。 如果 opts 或 opts 的任何这些字段丢失,则使用默认值。 (可选,结构) opts.spacing:输入图像的体素大小。 像素
2022-06-30 22:33:15 5KB matlab
1
软件需求分析英文课件:Chap 4 - Object Oriented Analysis.ppt
2022-05-25 09:01:28 4.17MB 文档资料 需求分析
软件需求分析英文课件:Chap 5(1) - Object Oriented Design.ppt
2022-05-25 09:01:27 4.5MB 文档资料 需求分析
软件需求分析英文课件:Chap 5(2) - Object Oriented Design.ppt
2022-05-25 09:01:26 3.01MB 文档资料 需求分析
Object Oriented Programming in C
2022-05-21 10:58:05 205KB C in Object Oriented
1
c++编程基础,加深面向对象的思想 Object-Oriented Programming in C++ begins with the basic principles of the C++ programming language and systematically introduces increasingly advanced topics while illustrating the OOP methodology. While the structure of this book is similar to that of the previous edition, each chapter reflects the latest ANSI C++ standard and the examples have been thoroughly revised to reflect current practices and standards.
2022-05-21 10:50:30 13.07MB c++ 面向对象
1
object oriented programming in C++.pdf
2022-05-21 10:48:08 13.07MB object oriented programming
1
The visualization toolkit: an object-oriented approach to 3D graphics, 3rd edition pdf重新处理得到的文字清晰的版本.
2022-05-14 08:43:02 12.27MB VTK
1