搜索资源列表
Calculator
- 通过JAVA设计 GUI 界面的计算器程序,用户可以通过鼠标依次输入参加计算的数值,进行加、减、乘、除等混合运算,这些完成标准计算器的基础操作。当选择科学计算器后,可以实现sin 、 cos 、 tan 、 ln、x^y、x^2、x^3、pi、n!、mod和十六进制除这个以外还可以删除输入,清空结果,求1除X,X百分比,十进制是,八进制,二进制的相互转换。
细分时钟刻度算法.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
javaAG
- 无约束条件 max f(x1,x2)=21.5+x1*sin(4*pi*x1)+x2sin(20*pi*x2) -3.0<x1<12.1 4.1<x2<5.8 1%的变异 25%交叉 旋转转轮选择 -Unconstrained conditions max f (x1, x2) = 21.5+ X1* sin (4* pi* x1)+ X2sin (20* pi* x2)-3.0 <x1 <12.14.1 <x2 <5.81
BigCalculator_src
- java开发的大整数计算器,实现基本的运算,还有sin,cos,tan,cot.-java big integer calculator developed to achieve basic computing, there is sin, cos, tan, cot.
11
- 1. 在No.1图形窗口中绘制 y=sin(x)在[0,2*pi]内的曲线。要求曲线的颜色为绿色,线型为 点划线,用*标示坐标点,在x轴的附近用 黑体 标注 ‘x轴’字样,在图形的上方加上标题 ‘正弦函数’,严格控制x,y轴分度相等,并开启网格。 2. 在No.2图形窗口中创建四个子窗口,在第一、二子窗口中用不同的方法同时绘制 y=x^2,y=-x^2,y=x^2*sin(x) 在[0,2*pi]内的曲线,并要给出标注 在第三个子窗口中绘制 三维曲线 3. 把No.3图形窗口分
MyCalcultaor
- this program is very interesting for to calculate with simple operation and advance operation. simple operation such us +,-,:,x and advance operation such as calculate sin,cos and tan implementation-this program is very interesting for to calculate w
genetic_algorithm
- 基于求函数f(x,y,z)=xyz*sin(xyz)最大值问题的演示程序 解压后在命令行输入:java -jar genetic_algorithm.jar-Based on the demand function f (x, y, z) = xyz* sin (xyz) Maximum problem after decompression of the demo program at the command line, type: java-jar genetic_algorithm.j
yuhailinqian
- 欢迎使用渝海黄大仙灵签工具,本工具运行环境需求:PHP。 据载黄大仙师成仙后神通广大,法力无边,是人所共知的一位普济救善,有求必应的神灵。 为后人留有灵签,以供占卜之用,签文尤其灵验,黄大仙灵签是祖宫一绝。 主要功能: 1、在线摇签,提供签文解说; 2、DIV+CSS模板方便修改;-Welcome to Wong Tai Sin, Yu-Hai Ling signed instrument, the instrument demand operating
yuhailinqian
- 欢迎使用渝海黄大仙灵签工具,本工具运行环境需求:PHP。 据载黄大仙师成仙后神通广大,法力无边,是人所共知的一位普济救善,有求必应的神灵。 为后人留有灵签,以供占卜之用,签文尤其灵验,黄大仙灵签是祖宫一绝。 主要功能: 1、在线摇签,提供签文解说; 2、DIV+CSS模板方便修改;-Welcome to Wong Tai Sin, Yu-Hai Ling signed instrument, the instrument demand operating
Calculator
- Calculator:可以计算各种基础表达式的计算器,比如3x+5x^2(x=3)or Sin(x)等等表达式-Calculator:calculate some basic expression like polynomial and ect.
Java_Calcuator
- Java编写的仿windows计算器,基本具有windows下计算器的 全部功能,如:简单的加减运算、科学计算、逻辑运算 使用方法: 基本上跟windows计算器一样,如:要计算3+4*(6+2) = 则依次输入3、+、4、*、(、6、+、2、)、=如要计算三角函数如:sinx则先输入 x值,再按sin键如是要计算反三角函数,则应把进制下方的Inv勾上-A calcuator writen by java that has almost whole functions of the ca
AxisSinCos
- 用java编程实现sin和cos曲线,主要是通过3个类来实现.-It is completed sin and cos curve in Java programming.And it is mainly through the three categories to achieve.
mydraw
- 此代码可以实现在一个画布上画sin和cos函数图像.-This code can be achieved on a canvas painted sin and cos function of the image.
SinWave
- 用java做的画sin(x)函数图像的源程序-Using java to do paintings sin (x) function of the image source
Javacalculator
- 通过JAVA设计 GUI 界面的计算器程序,用户可以通过鼠标依次输入参加计算的数值,进行加、减、乘、除等混合运算,这些完成标准计算器的基础操作。当选择科学计算器后,可以实现sin 、 cos 、 tan 、 ln、x^y、x^2、x^3、pi、n!、mod和十六进制除这个以外还可以删除输入,清空结果,求1除X,X百分比,十进制是,八进制,二进制的相互转换-Through JAVA calculator program designed GUI interface, users can turn
sin5555
- 一个测试加拿大SIN号码是否是正确,输入SIN号码,会告诉你此号码是否正确-A test whether the Canadian SIN number is correct, enter the SIN number, will tell you that this number is correct
Java1
- 這個我在臺灣的第一個java作業,使用的IDE是JCreator Le,實現的是pi的估值,和sin的估值-The first one I was in Taiwan java job, using the IDE is JCreator Le, realize that the pi of the valuation, and the sin of the valuation of
Max2
- 解决f(x,y)=(sin(x)/x)*(sin(y)/y)的GA算法-GA algorithm to solve f(x,y)=(sin(x)/x)*(sin(y)/y)
jisuanqi
- 计算器功能比较简单,界面比较清爽,能进行十进制的加、减、乘、除、求倒数和负数功能,后来加上能实现“sin” “cos” “tan” “pow” 功能,clear表示初始化。-Simple calculator functions, interface cleaner, can be decimal add, subtract, multiply, divide, find the inverse and negative features, was added to achieve "
calculator
- calculate numbers with java.can do sin cos and other arthmatical calculation