代码搜索:Math
找到约 10,000 项符合「Math」的源代码
代码结果 10,000
www.eeworm.com/read/117953/14893505
java coloredboxes.java
//Copyright (c) 1998, Arthur Gittleman
//This example is provided WITHOUT ANY WARRANTY either expressed or implied.
// Debugging Exercise 11.8 -- Has Errors
public class ColoredBoxes
www.eeworm.com/read/117953/14893880
java coin.java
//Copyright (c) 1998, Arthur Gittleman
//This example is provided WITHOUT ANY WARRANTY either expressed or implied.
/* Get five random numbers
*/
public class Coin {
public static void mai
www.eeworm.com/read/117953/14894044
java tangramsolver.java
//Copyright (c) 1998, Arthur Gittleman
//This example is provided WITHOUT ANY WARRANTY either expressed or implied.
/* Start with the seven polygons forming
* a square. Drag them with the mous
www.eeworm.com/read/117953/14894059
java rotate.java
//Copyright (c) 1998, Arthur Gittleman
//This example is provided WITHOUT ANY WARRANTY either expressed or implied.
/* Displays a triangle which the user can
* rotate counterclockwise by hitting
www.eeworm.com/read/219058/14896597
txt 新建 文本文档 (4).txt
#include
#include
#include
#define O 350
#define P 15
#define Q 200
Struct translate
{
int code;
char word[20];
};
Int m,math;
char ch.str[0];
char strToke
www.eeworm.com/read/218761/14907541
js treeguide.js
function moveAlong(layerName, paceLeft, paceTop, fromLeft, fromTop){
clearTimeout(eval(layerName).timer)
if(eval(layerName).curLeft != fromLeft){
if((Math.max(eval(layerName).curLeft, fromLeft)
www.eeworm.com/read/218761/14907620
js treeguide.js
function moveAlong(layerName, paceLeft, paceTop, fromLeft, fromTop){
clearTimeout(eval(layerName).timer)
if(eval(layerName).curLeft != fromLeft){
if((Math.max(eval(layerName).curLeft, fromLeft)
www.eeworm.com/read/218682/14910319
c gaussian.c
#include
#define pi 3.1415
double
gaussian(double x)
{
double resu;
resu=-0.5*x*x;
resu=exp(resu);
resu=resu/sq
www.eeworm.com/read/218418/14921084
cpp p3-147.cpp
#include
#include
#include
//main()函数的定义
void main( void )
{
double y;
for(double x=-5;x
www.eeworm.com/read/218418/14921115
cpp p3-149.cpp
#include
#include
#include
//main()函数的定义
void main( void )
{
double y;
for(int i=0;i