资源列表
排序选择:
[android开发] FragmentDemo
说明:fragment通信机制,有详细的注解。demo中写了4中fragment与fragment之间,fragment与activity之间的通信方式。以及各自的优缺点。清晰明了让你掌握fragment碎片用法和知识。-fragment communication mechanism, a detailed annotations. demo has written communications between 4 fragment and fragment, fragment and activi<朱云生> 在 2025-09-26 上传 | 大小:799kb | 下载:0
[软件工程] Scrum_Project_Management
说明:敏捷项目管理-(美)施瓦伯著.非常经典的项目管理。结合实际案例分析。让你清楚掌握何为敏捷开发,如何在项目中使用,成为合格的项目经理。-Agile Project Management- (US) Schwab a very classic project management. Analysis of actual cases. Let you clear grasp of what agile development, how to use in the project, to become<朱云生> 在 2025-09-26 上传 | 大小:603kb | 下载:0
[软件工程] java-puzzlers-sampler
说明:java-puzzlers-sampler This sampler contains one puzzle each chapter of Java Puzzlers by Joshua Bloch and Neal Gafter (Addison Wesley, 2005). The book is filled with brainteas- ers about the Java programming language and its core libraries. Anyo<prabhakar> 在 2025-09-26 上传 | 大小:240kb | 下载:0
[JSP源码/Java] JavaBasics-notes
说明:Java Basics Topics in this section include: • What makes Java programs portable, secure, and robust • The structure of Java applets and applications • How Java applications are d • How applets are invoked and d •<prabhakar> 在 2025-09-26 上传 | 大小:291kb | 下载:0
[JSP源码/Java] 04-Java-OOP-Basics
说明:Object-Oriented Programming in Java • Similarities with C++ • Differences C-Object-Oriented Programming in Java • Similarities with C++ • Differences C++<prabhakar> 在 2025-09-26 上传 | 大小:145kb | 下载:0
[控制台(字符窗口)编程] golf
说明:用纯C实现了农夫,羊和狼,菜过河问题,简单易懂,完全实现-Pure C implements farmer, sheep and wolves, vegetables river issues<龙威> 在 2025-09-26 上传 | 大小:1kb | 下载:0
[JSP源码/Java] charsets-encodings-java
说明:Character Sets, Encodings, Java and Other Headaches<prabhakar> 在 2025-09-26 上传 | 大小:450kb | 下载:0
[JSP源码/Java] javacodeconventions
说明:Java Code Conventions Introduction Why Have Code Conventions Code conventions are important to programmers for a number of reasons: • • • • 80 of the lifetime cost of a piece of software goes to maintenance.<prabhakar> 在 2025-09-26 上传 | 大小:36kb | 下载:0
[Windows编程] lab1-Calculator
说明:四则运算求值 求表达式的值的基本思想就是 后缀表达式求值以及如何实现 Knuth 将此概括为三个步骤: 对中缀表达式进行语法分析 中缀表达式到后缀表达式的转换 对后缀表达式求值 思路:首先利用栈A把四则运算的字符串从中序表达式转换成后序表达式;然后对后序表达式,如果是数字则保存到另一个栈B中,如果是运算符(+,-,*,/)就从栈B中依次获取栈顶两个操作数进行运算,运算结果再压栈B,如此反复,最终栈B中最后的值就是运算结果。-Cacluate t<hinata> 在 2025-09-26 上传 | 大小:3kb | 下载:0
[JSP源码/Java] tutorial-201
说明:This tutorial is an introduction to using the BlueJ programming environment. BlueJ is a JavaTM development environment specifically designed for teaching at an introductory level. It was designed and implemented by the BlueJ team at Deakin Univ<prabhakar> 在 2025-09-26 上传 | 大小:1.12mb | 下载:0