代码搜索:Math
找到约 10,000 项符合「Math」的源代码
代码结果 10,000
www.eeworm.com/read/395034/8198360
cpp main.cpp
#include
#include"student.cpp"
void main()
{
Student zhang3;
Student li4;
Course math;
zhang3.AddCourse(&math,3.1);
li4.AddCourse(&math,4.5);
cout
www.eeworm.com/read/395034/8198966
cpp main.cpp
#include
#include"student.cpp"
void main()
{
Student zhang3;
Student li4;
Course math;
zhang3.AddCourse(&math,3.1);
li4.AddCourse(&math,4.5);
cout
www.eeworm.com/read/395034/8199030
cpp main.cpp
#include
#include"student.cpp"
void main()
{
Student zhang3;
Student li4;
Course math;
zhang3.AddCourse(&math,3.1);
li4.AddCourse(&math,4.5);
cout
www.eeworm.com/read/394994/8200150
txt asd.txt
import java.util.*;
//抽奖程序测试
class TestAward
{
public static void main(String[] args)
{
//声明al,保存中奖者
ArrayList al = new ArrayList();
/
www.eeworm.com/read/394765/8207711
java mydraw.java
import java.lang.*;
import java.awt.*;
import java.applet.*;
import javax.swing.*;
import java.awt.event.*;
public class mydraw implements ItemListener
{
static int a=1,b=1,c
www.eeworm.com/read/294461/8224548
c io20_9.06.c
// #include
// #include
// #include
#include
#include
#include
/**
** note: must include the C standard math library
**
www.eeworm.com/read/294065/8255846
lst chap15.lst
listing 1
#include
#include
int main(void)
{
double val = -1.0;
do {
printf("Arc cosine of %f is %f.\n", val, acos(val));
val += 0.1;
} while(val
www.eeworm.com/read/293928/8262677
c 1_2_2e.c
/* ======================================== */
/* 程序实例: 1_2_2e.c */
/* 简单的结构应用(三) */
/* ======================================== */
void main()
{