-
成绩管理系统
成绩管理系统,管理员登陆,注册。登陆后可增删改查成绩,用文件存储信息,infile,outfilel来操作。
- 2022-02-20 06:16:06下载
- 积分:1
-
这是一个运算符重载的实例程序,程序中以复数的加法作为例子,实现将加法运算符重载,得到c=c1+c2直接得到俩个复数相加的和...
这是一个运算符重载的实例程序,程序中以复数的加法作为例子,实现将加法运算符重载,得到c=c1+c2直接得到俩个复数相加的和-This is an example of operator overloading, programs, the addition in the plural as an example, to achieve an additive operator overloading, to be c = c1+ c2 directly from the sum of both a complex and
- 2023-02-05 07:30:04下载
- 积分:1
-
c++ Professional HandBook
c++ Professional HandBook
- 2022-04-11 09:58:21下载
- 积分:1
-
2D 建筑与人物不停地
创建支持的客房,可以连接并具有对象的结构。可以移动穿越房间结构的自动的字符。类是用来允许灵活的安装程序。这可能是一个良好的基础,为发展一个 2D 游戏,或甚至扩大到 3D。用户有一个字符,使用箭头键控制。享受。
- 2022-05-23 18:34:08下载
- 积分:1
-
Flex for Designers
Flex for Designers -Flex for Designers
- 2022-02-13 00:42:19下载
- 积分:1
-
实现简单的画图,菜单,启动另一个窗口的程序。
实现简单的画图,菜单,启动另一个窗口的程序。-achieve a simple drawing, menu, start another window procedure.
- 2022-04-29 17:34:53下载
- 积分:1
-
STM32F103RC串口通讯
保证开发板相关硬件连接正确,用 USB 线连接开发板的 USB 转串口接口跟电脑,在电脑端打开串口调试助手,把编译好的程序下载到开发板,此时串口调试助手即可收到开发板发过来的数据。我们在串口调试助手发送区域输入一个特定字符,点击发送按钮,LED 灯的状态随之改变。
- 2023-03-15 17:00:03下载
- 积分:1
-
一个基于WINCE的教学管理系统,非常不错,公司同事发给我的。...
一个基于WINCE的教学管理系统,非常不错,公司同事发给我的。-WINCE-based management system of teaching is very good, the company sent to me by my colleagues.
- 2022-06-02 19:32:00下载
- 积分:1
-
单文档程序将十六进制格式字符串转换为十六进制数
单文档程序将十六进制格式字符串转换为十六进制数-Procedures for single-document format will be hexadecimal string converted to hexadecimal number
- 2022-03-12 20:41:12下载
- 积分:1
-
#包括<;STDLIB. H & gt;
#include
#include
#include
//#include
#include "debugmalloc.h"
#include "dmhelper.h"
/*Define the macro */
#define ALIGN 8
#define FENCE 0xDEADBEEF
#define HEADERSIZE sizeof(struct header)
#define FOOTERSIZE sizeof(struct footer)-#include
#include
#include
//#include
#include "debugmalloc.h"
#include "dmhelper.h"
/*Define the macro*/
#define ALIGN 8
#define FENCE 0xDEADBEEF
#define HEADERSIZE sizeof(struct header)
#define FOOTERSIZE sizeof(struct footer)
- 2022-01-20 23:08:39下载
- 积分:1