-
超快搜索字符串源代码。用于匹配字符串操作!
超快搜索字符串源代码。用于匹配字符串操作!-Ultrafast search string source code. For the matching string manipulation!
- 2022-03-23 03:33:23下载
- 积分:1
-
假设有13位评委参与评分工作。方法是:去掉一个最高分和一个最低
分,然后计算剩余11个分数的平均值,...
假设有13位评委参与评分工作。方法是:去掉一个最高分和一个最低
分,然后计算剩余11个分数的平均值,
-Assumptions have score 13 judges involved in the work. Methods are: removal of a maximum points and minimum points, and then calculating the remaining 11 scores on average,
- 2022-04-17 23:40:53下载
- 积分:1
-
JaveScript及VBScript脚本调试工具,友好的界面,可以很方便地进行调试...
JaveScript及VBScript脚本调试工具,友好的界面,可以很方便地进行调试-JaveScript and VBScript script debugging tools, and friendly interface, it is easy to debug
- 2022-07-09 11:30:31下载
- 积分:1
-
ADS projects, three versions of 2410nboot, 1 months 2440nboot, used to guide the...
ADS工程,3个版本的2410nboot,1个2440nboot,用来在nand flash引导eboot或者CE操作系统镜像。其中的Nboot_2410(eboot)可以直接引导eboot,nboot位于sector 0,eboot位于sector 2,eboot大小256K(参数大小均可修改) Nboot_2410(toc)需要在sector 1中写入toc file,来引导eboot或者OS image。-ADS projects, three versions of 2410nboot, 1 months 2440nboot, used to guide the eboot in the nand flash or CE operating system image. Which Nboot_2410 (eboot) guide can be directly eboot, nboot located in sector 0, eboot located in sector 2, eboot size of 256K (the size parameter can be modified) Nboot_2410 (toc) need to write in the sector 1 in the toc file, to guide the eboot or OS image.
- 2022-02-24 12:26:06下载
- 积分: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
-
eVC prepared on the COM component example, this is the client code
eVC上的COM编写组件的例子,这是客户端的代码-eVC prepared on the COM component example, this is the client code
- 2022-01-26 06:40:17下载
- 积分:1
-
扩展的编程实例,比较多的程序
vc++ 的扩展编程的一些实例,比较多的程序-vc expansion of the programming examples, more procedures
- 2022-01-31 12:40:27下载
- 积分:1
-
INNO Setup5.36 source code, very good,,,
INNO Setup5.36源码,很不错的-INNO Setup5.36 source code, very good,,,
- 2022-05-14 01:48:40下载
- 积分:1
-
C++一级实践课上完成的实践作业,异质树的实现
C++一级实践课上完成的实践作业,异质树的实现-a practical lesson on the practice of completion of operations, the realization of heterogeneity tree
- 2022-02-03 06:41:32下载
- 积分:1
-
更改PE文件资源的代码
更改PE文件资源的代码-changes PE Resources code
- 2022-08-26 08:18:26下载
- 积分:1