-
cs8900网卡驱动程序,WINCE,ARM2410下的。同时也有说明和手册,既可用也可供学习参考...
cs8900网卡驱动程序,WINCE,ARM2410下的。同时也有说明和手册,既可用也可供学习参考-CS8900 network card driver, WINCE, ARM2410 under. Also has descriptions and manuals, can use it as reference for learning
- 2022-07-28 09:22:03下载
- 积分:1
-
C/C++ 语言参考
其中包含了所有C/C++ 语言中的相关函数
C/C++ 语言参考
其中包含了所有C/C++ 语言中的相关函数-C/C++ Language Reference includes all C/C++ Language correlation function
- 2022-10-18 20:20: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
-
炸金花
单机游戏炸金花,比牌大小算法,c#实现winform程序,vs2012运行。
- 2022-01-28 13:12:22下载
- 积分:1
-
一些最常用的算法集合为文字模式。和更多的信息。
一些最为常用的算法集合,为word文本方式。并有较为详细的说明。-some of the most commonly used algorithm sets for word text mode. And a more detailed explanation.
- 2022-03-16 00:04:46下载
- 积分:1
-
修补程序 v.1.5.RC2 + src
有用的补丁制作工具,很容易自定义。特点:
* 标志 (320 × 90)
* MIDI/XM 音乐
* NFO 文件
* 主要图标
* 恢复功能
* CRK 导入/导出支持
版本历史记录:
1.5 RC2 (2006/4/21) — — 公众:
* 新设计的修补程序制造商实用程序
+ 保存的设置选项
+ XM 音乐支持 (未压缩修补程序大小由 15 k 增加)
+ 输出压缩修补程序
+ 版本历史记录
- 2022-02-05 09:06:46下载
- 积分:1
-
Samsung S3C2440A ARM CPU bootloader source, based on the WINCE5.0 platform, to i...
三星S3C2440A ARM CPU bootloader源码,基于WINCE5.0平台,初始化硬件,引导操作系统,管理内存.-Samsung S3C2440A ARM CPU bootloader source, based on the WINCE5.0 platform, to initialize the hardware, boot operating systems, memory management.
- 2023-07-28 05:40:03下载
- 积分:1
-
详细讲解进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点。...
详细讲解进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点。-explain in detail the communication process in four ways : the clipboard, anonymous pipes, named pipes and mail chutes. And a comparative analysis of these types of inter-process communication advantages and disadvantages.
- 2022-05-24 02:12:54下载
- 积分:1
-
高质量C++C 编程指南
内容不多但很有用,提高程序质量的好书
高质量C++C 编程指南
内容不多但很有用,提高程序质量的好书-Quality C++ C programming, not much, but useful guide to improve the program quality of books
- 2022-05-27 06:04:36下载
- 积分:1
-
Huffman编码(二叉树应用),要求对文件进行Huffman编码的算法,以及对一编码文件进行解码的算法...
Huffman编码(二叉树应用),要求对文件进行Huffman编码的算法,以及对一编码文件进行解码的算法-Huffman coding (binary application), requested documents Huffman encoding algorithm, as well as an algorithm to decode the encoded file
- 2022-05-17 03:53:20下载
- 积分:1