-
一个典型的队列的实现代码,完成了队列的所有操作,及一个简单的入队出队调用实例....
一个典型的队列的实现代码,完成了队列的所有操作,及一个简单的入队出队调用实例.-The achieve code of typical queu do the whole opertaion and a simple transfer example of in and out queu.
- 2022-01-24 12:36:55下载
- 积分:1
-
This is one serial number generator tool, you can add it into you proagram to ma...
这是一个序列号生成程序,可以使你的程序看起来专业-This is one serial number generator tool, you can add it into you proagram to make it more professional !
- 2022-06-26 12:53:44下载
- 积分:1
-
MongoDB封装库
接口都是char*或string 或vector,方便操作, 包括数据库初始化,更换数据,查找所有数据库的名字,创建集合,更新一条记录,插入记录,更新记录,删除记录,删除集合等;
- 2022-08-16 14:11:03下载
- 积分:1
-
我不是编程高手,现在刚开始从事编码工作。所以还有很多东西要学习。我上传的代码是我学习并验证过的正确代码,不是垃圾,随着学习的深入,我会不断提高上传代码的质量。谢...
我不是编程高手,现在刚开始从事编码工作。所以还有很多东西要学习。我上传的代码是我学习并验证过的正确代码,不是垃圾,随着学习的深入,我会不断提高上传代码的质量。谢谢!-I was not programming experts are just now engaged in coding work. So there are many things to learn. I uploaded my code is tested and learn the correct code was not rubbish, with the in-depth study. I will constantly improve the quality of code uploads. Thank you!
- 2022-03-01 05:45:14下载
- 积分:1
-
读取DWG、DXF文件,并把DWG、DXF图显示到界面。
读取DWG、DXF文件,并把DWG、DXF图显示到界面。-Read DWG, DXF files, and to DWG, DXF diagram shows the interface.
- 2022-06-15 10:48:01下载
- 积分:1
-
c++控制台简易五子棋,增加鼠标支持
- C++ 单个源文件...
- 文件名: go2.cpp
- 编译器名: TDM-GCC 4.8.1 32-bit Release
- C++ 编译器: %BinDir0%g++.exe
- 命令: g++.exe go2.cpp" -o "go2.exe" -ansi -m32 -I"%CppIncludeDir0%" -I"%CppIncludeDir1%" -L"%LibDir0%" -static-libgcc -lgdi32 -lcomdlg32 -luuid -loleaut32 -lole32 -m32
- 输出文件名: go2.exe
- 输出大小: 1.30 MB
- 编译时间: 2.06s
- 2022-02-26 23:11:13下载
- 积分:1
-
HBase支持发展和打印功能,获取系统信息…
辅助开发库HBase,功能有打印,获取系统信息,表格,进程,网络-HBase support for the development and printing functions, access to system information, forms, processes, network
- 2022-11-22 12:45:04下载
- 积分:1
-
简单人事管理系统
#include
#include
#include
#include
using namespace std;
const int Maxr=100;
int ID=10000;
class Employee //职工类
{
int tag;//删除标记
int no;//职工编号
char name[20];//职工姓名
char zw[20]; //职工职务
- 2022-03-24 22:13:18下载
- 积分:1
-
CVAVR 1.24包括牌照
cvavr 1.24 include licence
- 2022-08-23 05:18:09下载
- 积分:1
-
最小二乘法进行执行拟合小程序,只要输入一系列(大于2个坐标点)的数据,与matlab直线拟合结果做过比较,结果比较吻合和皮实...
最小二乘法进行执行拟合小程序,只要输入一系列(大于2个坐标点)的数据,与matlab直线拟合结果做过比较,结果比较吻合和皮实-least squares fitting method for the implementation of small programs, as long as the importation of a series (more than two coordinate points), and Matlab linear fitting results done earlier, the results coincide and brush it off
- 2022-10-15 14:05:02下载
- 积分:1