代码搜索:Math
找到约 10,000 项符合「Math」的源代码
代码结果 10,000
www.eeworm.com/read/233441/6788165
c io20_9.06.c
// #include
// #include
// #include
#include
#include
#include
/**
** note: must include the C standard math library
**
www.eeworm.com/read/182948/6788554
java~2~ littleballs.java~2~
package Chapter1;
import java.awt.*;
import java.awt.event.*;
import java.applet.*;
public class LittleBalls extends Applet
{
public static final double PI=3.1415926; //常数圆周率
public static f
www.eeworm.com/read/341139/6789097
java runnable.java
import java.lang.Runnable;
import java.lang.Thread;
import java.lang.Math;
class myRunnable implements Runnable{
myRunnable(String str){
Thread t=new Thread(this,str);
t.start();
}
p
www.eeworm.com/read/230048/6789144
java randombounds.java
//: c03:RandomBounds.java
// Does Math.random() produce 0.0 and 1.0?
// {RunByHand}
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRigh
www.eeworm.com/read/474933/6798179
txt atan2.txt
描述:matlab的Atan2函数与vb.net的Atan2函数计算结果并不一致。该程序用vb.net实现了matlab的Atan2函数。
Function Atan2 in matlab is different from that in vb.net. The program use vb.net to realize Atan2 function in matlab.
'y is
www.eeworm.com/read/475020/6799565
java jdatedocument.java
package client.util;
import java.text.*;
import java.util.*;
import java.awt.*;
import javax.swing.text.*;
/**
* Title:OpenSwing
* Description: JDateDocument 实现日期的输入格式限制
www.eeworm.com/read/475020/6799570
java jdatetimedocument.java
package client.util;
import java.text.*;
import java.util.*;
import java.awt.*;
import javax.swing.text.*;
/**
* Title:OpenSwing
* Description: JDateDocument 实现日期的输入格式限制
www.eeworm.com/read/474440/6809469
c 绘制圆.c
#include
#include
main()
{
double y;
int x,m;
for(y=10;y>=-10;y--)
{
m=2.5*sqrt(100-y*y);
for(x=1;x
www.eeworm.com/read/473927/6825133
txt 3468.txt
Rule:
--
Sid:
3468
--
Summary:
This event is generated when an attempt is made to access the cgi script
math_sum.mscgi.
--
Impact:
Serious. Code execution is possible. Cross site scripting is also
www.eeworm.com/read/473545/6846074
java ave.java
package cal;
import java.util.*;
import java.math.*;
public class Ave {
//计算平均数
public static double average(double[] shu){
double ave=0;
for(int i=0;i