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

搜索资源列表

  1. 语音计算器v1.0

    0下载:
  2. 用JAVA编辑的一个语音计算器,大约有2000多行代码-with JAVA voice editing a calculator, some more than 2,000 lines of code
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:3.09mb
    • 提供者:李滨
  1. sushu12312

    0下载:
  2. 编写程序,打印出1-100之间的素数,要求每行显示5个数据(可以用continue或break来做); -programming, print 1-100 between the prime, every five lines of data (or can continue to do break);
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:856byte
    • 提供者:田原
  1. Drawing

    0下载:
  2. 几行记事本代码 就是一个漂亮的界面 这就是我为什么喜欢jdk-few lines of code Notepad is a beautiful interface that is why I like jdk
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1.31kb
    • 提供者:今生不帅
  1. Calculator_simple

    0下载:
  2. 简易计算器不需要很高深的算法,对于数字计算的唯一要求就是在除数为零的时候要加以判断和处理,其他的就是窗口布局和功能完善了;首先:计算器需要一个显示按键结果的TextField部件,再就是添加很多Button了;为了界面的美观,为Frame添加两个panel,一个布局用BorderLayout.NORTH,另一个用GridLayout分成均等的几行几列;窗口的整体布局就基本成形了。剩下的为Button添加事件及响应事件的结果,编写程序实现。-simple calculators do not ne
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:12.83kb
    • 提供者:飞鸿
  1. VerifyPicNum

    0下载:
  2. 用Servlet生成4位数字的图片验证码 功能: 1 取得一个1000-9999的随机数 2 设置图片大小 3 设置背景色 4 设置字体色 5 随机产生155条干扰线,使图象中的认证码不易被其它程序探测到 6 将认证码显示到图象中-Servlet generated using four-digit code Photo certification functions : a 1000-9999 strike a random number two set the p
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1.58kb
    • 提供者:菜虫
  1. java_moveball

    0下载:
  2. 还是一个j2se的内容,一个随即移动的小球,并可以在面板上画线来主挡小球移动。具体的看效果。-a j2se or the content, then the movement of a small ball, and the panel drew lines to the main block small ball movement. See concrete results.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:4.06kb
    • 提供者:郑凌冰
  1. 99chenfabiao

    0下载:
  2. 本程序演示for-for的二重循环结构。外层for语句的循环变量是i,控制总共显示多少行 内层for语句 的循环变量是j,控制每行显示多少字符。-demonstration of the procedure for-2 for the cyclic structure. For the outer part of the cycle variables i, control a total number of firms showed statement for the inner circ
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1.31kb
    • 提供者:黄林
  1. JavaDraw

    0下载:
  2. 绘图程序,可以画圆,矩形,直线,任意轨迹,指定颜色,添加文字-mapping procedures, Circle, rectangle, straight lines, arbitrary trajectory, the designated colors, add text
  3. 所属分类:JSP源码/Java

    • 发布日期:2014-01-15
    • 文件大小:54.75kb
    • 提供者:小奇
  1. 2006-1-8-124626

    0下载:
  2. a very good example of how to use java for a minesweeper game that is much like the windows one. This file came from Planet-Source-Code.com...the home millions of lines of source code
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:121.63kb
    • 提供者:李艳
  1. movetext

    0下载:
  2. 用多线程实现两行文字的移动-using multithreading two mobile lines
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:3.86kb
    • 提供者:劳惠明
  1. JavaMetirc

    0下载:
  2. 软件度量工具与度量数据的分析工具,能统计基本的代码行数,注释行数,空白行数等基本统计数据-Software measurement tools and metrics data analysis tools, able to account for the basic lines of code, comment lines, blank lines and other basic statistical data
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:274.63kb
    • 提供者:xy
  1. Test3

    0下载:
  2. 定义4个类,MyShape、MyLine、MyRectangle和MyOval,其中MyShape是其他三个类的父类。MyShape为抽象类,包括图形位置的四个坐标;一个无参的构造方法,将所有的坐标设置为0;一个带参的构造函数,将所有的坐标设置为相应值;每个坐标的设置和读取方法;abstract void draw(Graphics g)方法。MyLine类负责画直线,实现父类的draw方法;MyRectangle负责画矩形,实现父类的draw方法;MyOval负责画椭圆,实现父类的draw方法
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:1.08kb
    • 提供者:封强
  1. blackAndWhiteChess

    0下载:
  2. 1.二人对战,多人观战。 程序实现了二人对战,最多5人观战的功能,并且无论是玩家还是观战者,都可以用聊天进行交流。 2.悔棋。 允许悔棋的发生,想要悔棋的玩家在征得对方同意后方可悔棋。 3.存盘。 允许存盘的实现。 4。多人聊天及窗口提示。 玩家、观战者可利用窗口进行交流,且玩家信息皆会出现在聊天窗口中。 5.时间限制。 一方考虑时间多于20秒时,视为违规,由对方行棋。-1. Two of the war, people watching. Program f
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:228.47kb
    • 提供者:娄勇福
  1. OpenLayers-2.9.1

    0下载:
  2. 浏览地图,包含各种编辑,如:画点、画线、画面。-Browse the map, including all kinds of editing, such as: painting points, draw lines, pictures.
  3. 所属分类:JavaScript

    • 发布日期:2017-05-23
    • 文件大小:6.99mb
    • 提供者:yzy
  1. painter2D

    0下载:
  2. 画板,在画板上画图形。 提供了撤销和恢复的功能,提供了存放命令的面板,放置画圆、画线等命令的按钮。-Sketchpad, in the Sketchpad drawing graphics. Provided the revocation and restoration of function, provides a storage panel orders placed drawcircle, painting lines command button.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:6.15kb
    • 提供者:wuyu
  1. MousePaint

    0下载:
  2. 用Java applet实现一个简单的画图程序,可以画直线,圆,矩形等简单的图形-With a Java applet to implement a simple paint program, you can draw lines, circles, rectangles and other simple graphic
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:1.38kb
    • 提供者:姚遥
  1. clock

    0下载:
  2. 使用画线和画圆的技术在窗体中悔之绘制一个带有指针的钟表。通过一个时间计时器,每一秒钟触发一次。使用这样的方式来实现每一秒绘制一次图像。-Drawcircle painted lines and the use of technology in the form of regret on the map with a pointer of the watches. Time through a timer, every second the trigger once. Use this way t
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:2.17kb
    • 提供者:吴泽俊
  1. MyCalender

    0下载:
  2. java编写与Windows相似的日历框,代码简短,约200行-java and Windows similar to the preparation of the calendar box, the code briefly, about 200 lines
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:2.75kb
    • 提供者:黄静波
  1. Mootools.module.JavaScript.drawing.lines

    0下载:
  2. Mootools设计Javascr ipt画线实例模块代码Mootools instance of the module design Javascr ipt code for drawing lines -Mootools instance of the module design Javascr ipt code for drawing lines
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:281.05kb
    • 提供者:o
  1. ArcGIS-contour-lines

    0下载:
  2. 在eclipse平台下,实现等高线的提取- In the Eclipse Platform, Achieve the extraction of contour lines
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1.94kb
    • 提供者:刘宁
« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com