-
编写好的VC为基础的二进制,八进制,十进制,十六进制的数值转换器,功能类似于windows的计算器中的转换功能...
编写好的VC为基础的二进制,八进制,十进制,十六进制的数值转换器,功能类似于windows的计算器中的转换功能-VC good preparation for the foundation of binary, octal, decimal, hexadecimal numerical converter, similar to the function of the windows of conversion calculator functions
- 2022-04-24 14:12:44下载
- 积分:1
-
宾馆客房管理系统的源码
宾馆客房管理系统的源码-Hotels Rooms source code management system
- 2022-01-26 04:01:45下载
- 积分:1
-
定义一个栈,并实现栈的基本操作:
void Push( const T& x) //
bool Pop(T& x) //
bool getTop(T...
定义一个栈,并实现栈的基本操作:
void Push( const T& x) //
bool Pop(T& x) //
bool getTop(T& x) const //
ostream& operater
- 2023-03-31 17:10:03下载
- 积分: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
-
数据结构课程设计文档!
数据结构课程设计文档!-data structure curriculum design document!
- 2023-07-15 08:00:03下载
- 积分:1
-
shows the current system, date, time, and used several different output formats
显示当前系统时间,日期,,并用几中不同的格式输出-shows the current system, date, time, and used several different output formats
- 2022-01-26 02:36:56下载
- 积分:1
-
销售和库存系统
销售和库存系统描述从库存中获得的关于产品的销售以及购买产品的客户之间的销售
- 2022-06-29 05:59:13下载
- 积分:1
-
一个用C++实现的B+tree程序源代码
一个用C++实现的B+tree程序源代码-b+tree implemented with c++
- 2022-12-28 20:50:08下载
- 积分:1
-
这是我们做的数据结构课程设计的一个内容,是用C语言编写的一个图书管理的程序...
这是我们做的数据结构课程设计的一个内容,是用C语言编写的一个图书管理的程序-we do this is the data structure of a curriculum design content of the C language with a library management procedures
- 2023-01-18 05:25:03下载
- 积分:1
-
通过builder实现的数据结构各种算法 由于本人编程技术还没成熟,不足之处还请见谅...
通过builder实现的数据结构各种算法 由于本人编程技术还没成熟,不足之处还请见谅-builder achieve through the data structure algorithms as I mature programming No shortage Department also requested forgiven
- 2022-03-14 09:40:53下载
- 积分:1