CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - COMMAND

搜索资源列表

  1. MP3PlayerCommand

    0下载:
  2. 命令模式 模拟MP3command 实现MP3基本功能-Command mode simulation MP3command realize MP3
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:835
    • 提供者:a83848400
  1. Sorter

    0下载:
  2. 在命令行中输入一堆数字,然后可以从大到小排列并组合。-this java is used for people to type in a sequence of numbers into the command-line, then this java will automatically replace the numbers by descending order.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:610
    • 提供者:dden
  1. Cmd-List

    0下载:
  2. Unix shell command指令说明-Unix shell command specification
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:23341
    • 提供者:Fred
  1. JAVA-biancheng

    0下载:
  2. JAVA编程百例 本光盘实例按照实例顺序存放,即:实例1、实例2……。读者能很方便的查找到所需的实例。 各实例目录下会有一个关于实例运行的简单说明文件:readme.txt。有些目录没有这个文件, 是说明在运行这实例时不需要配置任何的环境。即只要JDK安装正确即可使用java命令正确运行 的实例。无论有无说明文件,请读者仍然以书本上介绍的运行方法为基础-Java programming one hundred cases This CD instances stored in
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-30
    • 文件大小:12907087
    • 提供者:沐鱼
  1. hw2

    0下载:
  2. 编写一个程序,用于将来自用户的两个数字接受为命令行参数。将第一个数字除以第二个数字并显示结果,处理可能的异常提示:使用两个catch语句,一个用于捕获ArrayIndexOutOfBoundsException异常(从命令行传来的参数个数不对),而另一个用于捕获ArithmaticException异常-Write a program for the two numbers from the user to accept command line parameters. The first nu
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:660
    • 提供者:乌日嘎胡
  1. PHP

    0下载:
  2. lunuxMCE php command
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-17
    • 文件大小:46630
    • 提供者:Wong
  1. CatchButtonGameV2

    0下载:
  2. 这是一个简单的java GUI 演示程序,从命令行输入平方数,程序产生相应的摁钮,永远无法点击写有click me的摁钮-This is a simple java GUI program, inputting the square number from command line, the program will generate the buttons according to the number. you never click the button with "click me".
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:765
    • 提供者:kimi
  1. TestProject

    0下载:
  2. 编写实现一个模拟手机的图形用户界面,包括一个显示区和一个键盘区,显示区用来显示数字和信息,键盘区包括10个数字键(0~9)和“发送”、“清零”、“关机”三个命令键。考虑使用什么样的图形界用户界面布局策略。 为所编写的界面增加事件响应功能:当用户按数字键时,相应的数字回显在显示区上;当用户按“清零”键时,显示区的数字清空;当用户按“发送”键时,显示区中出现当前的号码和“拨号中......”的信息;当用户按关机键时结束程序。 -Writing implement a simulation o
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:124376
    • 提供者:陈一飞
  1. WeekDayConverter

    4下载:
  2. 一个简单的星期转换器,也就是你输入一个数字,就会输出响应的星期日期。-Write a Java program called WeekDayConverter that reads an integer value between 1 and 7 from the command line and prints out the corresponding day of the week. You may use either if…else statements or a switch
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:998
    • 提供者:撒旦
  1. BMI

    2下载:
  2. 一个健康情况计算器:用你的体重KG除你的身高M的平方,得到BMI数值,在不同范围说明你身体目前状况。-Write a program to calculate your BMI and give weight status. Body Mass Index (BMI) is an internationally used measurement to check if you have a healthy weight for your height. The metric BMI fo
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:1285
    • 提供者:撒旦
  1. Java_command

    0下载:
  2. java的cmd命令很用用处的电子书,使用起来比较方便于开发-the java cmd command is very useful e-book use in the development of
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:130515
    • 提供者:VV寒雨
  1. attributeSelection

    0下载:
  2. Helper class that executes Weka schemes from the command line. Performs Suffix matching on the scheme name entered by the user - e.g.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:94970
    • 提供者:puklus2
  1. MyTriangle

    0下载:
  2. 画三角形的java程序,高度由命令行参数确定,并带有异常控制,算是入门的小程序,-Java program draw a triangle, the height from the command line parameters to determine, with the exception control, be regarded as the entry procedures,
  3. 所属分类:Applet

    • 发布日期:2017-04-10
    • 文件大小:676
    • 提供者:Jim
  1. ftp

    0下载:
  2. ftp的基本上传与下载功能,用命令行实现-the ftp upload and download function, use the command line to achieve
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:10349
    • 提供者:徐洲
  1. ASP

    0下载:
  2. 用ASP构建交互式网站。 asp文件通常由asp 脚本命令、文本和html语言组合而成,扩展名为.asp-ASP to build an interactive website. asp file is typically the asp scr ipt command, text and html language combination extension. asp
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-30
    • 文件大小:437605
    • 提供者:静夜思
  1. TurnTable

    0下载:
  2. 一朋友工作需要要我帮写的一个小程序,后来他没用上,放上来,有用的拿去.纯用AS写的,容量相对有点大.该程序需要web服务器支持,可自定义奖品数量,种类及分布,转盘的旋转方向,旋转圈数,旋转时间等,点击中奖按钮时会发送一个http请求,由web服务器决定中奖的奖项,响应相应内容,转盘才开始旋转,web服务器亦可传递js指令,让程序在点击按钮后执行相应的js指令,请求的url及相关参数可自行配置.转盘可以重复的抽奖,每次旋转结束后会自动调用一个事先配置好的js函数.详见使用说明.-A friend
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-05-18
    • 文件大小:5039288
    • 提供者:霍钧城
  1. ObjectDemo

    0下载:
  2. Java存储与读取对象,程序实现关键字:调用父类构造函数,得到容器,实例化一个图标,把图标写入到文件里(存储对象到文件),从文件中读取对象,增加对象到容器上,设置窗口尺寸,得到对象输出流,在命令行窗口输出出错信息-Java stored and read the object program Keywords: call the parent class constructor to get the container to instantiate an icon, the icon is wr
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:14610
    • 提供者:方鸣
  1. MarsRovers-src

    1下载:
  2. thoughtworks大作业,通过对MarsRover总体进行设计,对MarsRover做了抽象,抽象出Robot系统和导航系统两大部分,Robot部分主要为解析指令、执行指令和更改自身状态,导航系统部分负责为Robot的行动提供决策。采用命令模式解耦机器人的指令;采用门面模式抽象本次需求接口;采用组合的方式纳入指令集和坐标系统。-big job thoughtworks, by design MarsRover overall on MarsRover, abstract, abstract
  3. 所属分类:JSP源码/Java

    • 发布日期:2014-01-07
    • 文件大小:94783
    • 提供者:DFI
  1. caradmin101

    0下载:
  2. 这是一个用struts框架做的JSP车辆租赁管理系统,能够进行简单的租车登记、还车登记、增删车辆信息和统计租金功能。另外附有详细的设计文档。      使用说明:      1、程序的源代码在 carmanage 文件夹中。   用MyEclipse导入到工作目录就可以了,具体怎样导入大家都会。   2、导入到工作目录之后接下来就是配置数据库了,我用的是MySQL数据库,数据库的 用户名:root ,密码:123456   直接把 数据库创建脚本.sql
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-09
    • 文件大小:1820708
    • 提供者:蓝色石子
  1. Ping

    0下载:
  2. 关于Ping命令的程序实现,Ping命令即所谓的进行两个主机之间网络的连接-Program on the Ping command, the Ping command the so-called connection between two hosts in the network
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:1199
    • 提供者:风车
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 25 »
搜珍网 www.dssz.com