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

搜索资源列表

  1. Bingo

    0下载:
  2. 玩法: 一開始先下數字 下完25個數字後 再開始圈選數字 先達到5條連線者獲勝 在下數字跟選數字時 按滑鼠右鍵都能無限反悔 當然 電腦部分仍然是兩光兩光的... 還有畫面也是粉差啦... -Play : a first start under digit figures End 25 after starting cast figures to reach five-line figures he wins the next election with
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:10867
    • 提供者:陳大衛
  1. reg2nfa

    0下载:
  2. 程序用JAVA语言编写, 综合利用图结构和堆栈结构进行数据组织和处理. 可以进行正则表达式到NFA的转化, 并能用图形直观的表示. 对正则表达式有一些约定, 就是可以用单个字符表示输入, 也可以用 ‘ ‘ 连接起来的一串字符进行输入. 有基本的表达式以及由基本表达式构成的并置, 选择和重复的操作. 例: A|b*c ‘letter’*’digit’ 等都是合法输入. 还带有括号功能, 优先级 -procedures using Java language.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:12703
    • 提供者:onlyerlee
  1. Applet_Guess

    0下载:
  2. 用java寫的猜數字遊戲,是猜四位數的那一種,支援人機對戰,電腦最多猜七次就可以猜中玩家心中的數字,核心演算法是使用暴力法,大家可以參考-viewing the games, guessing the four-digit category, support human-machine players, up to seven computer guess on the hearts of gamers can guess the number of core algorithm is the
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:10287
    • 提供者:陳俊宇
  1. mod(div)

    0下载:
  2. 大数除法(含模)有时需要进行超多位数的除法,本程序可以不限位数的计算-majority of the division (including modeling) is sometimes necessary for the ultra-multi-digit division, the process could be open-calculation of the median
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2074
    • 提供者:
  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
    • 文件大小:1622
    • 提供者:菜虫
  1. Guess Number 猜数字游戏JAVA源代码

    1下载:
  2. 猜数字游戏1. 随机生成4个0到9的整数,组成一个序列(使用LinkedList<Integer>存储)例如:3 6 4 4System.out.println((int)(Math.random(0*4)))2. 然后要求用户循环猜这4个数子,在用户每猜一次之后,提示用户有几个数字的位置正确了。 例如:用户输入3 7 2 4 (3和4的位置正确了),则提示用户有2个数字正确。3. 使用LinkedList存储用户每次猜测是数字组合。用户可以随时查看之前自己的输入 例如:
  3. 所属分类:JSP源码/Java

    • 发布日期:2016-01-24
    • 文件大小:1024
    • 提供者:adaf
  1. 菲波那契(Fibonacci)数列算法

    0下载:
  2. 编写Java应用程序,实现以下功能:当应用程序运行后,根据屏幕提示进行交互式输入并菲波那契(Fibonacci)数列的任意项。-A three-digit, to meet the digital formula:, where* represents a number, use a layer of loops, seeking to meet the conditions of the three digits....
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-03-23
    • 文件大小:1496
    • 提供者:shuang
  1. Triangle

    0下载:
  2. 水仙花数是三位数,它的各位数字的立方和等于这个三位数本身,例如371—33+73+1 3,则371就是一个水仙花数。编程找出所有水仙花数。-Narcissus is the three-digit number, it figures that the three-digit cube and equal to itself, for example, 371-33+73+1 3, the 371 is a few daffodils. Programming to identify the n
  3. 所属分类:JavaScript

    • 发布日期:2017-04-11
    • 文件大小:826
    • 提供者:yanglingfei
  1. Caculater

    0下载:
  2. 简单计算器,它能够计算4位数,但不能够过长-Simple calculator, it is able to calculate the 4-digit, but can not be too long
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:131148
    • 提供者:黄明东
  1. huiwenshu

    0下载:
  2. 1-99999位数回文数判断,银行管理包括利率,密码,剩余额-1-99999 digit palindrome number of judgments, bank management, including interest rates, passwords, the remaining amount of
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2750
    • 提供者:陈玲
  1. BinaryToDecimalConverter.java

    0下载:
  2. this program is used to convert a a 4 digit binary number to its decimal equivalent, library methods are not used. Also error checking is taken care .-this program is used to convert a a 4 digit binary number to its decimal equivalent, library metho
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:1045
    • 提供者:stallio
  1. distbinaryimage

    0下载:
  2. digit binary image in servlets
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-12
    • 文件大小:2163
    • 提供者:projects54321
  1. ganguanpingding

    0下载:
  2. 一个食品感官评定的软件,进行物品编号。前两位数之差绝对值为奇数的是物品A,为偶数的是物品B。随机生成任意范围内满足要求的分组。-A food sensory evaluation of the software, for item number. Absolute difference between the former two-digit odd is that items A, as even the articles B. Randomly generated to meet the r
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:18493
    • 提供者:chc
  1. TestCount

    1下载:
  2. 统计字符串中符号、数字、字母、空格、标点符号的个数-Statistical string symbol, digit, letter, Spaces, and the number of punctuation
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:622
    • 提供者:balenor
  1. desede

    0下载:
  2. 随机数产生器,可以随机生成特定位数的随机数,很有用。-Random number generator can randomly generate a specific digit random number, very useful.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:1815
    • 提供者:ai
  1. Test3

    0下载:
  2. 这个是个猜数字的游戏,电脑可以随机生产一个数字-Given an integer, and then calculate the integral on each digit and
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:556
    • 提供者:mogu
  1. nixushuchu

    0下载:
  2. 从键盘上输入两位数以上的数字,然后将数字逆序输出-Input from the keyboard for more than two-digit number, then the number of reverse output
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:530
    • 提供者:菜菜
  1. Guessnumber

    0下载:
  2. 猜数字游戏 游戏说明: 1、游戏开始,电脑随机产生一个数字不重复的四位数。 2、将您猜的数点击OK按钮提交。 3、电脑会将您提交的数与它自动产生的数进行比较,结果显示成"*A*B"。A代表位置正确数字也正确,B代表数字 正确但位置不正确,比如:"2A2B"表示您有2个数字的位置正确且数值也正确,除此以外,您还猜对了2个数字 ,但位置不对。 4、您共有10次机会,在10次内,如果结果为“4A0B”,游戏成功。如果10次里您都没有猜对游戏失败。-Guessnumber: 1, games start
  3. 所属分类:Java Develop

    • 发布日期:2017-03-25
    • 文件大小:1062
    • 提供者:张健
  1. Newbie

    0下载:
  2. This an applet that enables the user to enter the number and the base system of number entered. Upon clicking the Convert button, the program should display the number, the positional weightage of each digit of the number, and the decimal equiv
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-29
    • 文件大小:4425
    • 提供者:abby
  1. shuixian

    0下载:
  2. 使用程序使能查找出3位数字的水仙花数字,如153=1*1*1+3*3*3+5-Use the program to be able to find a 3-digit number daffodils
  3. 所属分类:JavaScript

    • 发布日期:2017-04-08
    • 文件大小:2003
    • 提供者:dingding
« 12 3 4 »
搜珍网 www.dssz.com