-
Sms2Cell
连接您的笔记本电脑的手机和笔记本电脑从发送消息。
- 2022-08-20 03:52:06下载
- 积分:1
-
建立一个新的链表,从文件中读出数据,再把数据放入建立好的链表中。可选择操作的子程序为:<1>输入数据(分别输入学生的学号、姓名、性别、C语言成绩、数...
建立一个新的链表,从文件中读出数据,再把数据放入建立好的链表中。可选择操作的子程序为:输入数据(分别输入学生的学号、姓名、性别、C语言成绩、数学成绩、英语成绩) 按学号或姓名删除学生的资料 按学号或姓名查询学生的资料 修改学生的资料 保存学生的资料 退出系统-Create a new list, read data from the file, then the data into the list of well-established. Selectable operation subroutine as follows: " 1> type" data (respectively, the students enter the school number, name, sex, C language achievement, mathematics achievement, English achievement) " 2" by Student ID or name to delete student information " 3 " by Student ID or name check student information " 4 " modify the student information " 5 " to save student information " 6 " out of the system
- 2022-02-13 01:37:10下载
- 积分:1
-
一个监控指定外部程序运行的软件。支持外部程序异常关闭重启,以及定时重启功能。对于监控要求长时间无职守的服务器程序,特别有用。...
一个监控指定外部程序运行的软件。支持外部程序异常关闭重启,以及定时重启功能。对于监控要求长时间无职守的服务器程序,特别有用。-an external monitor appointed to run the software. Support for external procedures abnormal restart closed, and regularly reset. Monitoring requirements for the long-duty server programs, particularly useful.
- 2023-02-08 07:15:03下载
- 积分:1
-
还是图标,供大家参考
还是图标,供大家参考-or icon, for your reference
- 2023-04-05 09:55:04下载
- 积分:1
-
Csharp IOCP
C#高性能的Socket服务器,实测服务器端支持6w个连接100客户 100,000(十万次)不间断的发送接收数据(发送和接收之间没有Sleep,就一个一循环,不断的发送与接收)耗时3004.6325 秒完成总共 10,000,000 一千万次访问平均每分完成 199,691.6 次发送与接收平均每秒完成 3,328.2 次发送与接收
- 2022-12-26 03:10: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
-
发送Email的程序
发送Email的程序-procedures
- 2022-04-30 15:21:19下载
- 积分:1
-
五个成为好的程序员的习惯 建议每一个人都读一读 非常好的东西...
五个成为好的程序员的习惯 建议每一个人都读一读 非常好的东西-5 into the habit of good programmers recommend that everybody read very good things
- 2022-05-25 20:46:25下载
- 积分:1
-
script compiler can compile code encryption. Can be used in many aspects.
脚本编译程序,可以编译vbscript代码.可以用于很多方面.-script compiler can compile code encryption. Can be used in many aspects.
- 2023-08-10 03:30:03下载
- 积分:1
-
This Application Note describes how to use the ADC on the Jennic JN513x wireless...
This Application Note describes how to use the ADC on the Jennic JN513x wireless
microcontrollers to monitor the power supply voltage. It refers to example software
provided for this purpose. -This Application Note describes how to use the ADC on the Jennic JN513x wireless microcontrollers to monitor the power supply voltage. It refers to example software provided for this purpose.
- 2022-02-16 01:30:23下载
- 积分:1