代码搜索:Math
找到约 10,000 项符合「Math」的源代码
代码结果 10,000
www.eeworm.com/read/133648/14031593
java randvals.java
//: c08:RandVals.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Initializing interface fields with
// non-constant initia
www.eeworm.com/read/133496/14038750
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/133454/14042823
cpp cyj.cpp
#include
#include
#include
#include
#include
#define LEN sizeof(struct student)
struct student
{
long num;
char name[20];
www.eeworm.com/read/235539/14064957
h c1.h
// c1.h (程序名)
#include
#include
#include // malloc()等
#include // INT_MAX等
#include // EOF(=^Z或F6),NULL
#include // atoi()
#inc
www.eeworm.com/read/235539/14065003
h c1.h
// c1.h (程序名)
#include
#include
#include // malloc()等
#include // INT_MAX等
#include // EOF(=^Z或F6),NULL
#include // atoi()
#inc
www.eeworm.com/read/235479/14070670
cs numericupdown.cs
// (c) Copyright Microsoft Corporation.
// This source is subject to the Microsoft Permissive License.
// See http://www.microsoft.com/resources/sharedsource/licensingbasics/sharedsourcelicenses.msp
www.eeworm.com/read/132833/14071807
txt producer.txt
//Producer.java
//package modl3;
public class Producer implements Runnable
{ SyncStack theStack;
public Producer(SyncStack s)
{theStack=s;}
public void run()
{ char c;
for
www.eeworm.com/read/235297/14075617
cpp cpp1915.cpp
#include
#include
void main()
{ int A;int a[1000];
do{scanf("%d",&A);}while(A100);
while(A!=0)
{
int i=0,j,n=2,m,b;
do{
a[i]=A%2;
A=A/2;