-
求值程序产生纹理
求值程序产生纹理-evaluates procedures texture
- 2022-08-10 03:02:32下载
- 积分:1
-
flex和ajx 的结合 ,在myeclipse下开发的
flex和ajx 的结合 ,在myeclipse下开发的-The combination of flex and ajx in myeclipse developed under the
- 2022-02-02 02:30:12下载
- 积分: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
-
孙鑫VC 开发视频的配套源代码
孙鑫VC 开发视频的配套源代码,整个视频教程涵盖教材20章内容。每章一个文件夹。文件夹的命名格式按照:“Lesson+章的序号”的形式命名,代表书中第几章的内容。例如:第一章的命名为“Lesson1”,它与书中章的序号是相对应的。
- 2022-06-21 02:33:14下载
- 积分:1
-
用递归函数求阶乘,用VC++编的,已通过调试
用递归函数求阶乘,用VC++编的,已通过调试-Seeking to use a recursive function, factorial, using VC++ compiled, and has passed the commissioning
- 2023-04-15 04:30:04下载
- 积分:1
-
浮点运算加减乘除四则运算,方法和特别,值得借鉴
浮点运算加减乘除四则运算,方法和特别,值得借鉴-Four floating-point addition and subtraction multiplication and division operations, methods, and in particular, it is worth drawing
- 2023-04-25 08:45:03下载
- 积分:1
-
基于数据链路层的RPC编程,在C SHELL中实现编写
基于数据链路层的RPC编程,在C SHELL中实现编写-Based on the data link layer of the RPC program to achieve in the preparation of C SHELL
- 2023-04-24 00:50:03下载
- 积分:1
-
一个透明窗体源代码,窗体标题采用API函数画出来的,效果还不错的,原作者"蓝色炫影"在标题栏没有实现,现经本人该后实现了标题显示 修改:陈峰 clg...
一个透明窗体源代码,窗体标题采用API函数画出来的,效果还不错的,原作者"蓝色炫影"在标题栏没有实现,现经本人该后实现了标题显示 修改:陈峰 clg-123@126.com-Form a transparent source code, form title used by the API function paintings, the effect is also good, original author of
- 2023-08-07 21:15:03下载
- 积分:1
-
标准正则化方法的图像重建 Matlab code
标准正则化方法的图像重建
- 2022-02-14 05:05:52下载
- 积分:1
-
Atmel sensor指纹识别lib库,公司花好多钱买到的,可以参考前面的PDF文档开发自己的手机指纹识别程序...
Atmel sensor指纹识别lib库,公司花好多钱买到的,可以参考前面的PDF文档开发自己的手机指纹识别程序-Atmel sensor fingerprint identification lib library, the company spent a lot of money to buy. can reference the PDF document in front of the development of its own cell phone fingerprint identification procedures
- 2022-04-07 05:20:26下载
- 积分:1