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

搜索资源列表

  1. monkey

    0下载:
  2. 一个简单的JAVA小程序,计算猴子第一天摘了多少桃子-A simple JAVA applet to calculate the first day of monkeys picking the number of peaches
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:1326
    • 提供者:wl
  1. jun

    0下载:
  2. 文件索引,实现虚拟磁盘索引文件,可以计算在你读写修改文件时一共读了几次磁盘-Document indexing, virtual disk index file, we can calculate when you modify the file to read and write in your total disk read several times
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:159771
    • 提供者:任晓非
  1. ClientServerVelocity

    0下载:
  2. App in Java - a Client Server app to calculate the velocity.-App in Java- a Client Server app to calculate the velocity.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:11404
    • 提供者:Andre
  1. chap2

    0下载:
  2. 模拟现在的计算器,可以计算加减乘除等多种运算.-Analog calculator now, we can calculate a variety of operations such as addition and subtraction multiplication and division.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:7395
    • 提供者:李辉
  1. pcShop

    0下载:
  2. 这个简单的Java程序是用来输入客户名称,产品编号,产品价格和项目name.Then将检查的TextField,使所有字段都必须填写在“添加项目”和“提交”按钮可以使用。然后,它将把打印输出和信息面板计算总价。-This simple java program is used to input customer name,item id,item price and item name.Then it will check the textField so that all field
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:1419
    • 提供者:felix
  1. jisuanqi

    0下载:
  2. 计算器,采用java可视化组件,可以计算基本的加减乘除等运算-Calculator, using java visual components, we can calculate the basic operations such as addition and subtraction multiplication and division
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:1049
    • 提供者:飞龙在天
  1. calci

    0下载:
  2. calculator . to calculate anything from normal addition to interest calculation
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:17282
    • 提供者:samy
  1. sushu

    0下载:
  2. 判断是否是素数,计算一共有几个素数。并求出所有素数的和。-To determine whether a prime number, calculate a total number of primes. And to find all prime numbers and.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-03
    • 文件大小:1717
    • 提供者:jay
  1. processsimulate

    0下载:
  2. 一个对于工厂的生产流程进行模拟的程序,可以计算出在指定时间内的实际产出量-One for the factory production process simulation program can calculate the actual output within a specified period of time
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-04-06
    • 文件大小:7243
    • 提供者:大猫
  1. testchar

    0下载:
  2. 统计一些文档的每个词的词频,计算出每个词的词的权值,并按次权值大小排序输出。-Statistics of some of the document term frequency of each word to calculate the right word for each word value, in accordance with sub-weight size of the sort output.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:2649
    • 提供者:刘海峰
  1. computeBirthDays

    0下载:
  2. 计算自己出生了多少天的java源程序,还不错,蛮好的。-Calculate the number of days he was born java source code, but also good, just fine for.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:676
    • 提供者:yangxutao
  1. HowToCalculateASP

    0下载:
  2. Calculate text box value with asp in client side
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-26
    • 文件大小:10510
    • 提供者:Mohamed ziyad
  1. Calculator

    0下载:
  2. 能实现整数的—+*/运算,用Java的GUI界面实现的 -It can calculate the addtion,sub,multiple and division of two integers
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:3822
    • 提供者:candice
  1. prCalculator

    0下载:
  2. page calculate using this source code ,
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:2007
    • 提供者:mahesh
  1. ComputeTaxWithMethod

    0下载:
  2. 透過寫好的稅率方程式,讓使用者輸入稅率以及收入,程式會自動計算出應繳納的稅務。-Rate through the written formula, allowing users to enter the tax rates and income, the program will automatically calculate the tax payable.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1782
    • 提供者:Alice
  1. Loc

    0下载:
  2. This application will calculate the number of lines in JAVA code and present the report
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1275
    • 提供者:raviganeshkar
  1. Factorial

    0下载:
  2. 该程序借助Java实现了任意大小的实数的乘法,可对任意大小的实数进行加减乘除运算。该算法速度快,且没有错误.这里以计算100的阶乘作为示例,来演示算法的高效及正确性。该算法已经优化,可以在一秒钟以内计算出100以内的阶乘。-The procedure asked for help of Java to carry out arbitrarily the multiplication of the real amount of size, can to arbitrarily the real a
  3. 所属分类:Applet

    • 发布日期:2017-03-30
    • 文件大小:874
    • 提供者:许陈晨
  1. javabaseproject

    0下载:
  2. 这个项目是关于学生成绩管理系统的实战项目,主要实现功能有:统计学生总分,按总分排序并输出,计算总平均分,找出最高分和最低分,统计每门课程通过的人数-This project is about actual student achievement management system project, the main implementation features are: statistics of students Total, according to Total sort and outp
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:5481
    • 提供者:樊城
  1. CodeComputing

    0下载:
  2. 本程序的主要功能是,计算eclipse工程的代码情况,包括代码行数,注释行数等-The program' s main function is to calculate the eclipse project code, including the code lines, comment lines, etc.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:5567
    • 提供者:jerk
  1. spheer

    0下载:
  2. 用JAVA做的一个小程序,可以自定义圆的半径,算出圆的面积和体积,有界面。-To use JAVA to do a small program, you can customize the radius of the circle, calculate the area of a circle and volume, there are interfaces.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:3407
    • 提供者:cherry
« 1 2 3 4 5 67 8 9 10 11 ... 37 »
搜珍网 www.dssz.com