-
Vision and system design magazine 2009 January
Vision and system design magazine 2009 January
- 2022-01-31 06:54:43下载
- 积分:1
-
Through a given intersection point coordinates, curve half a catty, slow long, c...
通过给定交点坐标、曲线半斤和缓长,计算各曲线要素和主点里程。-Through a given intersection point coordinates, curve half a catty, slow long, computing elements and the main point of the curve mileage.
- 2022-07-04 05:26:45下载
- 积分:1
-
提供windows SOCKET服务,多线程检测客户连接信息
提供windows SOCKET服务,多线程检测客户连接信息-provide services, multi-threaded client connections information Detection
- 2022-11-19 21:45:02下载
- 积分:1
-
WinCE串口通讯,使用EVC开发,rar文件,不需要解压密码。
WinCE串口通讯,使用EVC开发,rar文件,不需要解压密码。-WinCE serial communications, the use of EVC development, rar, not extracting passwords.
- 2022-05-07 02:12:14下载
- 积分:1
-
four lanes of traffic simulation program, VC simulated traffic situation and to...
4车道交通模拟程序,用VC模拟交通状况,并能够做出统计分析-four lanes of traffic simulation program, VC simulated traffic situation and to make a statistical analysis
- 2022-01-22 00:07:51下载
- 积分:1
-
一个在vb下实现动态连接库编程的很好的例子,通过它传出的数据保存到指定的文件中,然后在程序中进行调用...
一个在vb下实现动态连接库编程的很好的例子,通过它传出的数据保存到指定的文件中,然后在程序中进行调用-in vb under a dynamic link library programming a good example, it kept the reported data to a file, then the procedure for calling
- 2023-04-09 08:45:02下载
- 积分:1
-
java卡游戏
这是一款简单的纸牌游戏,用java来实现写入.if这张卡是一样的,那么他们就会是一样的被淘汰了如果获胜者把所有的车都从比赛中淘汰了,他们就能获胜屏幕。如果这张牌是不一样的,那么他们将仍然在那里,直到他们在两张相同的牌。
- 2022-01-26 02:57:02下载
- 积分:1
-
html5实现3D旋转功能
html5实现3d旋转,界面点击图片根据鼠标的移动3D旋转,采用html5和js开发,适合新手研究,图片可以根据实际需要替换,可以拓展开发,3D效果跟浏览器有关系,建议使用火狐浏览器,对于基于ie内核的高版本也有良好的支持
- 2023-03-18 15:50: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#版的填空,一次是javascript版的全部写出。虽然每次都凭着我对冒泡法的理解给弄出来的,但是多多少少与标...
参加多次笔试,居然有几次都考到了冒泡算法,一次是C#版的填空,一次是javascript版的全部写出。虽然每次都凭着我对冒泡法的理解给弄出来的,但是多多少少与标准模式有点差别,在网上搜了一下关于C#版的冒泡算法,居然也没有一个象样的,自己对照算法模式认真写了一个C#版的,已经测试成功-Surprisingly, there are several bubbling to the test algorithm, is a C# version of the Union, is a javascript version of the full write. Although I always relying on the Bubble Act of possibly understand, but something to do with the standard a little difference in the Internet search for a moment on the C# version of the Bubble algorithm, it would be not a decent, their control algorithm model seriously wrote a version of the C#, has been tested successfully
- 2023-07-05 23:05:04下载
- 积分:1