码迷,mamicode.com
首页 >  
搜索关键字:math    ( 11719个结果
模式串匹配、KMP算法及其改进(代码)
#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
commons-math使用
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
java数据结构和算法------堆排序
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!