-
可以创建学生信息,包括:姓名,成绩,学号。并可以修改,删除,存储读取等。...
可以创建学生信息,包括:姓名,成绩,学号。并可以修改,删除,存储读取等。-Can create a student information, including: name, accomplishments, student number. And may amend, delete, read, such as storage.
- 2022-04-12 12:48:09下载
- 积分:1
-
Authors developed their own float
作者自己开发的 浮点数-十六进制数相互转换工具,带有校验码计算.-Authors developed their own float- hexadecimal number conversion tool, with calculation of parity-check codes.
- 2022-09-20 14:10:02下载
- 积分:1
-
Vb.net Web 数萃取器
简单易用 Web 数据提取在 Vb.Net.That 可以很容易抓住细胞数从 Bolee.com。它将为那些有兴趣制作 Web 数据提取有用。使用一些第三部分图书馆却是打开 Source.Program 已提取 Web 页的链接,然后它可以开始从链接中提取数。
- 2022-04-20 14:24:23下载
- 积分:1
-
VC源代码应用小程序MD5算法示例,比较难
VC源代码应用小程序MD5算法示例,比较难-VC source Application small program MD5 algorithm for example, more difficult
- 2022-03-01 21:28:46下载
- 积分:1
-
程序的开发环境:本程序采用Microsoft Visual Studio 2005集成环境开发即 asp.net 2.0+access 数据库开发...
程序的开发环境:本程序采用Microsoft Visual Studio 2005集成环境开发即 asp.net 2.0+access 数据库开发-Program development environment: This procedure using Microsoft Visual Studio 2005 integrated development environment that is, asp.net 2.0+ Access database development
- 2022-12-13 05:00:03下载
- 积分:1
-
这是一个可以在后台偷取你闪盘里所有资料的小软件。只要你的闪盘一插上,所有的东东都被悄悄拷走.代码开放,可以热键呼出...
这是一个可以在后台偷取你闪盘里所有资料的小软件。只要你的闪盘一插上,所有的东东都被悄悄拷走.代码开放,可以热键呼出-This is a steal in the background all the information you have a small flash drive inside the software. As long as you plug a flash drive, all the Dongdong copy have been quietly away. Code to open, you can hot-key outbound
- 2022-02-27 01:56:11下载
- 积分:1
-
求两个数的平方和的根,并且以窗口形式显示结果,sse
求两个数的平方和的根,并且以窗口形式显示结果,sse-The number of squares and two seeking the root, and in the window display the results, sse
- 2022-02-01 22:20:35下载
- 积分:1
-
VC color toolbar programming source
VC真彩工具栏编程源码-VC color toolbar programming source
- 2023-09-06 18:40:02下载
- 积分: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
-
tcp/ip socket源码(c#)
tcp/ip socket源码(c#)
适合新人看,老鸟还是不需要看了。
接收socket请求,并返回给flash策略文件
- 2022-06-13 11:33:42下载
- 积分:1