-
数据结构栈队列
数据结构栈队列-车场管理-queue data structure stack-Yard Management
- 2022-02-16 01:42:40下载
- 积分:1
-
一元稀疏多项式计算器[加法和乘法] 问题描述: 设计一元系数多项式计数器实现两个多项式间的加法、减法。 基本要求: (1) 输入并建立多项式 (2) 输出多项式...
一元稀疏多项式计算器[加法和乘法] 问题描述: 设计一元系数多项式计数器实现两个多项式间的加法、减法。 基本要求: (1) 输入并建立多项式 (2) 输出多项式,输出形式为整数序列:n,c1,e1,c2,e2……cn,en,其中n是多项式的项数,ci,ei分别为第i项的系数和指数。序列按指数降序排列。 (3) 多项式a和b相加,建立多项式a+b,输出相加的多项式。 (4) 多项式a和b相减,建立多项式a-b,输出相减的多项式。 用带表头结点的单链表存储多项式。 测试数据: (1) (2x+5x8-3.1x11)+(7-5x8+11x9) (2) (6x-3-x+4.4x2-1.2x9)-(-6x-3+5.4x2+7.8x15) (3) (x+x2+x3)+0 (4) (x+x3)-(-x-x-3)-one yuan sparse polynomial calculator [Addition and multiplication] Problem description : Design one yuan polynomial coefficient counter achieve the two polynomials addition, subtraction. Basic requirements : (a) input and the establishment of polynomial (2) output polynomial, the output form of integer sequence : n, c1, e1, c2, e2 ... cn, en, where n is the polynomial Number, ci, ei for the first item i the coefficients and indexes. By sequencing index in descending order. (3) a and b polynomial addition, the establishment of a polynomial b, the combined output polynomial. (4) a and b polynomial subtraction, the establishment of a polyno
- 2022-10-15 00:45:03下载
- 积分:1
-
matrix inversion c procedures for the large
矩阵求逆的c++程序,用来算大规模带分数形式的逆矩阵的,文件输入-matrix inversion c procedures for the large-scale Daibanshu form of the inverse matrix, the file input
- 2022-01-25 19:53:29下载
- 积分:1
-
float型而二叉树的创建及遍历
#include
#include
struct BiTNode //定义二叉树结构体
{
float data;
struct BiTNode *lchild;
struct BiTNode *rchild;
};
//二叉树创建函数
struct BiTNode *CreateTree(float *preorder,float *inorder,int lenth)
{
float *p,*q;
- 2022-12-24 11:10:03下载
- 积分:1
-
Oracle BerkeleyDB(Oracle内嵌数据库,没有提供Borland C++Builder编译版本),该源码把BerkeleyDB 4.5.20的...
Oracle BerkeleyDB(Oracle内嵌数据库,没有提供Borland C++Builder编译版本),该源码把BerkeleyDB 4.5.20的Visual C++ 2005的代码移植到Borland C++Builder上编译,生成静态库,可以在Borland C++Builder中进行开发使用.
工程文件路径为:
db-4.5.20uild_windowsLibdb45BCB.bpr
编译后生成静态库为:
Libdb45BCB.lib-Oracle BerkeleyDB (Oracle embedded database failed to provide Borland C Builder version), The source put BerkeleyDB 4.5.20 2005 Visual C code transplant Bo Identical compiled C Builder, generate static libraries, in Borland C Builder for development use. paper trails for the project : db- 4.5.20 build_windows Libdb45BCB.bpr compiler After generating static libraries : Libdb45BCB.lib
- 2022-07-22 09:54:39下载
- 积分:1
-
投票问卷管理系统 V1.2.rar
投票问卷管理系统 V1.2.rar-vote questionnaire management system V1.2.rar
- 2022-08-14 06:11:20下载
- 积分:1
-
生产者与消费者演示
生产者与消费者演示-producers and consumers demo
- 2022-06-15 17:22:25下载
- 积分:1
-
堆排序
稳定的排序
复杂度为N(logN ) 也是一种快速的排序...
堆排序
稳定的排序
复杂度为N(logN ) 也是一种快速的排序-HEAPSORT stable sort complexity is N (logN) is a fast sorting
- 2022-01-22 03:39:13下载
- 积分:1
-
快照建立步骤及维护
快照建立步骤及维护- The snapshot establishment step and maintains
- 2022-02-26 21:15:06下载
- 积分:1
-
像小卡片一样的日历,包括星期
像小卡片一样的日历,包括星期-like small cards the same calendar, including the week
- 2022-10-25 04:10:03下载
- 积分:1