搜索资源列表
SchoolSystem3
- 一个简易的教学管理系统外壳代码,初学者适用,对于基本语法的掌握很有帮助-A simple teaching management system shell code, beginner applicable, for the mastery of basic grammar helpful
bossa-0.8.0
- 速度非常快、轻量级的引擎,使用富有表达能力的Petri网定义工作流,不要求关系数据库,使用简单,能和Java应用集成。事实上,它是按嵌入式设计的-Bossa is a workflow engine written in Java. The engine is very fast and lightweight, uses a very expressive Petri net notation to define workflows, does not require a RDBMS and
access
- A shell scr ipt is a scr ipt written for the shell, or command line interpreter, of an operating system. The shell is often considered a simple domain-specific programming language.[1] Typical operations performed by shell scr ipts include file manip
ABC_Shell.zip
- 仿写doswf的一个壳子工具,理论很简单,单纯的一个加壳,没有做混淆,扰码处理的。,Parodies doswf a shell tool, the theory is very simple, simply a shell, not doing the confusion, scrambling to deal with.
ArraySort
- Java语言中的简单排序,包括选择排序、冒泡排序和希尔排序,另外还有Java自带的排序功能。-Java language in a simple sort, including selection sort, bubble sort, and Shell sort, in addition to Java comes with sorting functions.
JAR包
- 一个可执行的文件包,简单说jar包就是一个外包。、 Java 程序是由若干个 .class 文件组成的。这些 .class 文件必须根据它们所属的包不同而分级分目录存放;运行前需要把所有用到的包的根目录指定给 CLASSPATH 环境变量或者 java 命令的 -cp 参数;运行时还要到控制台下去使用 java 命令来运行,如果需要直接双击运行必须写 Windows 的批处理文件 (.bat) 或者 Linux 的 Shell 程序。 在 Windows 下安装 JRE (Java Runt