-
Using a text file (txt) record information. Information includes: name, birthday...
采用一个文本文件(txt)记录信息。信息包括:姓名、生日、电话、Email、地址、邮编等资料,可以对记录的人员进行分组,如:亲友、同事、同学等。界面由Dos界面命令行的方式实现,功能模拟文曲星或手机的地址本,可以增加、删除、修改个人资料,可以分组人员、可以安各种信息进行模糊查询,-Using a text file (txt) record information. Information includes: name, birthday, telephone, Email, address, postcode and other information, personnel records can be grouped, such as: friends, colleagues, students and so on. Interface from the Dos command line interface means to achieve the functional simulation Wen Quxing or the phone" s address book, you can add, delete, modify personal information, you can group people, all kinds of information can be an ambiguous query,
- 2022-03-16 10:13:14下载
- 积分:1
-
For many to learn English for business friend plays a significant role.
对许多要学习英语用来谈生意的朋友有很大作用。-For many to learn English for business friend plays a significant role.
- 2022-05-29 21:14:06下载
- 积分:1
-
内存清理程序,具有选择性,参数
内存清理程序,具有选择性,参数-s。通过纪录驻留内存的最高点地址。-Memory clean-up procedures, an optional parameter-s. Through the record of the presence of the highest memory address.
- 2022-10-17 19:50:03下载
- 积分:1
-
with the development of a messaging platform for example, can be used as a model...
用c#开发的一个短信平台例子,可以做为学习的范例-with the development of a messaging platform for example, can be used as a model for learning
- 2022-01-22 06:53:24下载
- 积分:1
-
游程长度编码
jpeg图像压缩过程中有runlength编码模块。
- 2022-02-10 10:56:37下载
- 积分: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
-
如何获取本地用户名
如何获取本地用户名-how to access local user name
- 2022-03-04 03:29:34下载
- 积分:1
-
ASP_net_简单报名app web 包括数据库和后台
在学校是做的一个简单的报名系统,
主要是用于计算维修的报名统计,
面向手机端的信息录入,
app web
包括数据库和管理后台
- 2022-01-31 06:04:29下载
- 积分:1
-
WinCE下的MP3播放器,MP4
一个在WinCE下的媒体播放器,可用于MP3,MP4 开发的源码,可以给于参考学习。-WinCE under a media player for MP3, MP4-source development can be in reference to the study.
- 2022-02-21 21:07:08下载
- 积分:1
-
Where s Waldorf?
Given a m by n grid of letters, ( 1<=m, n<=50), and...
Where s Waldorf?
Given a m by n grid of letters, ( 1
- 2022-03-03 15:09:34下载
- 积分:1