#include "string.h"#include "stdio.h" #include "stdlib.h" #include "io.h" #include "math.h" #include "time.h"#define OK 1#define ERROR 0#define TRUE 1...
分类:
编程语言 时间:
2015-07-07 14:31:09
阅读次数:
214
#include "string.h"#include "stdio.h"#include "stdlib.h"#include "math.h"#include "time.h"#define OK 1#define ERROR 0#define TRUE 1#define FALSE 0#def...
分类:
其他好文 时间:
2015-07-07 14:25:51
阅读次数:
113
apache commons-math提供了一些常用的数学运算,包括初等数学、高等数学、线性代数、数理统计等方面的。猛击下面的链接查看其相关使用方法 Commons Math学习笔记 http://www.blogjava.net/changedi/archive/2010/12/10/340282...
分类:
其他好文 时间:
2015-07-07 14:24:26
阅读次数:
97
#include "stdio.h"#include "stdlib.h"#include "math.h"#include "time.h"#define OK 1#define ERROR 0#define TRUE 1#define FALSE 0#define MAXSIZE 20 /* 存...
分类:
其他好文 时间:
2015-07-07 12:49:25
阅读次数:
114
#include "string.h"#include "ctype.h"#include "stdio.h"#include "stdlib.h"#include "math.h"#include "time.h"#define OK 1#define ERROR 0#define TRUE 1#...
分类:
其他好文 时间:
2015-07-07 12:48:32
阅读次数:
205
#include "stdio.h"#include "stdlib.h"#include "math.h"#include "time.h"#define OK 1#define ERROR 0#define TRUE 1#define FALSE 0#define MAXSIZE 20 /* 存...
分类:
其他好文 时间:
2015-07-07 12:43:41
阅读次数:
84
#include "stdio.h"#include "string.h"#include "ctype.h"#include "stdlib.h"#include "math.h"#include "time.h"#define OK 1#define ERROR 0#define TRUE 1#...
分类:
其他好文 时间:
2015-07-07 12:32:53
阅读次数:
111
#include "stdio.h"#include "stdlib.h"#include "math.h"#include "time.h"#define OK 1#define ERROR 0#define TRUE 1#define FALSE 0#define MAXSIZE 20 /* 存...
分类:
其他好文 时间:
2015-07-07 12:32:00
阅读次数:
124
1 package iYou.neugle.sort; 2 3 public class Heap_sort { 4 public static void HeapSort(double[] array) { 5 for (int i = (int) Math.floor...
分类:
编程语言 时间:
2015-07-06 15:52:47
阅读次数:
153
I've been working for the past 15 months on repairing my rusty math skills, ever since I read a biography of Johnny von Neumann. I've read a huge stac...
分类:
其他好文 时间:
2015-07-06 15:34:47
阅读次数:
114