-
实现加密算法 然后对其进行处理!连续输入
实现加密算法 然后对其进行处理!连续输入-input
- 2022-02-07 11:06:17下载
- 积分:1
-
用c实现的链表操作。可以添加、删除队列元素。并判断添加元素是否为数字。程序中有非常详细的注释。...
用c实现的链表操作。可以添加、删除队列元素。并判断添加元素是否为数字。程序中有非常详细的注释。-With c realize the operation of the list. Can add, delete queue element. And add elements to determine whether or not to digital. Program has very detailed notes.
- 2022-08-07 20:55:39下载
- 积分:1
-
Color Image To Gray Sample
Color Image To Gray Sample
- 2023-02-05 14:25:03下载
- 积分: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
-
operating system, the process of scheduling, memory management simulation memory...
操作系统中的进程调度, 模拟存储管理中内存空间的管理和分配 ,虚拟存储管理器的页面调度.-operating system, the process of scheduling, memory management simulation memory management and allocation, and virtual storage management pages of scheduling.
- 2023-05-24 18:25:02下载
- 积分:1
-
To test the document should be the first to start UdpServer server
、测试该文件时应首先启动UdpServer的服务器端,接着启动myUdpClient的客户端软件。
3、在myUdpClient项目文件中myUdpClient.cs文件的56行为连接到远程服务器端的IP地址,这里为本地IP地址,实际使用时应相应更改。
以上软件是需要注册才能长期正常使用的软件,请大家支持正版软件的使用-To test the document should be the first to start UdpServer server-side, and then start the myUdpClient client software. 3, myUdpClient project documents myUdpClient.cs file 56 acts to connect to the remote server-side IP address, where the local IP address, the actual use should be changed accordingly. The above software is required to be registered in order to long-term normal use of the software, please support the use of genuine software
- 2022-07-20 00:11:13下载
- 积分:1
-
This is mathematically equivalent to setting the initial state estimate
This mathematically equivalent to setting the initial state estimate-This is mathematically equivalent to setting the initial state estimate
- 2023-01-11 15:55:04下载
- 积分:1
-
testcprogram
应用背景细化定制路线,利用属性的路由。我的文章将解释我们如何在一个WebAPI实现安全。本文将解释如何安全使用基本身份验证令牌WebAPI基于授权。我也会解释我们如何利用撕没有标准的WebAPI实现安全。我们可以设计我们的自己的安全技术和结构,最适合我们的application.ken basre没有标准的WebAPI实现安全。我们可以设计我们的自己的安全技术和结构,最适合我们的应用。关键技术测试程序设计estful天# 7:单元测试ASP.NET Web API控制器使用NUnit。宁静的日子# 8:支持ASP.NET Web API的扩展式。我会故意使用视觉工作室2010和4,因为网络框架有很少的实现是很难找到的。框架4,但我会很容易地展示我们如何做到这一。安全的WebAPI我们计划创建一个企业级应用程序,我们特别希望照顾认证和授权。这是2如果使用的技术,使我们的应用程序安全,在我们的情况下,使我们的WebAPI更安全。ndows平台
- 2022-03-15 21:15:16下载
- 积分:1
-
基于servlet的一个简单的增删改查!
基于servlet的一个简单的增删改查!-A simple servlet-based additions and deletions to change search!
- 2023-06-01 16:50:04下载
- 积分:1
-
vb做的餐卡管理系统,大家看看或许受到启发
vb做的餐卡管理系统,大家看看或许受到启发-vb do meal card management system, we may be inspired to see huh
- 2022-08-08 08:10:58下载
- 积分:1