代码搜索:Math
找到约 10,000 项符合「Math」的源代码
代码结果 10,000
www.eeworm.com/read/220921/14783774
cpp p1-59.cpp
#include
main()
{
int i;
//定义名为student的递归结构
struct student {
char name[10];
int math;
int computer;
float sum;
www.eeworm.com/read/120731/14791838
java station.java
import java.lang.Math;
public class Station
{
public static final String fastwaystation[]={"宝鸡","虢镇","菜家坡","武功","兴平","咸阳","西安"};
//属性
private String stationname; //标识站的名称
//方法
public S
www.eeworm.com/read/220599/14795712
c student.c
#include
#include
#define NULL 0
struct student
{long number;
char name[20];
int math;
int cxsj;
struct student *next;
};
int n;
struct student *creat(void)
{int fla
www.eeworm.com/read/220583/14796231
java huituban.java
package huituban;
import java.awt.*;
import java.awt.geom.*;
import java.awt.event.*;
import javax.swing.*;
import java.io.*;
import java.util.*;
public class huituban extends JFrame
www.eeworm.com/read/120429/14803783
java extendedoperation.java
// Subclass of extensible, serializable typesafe enum - Page 112
import java.io.*;
abstract class ExtendedOperation extends Operation {
ExtendedOperation(String name) { super(name); }
www.eeworm.com/read/120409/14803948
java s1.java
import java.applet.Applet;
import java.awt.*;
public class S1 extends Applet implements Runnable{
int j = 0;
double x;
Image memImg = null;
Image memImg1=null;
Graphics memI
www.eeworm.com/read/120385/14804432
c io20_9.06.c
// #include
// #include
// #include
#include
#include
#include
/**
** note: must include the C standard math library
**
www.eeworm.com/read/119982/14814903
c show_sin.c
#include
#include
void main(void)
{
double radians;
for (radians = 0.0; radians < 3.1; radians += 0.1)
printf("Sine of %f is %f\n", radians, sin(radians));
}
www.eeworm.com/read/119982/14814904
c showatan.c
#include
#include
void main(void)
{
double radians;
for (radians = -0.5; radians