面向对象设计领域的一本好书 全书介绍了面向对象设计的一组经验原则
2024-02-06 20:20:54 12.41MB Heuristics
1
深入浅出面向对象的分析与设计Head.First.Object-Oriented.Design.and.Analysis这本书以较轻快的语气为我们讲述了面向对象的分析与设计,适合精读,多读,仔细揣摩其中的思想
2024-01-12 10:42:39 41.69MB 面向对象 ooad
1
Applying UML and Patterns An Introduction to Object-Oriented Analysis and Design and Iterative Development (3rd Edition).pdf UML经典教材
2023-12-17 23:44:26 5.64MB UML 建模
1
This book explores JavaScript for what it is: a highly expressive and lexible prototype-based object-oriented programming language. Once dismissed as a toy for designers to make things such as rollover buttons, today this interesting and unique language is back, stronger than ever. Today's Web 2.0 world of AJAX, fat-client programming, desktop-like rich Internet applications, drag-and-drop maps and webmail clients, rely heavily on JavaScript to provide a highly interactive user experience. And if we never had the chance to properly explore JavaScript before, now is the time to sit down and (re-)learn it. This book doesn't assume any prior knowledge of JavaScript and works from the ground up to give you a thorough understanding of the language. What This Book Covers
2023-12-01 07:03:34 3.08MB Object Oriented JavaScript
1
面向模式的软件架构,卷1,英文版
2023-04-05 15:18:26 22.5MB Pattern 架构模式 面向对象 模式系统
1
Dusty Phillips,Unleash the power of Python 3 objects.
2023-03-13 11:22:00 3.34MB Python
1
2104年新出的Python新书,如果你希望掌握Python面向对象编程,那么 这本新书应该是不错 的选择。
2022-12-15 11:15:02 3.23MB Python 2014新书
1
Bob大叔(Robert C. Martin)关于C++开发思想的大作,看他的书上提及过,好多C++高手也提及过,但是一直没看到,特地从图书馆借来并扫描,下载者只能用于学习,不可用于商业目的。
2022-11-23 22:52:52 30.33MB c++ Uncle Bob
1
新的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