-
学生成绩管理系统
该程序系统是由C语言写成的学生成绩管理系统,可以全面的对学生的成绩进行管理,包括输入输出信息、成绩;查询成绩;删除成绩;插入成绩;输出所有学生成绩的统计结果;学生成绩信息排序;成绩信息存档等功能
- 2022-01-27 18:34:09下载
- 积分:1
-
一个用C++ 写的写字板的程序小例子,很适合初学者学习使用。...
一个用C++ 写的写字板的程序小例子,很适合初学者学习使用。-One with C++ Written procedures WordPad small example, it is suitable for beginners learning to use.
- 2022-03-19 08:20:43下载
- 积分:1
-
吉林大学车辆工程考研资料,欢迎大家下载。欢迎大家提出意见。...
吉林大学车辆工程考研资料,欢迎大家下载。欢迎大家提出意见。-Jilin University vehicle engineering study section of the information, welcome you to download. Welcome to submit their views.
- 2023-05-26 20:35:04下载
- 积分:1
-
VC6平台的MFC的基本对话框贪吃蛇游戏
简单的贪吃蛇,使用MFC的基本对话框,适合了解MFC绘图的相关函数,和小游戏设计参考
- 2022-03-22 04:20:56下载
- 积分:1
-
course management system, user management, class management, curriculum manageme...
课程管理系统,具有用户管理,班级管理,课程管理,信息查看等模块。-course management system, user management, class management, curriculum management, information such as View module.
- 2023-01-28 14:25:04下载
- 积分:1
-
QT编写的C++贪吃蛇小游戏
游戏通过按键控制
部分代码:
#include "gamewidget.h"
#define ROW 13
#define COL 16
#define UP 0
#define DOWN 1
#define LEFT 2
#define RIGHT 3
GameWidget::GameWidget(QWidget *parent)
:QWidget(parent)
{
this->setAutoFillBackground(true);//覆盖
this->resize(480,270);
this->setWindowIcon(QIcon("img/icon.jpg"));
this->setWindowTitle("贪吃蛇");
QPalette palette;
palette.setBrush(QPalette::Background,QBrush((QPixmap)"img/bjt.png"));
this->setPalette(palette);
//按扭区
leftbtn=new QPushButton(this);
leftbtn->setIcon((QIcon)"img/zuo.png");
leftbtn->setIconSize(QSize(40,40));
leftbtn->setGeometry(QRect(340,180,40,40));
leftbtn->setFlat(true);
rightbtn=new QPushButton(this);
rightbtn->setIcon((QIcon)"img/you.png");
rightbtn->setIconSize(QSize(40,40));
rightbtn->setGeometry(QRect(430,180,40,40));
rightbtn->setFlat(true
- 2022-03-21 19:09:00下载
- 积分:1
-
Windows Mobile 5.0/6.0下EDB的使用的完整的例子程序,技术点集中用二进制流的方式,存储DB数据,更加通用一些,而不是普通的根据字段排序。...
Windows Mobile 5.0/6.0下EDB的使用的完整的例子程序,技术点集中用二进制流的方式,存储DB数据,更加通用一些,而不是普通的根据字段排序。-Windows Mobile 5.0/6.0 under the EDB
- 2022-06-12 04:06:27下载
- 积分:1
-
凡人网络购物系统jsp版(JspShop) v1.2,学习JSP编程的最佳资料,作完一个购物系统,数据库,java编程了然于胸!...
凡人网络购物系统jsp版(JspShop) v1.2,学习JSP编程的最佳资料,作完一个购物系统,数据库,java编程了然于胸!-FangRen Web-shopping Platform in Jsp v1.2,the code should be the best file for you to learning JSP,espcially in the aspects of database and Java programming!
- 2022-08-08 04:04:00下载
- 积分:1
-
介绍用 C++ 进行项目开发的方法,我们可以通过这个图形处理软件来熟悉项目开发的基本步骤。...
介绍用 C++ 进行项目开发的方法,我们可以通过这个图形处理软件来熟悉项目开发的基本步骤。 -introduced C project development methods, we can pass the graphics processing software to the project developers familiar with the basic steps.
- 2022-02-26 17:18:44下载
- 积分:1
-
USB固件开发,基于C8051F320,对于开发USB不在是痛苦
USB固件开发,基于C8051F320,对于开发USB不在是痛苦-USB firmware development, based on the C8051F320, for the development of USB is not painful
- 2023-01-12 13:30:03下载
- 积分:1