资源列表
排序选择:
[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-07-13 上传 | 大小:36kb | 下载:0
[Windows编程] lab1-Calculator
说明:四则运算求值 求表达式的值的基本思想就是 后缀表达式求值以及如何实现 Knuth 将此概括为三个步骤: 对中缀表达式进行语法分析 中缀表达式到后缀表达式的转换 对后缀表达式求值 思路:首先利用栈A把四则运算的字符串从中序表达式转换成后序表达式;然后对后序表达式,如果是数字则保存到另一个栈B中,如果是运算符(+,-,*,/)就从栈B中依次获取栈顶两个操作数进行运算,运算结果再压栈B,如此反复,最终栈B中最后的值就是运算结果。-Cacluate t<hinata> 在 2025-07-13 上传 | 大小: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-07-13 上传 | 大小:1.12mb | 下载:0
[软件工程] Assignment
说明:This is a project for me.It is shopping project.<funny> 在 2025-07-13 上传 | 大小:51kb | 下载:0
[JSP源码/Java] JavaEE8_Community_Survey_Results
说明:Results from the Java EE 8 Community Survey The first part of the survey covered topics in the areas of : • New JSRs • Web tier /<prabhakar> 在 2025-07-13 上传 | 大小:1.37mb | 下载:0
[JSP源码/Java] 02-corejava
说明:Core JAVA nFundamental Concepts nBootstrapping nBasic Language Syntax nCommon Caveats nCoding Conventions<prabhakar> 在 2025-07-13 上传 | 大小:866kb | 下载:0
[数学计算/工程计算] shell_sort
说明:利用fortran编写的选择排序法的例子,是一个经典例子,可以拿来学习和练手-Examples of using the selection sort written in fortran, is a classic example, can be used to learn and practice hand<xiaofang> 在 2025-07-13 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] nov1
说明:c file -c file .......................................<jakati> 在 2025-07-13 上传 | 大小:1kb | 下载:0
[数据库编程] fastdb-376
说明:FastDB源码,可在Vistual studio中编译通过。 包含所有的源代码,根据需要编译动态链接库或者静态链接库。-FastDB source files<ted.tu> 在 2025-07-13 上传 | 大小:1.71mb | 下载:0