搜索资源列表
CertPathValidatorWithCheckerExample
- java的加密样例代码, import java.math.BigInteger import java.security.KeyPair import java.security.cert.* import java.util.* -sample code, import import java.math.BigInteger java.sec urity.KeyPair import java.security.cert .* i mport java.util .*
vcode
- 很好的验证码生成程序。使用方法: picid = Request.QueryString[\"time\"].ToString().Trim() picid =Math.Round((Convert.ToDouble(picid)*10000),0).ToString() Tools.image.VerifyImage pic = new Tools.image.VerifyImage(picid, 90, 50) System.IO.MemoryStream ms
math
- les connaissance d avance mathematique,
math
- java源代码 请看看啊 提点宝贵的意见
GuessData
- (3)编写一个简单的猜数游戏程序: 利用Math.random()方法生成0-1之间的double型数dNum,将dNum转换为0-100之间的整数iNum。 利用KeyInput.readInt()方法接收键盘输入的整数inNum。如果inNum小于iNum,在屏幕上显示“输入的值小,请输入更大的数.”;如果inNum大于iNum,在屏幕上显示“输入的值大,请输入更小的数.”;如果inNum等于iNum,在屏幕上显示“猜对了.”,并结束运行。 &
bao
- (1) 实现一个Point类,该类包含表示坐标的两个int型变量x、y,构造方法Point()和Point(int xx, int yy),返回x值和y值的int getX()和int getY()方法,计算两点间距离的double distance(Point)方法。其中计算平方根用Math.sqrt()方法。 (2) 实现一个Circle类,该类包含表示圆心的Point型变量center,表示半径的int radius变量,以及构造方法Circle()、Circle(int xx,int
三维 Tag Cloud
- $(document).ready(function(){ //计算样式中心值 a横向中心点,b纵向log中心点 //cloud-carousel.1.0.5.js 文件中去掉了IE的倒影滤镜。FF支持得更好。 var e = 150; var a = $("#da-vinci-carousel").width() / 2; var c = $("#da-vinci-carousel").height() / 2; var b = Math.log(c)
细分时钟刻度算法.txt
- import java.awt.*; import javax.swing.*; public class Exercise8_12 extends JFrame { // Main method with three auguments: // args[0]: hour // args[1]: minute // args[2]: second public static void main(String[] args) { // Declare hour, minute, and seco
Guess Number 猜数字游戏JAVA源代码
- 猜数字游戏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存储用户每次猜测是数字组合。用户可以随时查看之前自己的输入 例如:
maxplan MAXCMS定时采集插件
- MAXCMS定时采集插件,可制定定时采集计划。 MAXCMS定时采集插件使用说明: var QRUN = (new Image()) QRUN.src="/ +sitePath+ cron/index.asp?t=" mce_src="/ +sitePath+ cron/index.asp?t="+Math.random() 以上代码放在 js文件下function.js 里 放最下面(离上段代码空一格) ,设置好后,执
student
- 计算学生计算机成绩、数学成绩、英语成绩,要求可以求平均分、最高分、最低分,并且可以输出一个学生的完整信息-Computer calculation of student achievement in math, English, required to find average, the highest score, lowest score, and can output a complete student information
Math
- 这是一个J2se为小孩子准备的程序, 还在烦恼给孩子出算术题吗?用这个吧, 帮你自动生成算术题-Child Math
math
- 通用初等函数计算器,在网页上模拟出键盘的风格,程序主要是进行数学运算,不但包括最基本的加减乘除运算,还有平方根、立方根、正弦、余弦运算,以及一些更复杂的数学函数。本计算器运行于PHP环境,更多功能希望与大家一起完善。 http://www.codefans.net/other/math/-Universal primary function calculator on the page to simulate the style of the keyboard, the program is
Math
- 一个简单的java代码实现的计算器,计算包括加减乘除。-A simple java code calculator, calculate, including Math.
commons-math-2.2-src
- Java统计学用数学包,包括现行回归等功能-Mathematical statistics Java package, including features such as the current return
commons-math-2.1
- apache组织提供的开源数学、统计工具包-apache common-math
baskara-math-java5445
- math application for use in the school very good
random-math
- Flash实现1-100数学加法随机出题-Flash achieve 1-100 Math Addition random questions
Math
- Class Math provides basic math constants and operations such as trigonometric functions, hyperbolic functions, exponential, logarithms, etc.
java-RMI-math-operator-server-client
- A java RMI server client math operator. Simple project for the network services class.-A java RMI server client math operator. Simple project for the network services class.