- 博客(4)
- 资源 (2)
- 收藏
- 关注
转载 高斯-勒让德求积公式
function quad=gauss(f,a,b,A,W)%Input - f is the integrand % - a and b upper and lower limits of integration% - A is the 1 x N vector of abscissas from Table 7.9%
2012-04-17 07:38:44
9760
原创 利用stack的搜索树的实现
#include #include using namespace std;template struct node //树的实现 { Object data; node* left; node* right; node(const Object& d=Object(), node* l=0, node* r=0) : data
2012-04-16 07:46:41
456
原创 图书馆管理程序~~不过貌似功能!!有空再修修
#include #include #include #include #include using namespace std;class Patron; //forward declaration,the book was borrowed class/***************************Book definition*************
2012-04-16 07:41:42
587
转载 通讯录管理系统
#include #include #include #include #include #define M 100 struct record{ char name[20]; //姓名 int age; //年龄 char tele[15]; //电话号码
2012-04-15 15:11:44
954
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人