搜索资源列表
三维 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存储用户每次猜测是数字组合。用户可以随时查看之前自己的输入 例如:
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
udp-reliable-data-transmission
- UDP实现可靠数据传输。使用GBN算法,实现了:1.随即丢包(随机数产生器Math.random()) 2.丢包后遇冗余ack重传 3.超时重传 (DatagramSocket和Socket都有成员函数setSoTimeout(delay),通过捕获超时时抛出的IO异常来实现超时重传)-Reliable UDP data transfer. GBN algorithm used to realize: 1. Then packet loss (random number generator Ma
math
- JAVA实现的一个能够做多个数学功能的client-server程序。-JAVA can realize a number of mathematical functions to do client-server program.
math
- 我参加SUN JAVA 初级比赛的答卷 一个注册模块-I have participated in the primary race SUN JAVA respondents a registered module
Calcl
- 是一个实现加减乘除的java小程序,我们java课的作业。-Is a realization of the Math
GeneratePossionDistribution_codes
- Generate Possion Dis. step1:Generate a random number between [0,1] step2:Let u=F(x)=1-[(1/e)x] step3:Slove x=1/F(u) step4:Repeat Step1~Step3 by using different u,you can get x1,x2,x3,...,xn step5:If the first packet was generated at time [
java
- 此文档包含有AOP,Annotation,xml读写,一般文件读写,各种属性文件读写, 安全控制基础,还有Reflect功能的测试。 还有在math中,自己写一个数的n次幂算式 各种框架的核心基础基本都在这里边,当然只是一个简单基础类的探讨,更 深的技术,需要在具体环境下在扩展设计-This document contains the AOP, Annotation, xml reading and writing, reading and writing paper
mycluculator
- a calculator with some methods of java.math
MVC_CarGoat
- MontyHall,java代码实现 模拟Monty Hall 猜谜游戏,该游戏来源于电视节目“Let’s Make a Deal”, 游戏规则如下:游戏中设有三扇门,其中一扇门后是一辆汽车,另外两扇门后各有一头山羊。游戏参与者首先选择其中一扇门,然后,节目主持人将另外两扇门中藏有山羊的那扇打开(由于有两头山羊,不管游戏参与者如何选择,节目主持人总是可以打开一扇藏有山羊的门),并给游戏参与者一次改选的机会,这样,游戏参与者实际上有三种不同的选择方式: 维持原先的选择不变。 随
Math
- 这是使用Java在二维空间里模拟直线的代码,里面有三个类,分别表示线、点、数。你需要配合其它程序才行运行,因此没有截图-This is the use of Java in the simulation of two-dimensional linear space of the code, there are three categories, and that line, point, a few. You need to do with other programs running, th
A
- 对简单的一些计算用计算器计算出来,包括加减乘除-Some of the simple calculated calculation calculator, including the Math
Math
- 一个简单的java代码实现的计算器,计算包括加减乘除。-A simple java code calculator, calculate, including Math.
math
- 简单数学计算.实现求:1绝对值 2开方 3平方 4退出-Simple mathematical calculations. Goal to achieve: find a square root\squared absolute value
math
- A collection of mathematics routines that I use in my programs. Implementation of standard but non-trivial operations like interpolation and regression in Java. [note: please activate and notify me at tonysabbadini@hotmail.com if possible thanks!]-A
Math
- 这是一个简单的计算器程序,模拟了一些简单的加减乘除功能-this is a sample caculator code
math
- 可以实现表达式的计算,支持多层括号,支持多种运算,也可以扩展得功能更为强大,用到的类是Decimal-Can evaluate expressions and supports multi-brackets, supports a variety of operations, you can get more powerful extensions, use the class is Decimal
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.