-
一个服务器生成Excel文件的源码
通过读取MSMQ内的消息,根据消息内的命令,启动Excel,将读取到的数据库数据填入Excel,生成Excel文件,放到指定目录供下载,解决服务器上Excel报表生成时可能的Excel冲突问题
- 2022-07-20 21:44:26下载
- 积分:1
-
进程列表与管理
进程列表与管理-The example of listing and managing proce
- 2022-04-20 13:38:13下载
- 积分:1
-
zinnia汉字分析
在线手写汉字识别源码 Zinnia介绍。读取用户输入的手写笔迹 可以自由设置手写框的大小。在内部处理中所有笔迹都被转化为1*1的手写框内的坐标来处理。通过Character类的add方法增加坐标。add的第一个参数为当前笔画,第二个参数为坐标点。通过重复使用add方法可以加入多笔输入笔迹。其中每笔包含多个坐标点数据。
- 2023-06-15 06:35:05下载
- 积分:1
-
时钟
时钟
时钟
时钟
时钟
时钟
时钟
时钟
时钟
时钟
时钟
时钟
时钟
时钟
-clock c lock c lock c lock c lock c lock c lock c lock c lock Clock clock clock clock clock clock clock Clock
- 2022-02-03 23:08:36下载
- 积分:1
-
ndissniffer代码
NdisSniffer code-NdisSniffer code
- 2022-08-15 09:05:35下载
- 积分: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
-
使用VB开发的,在MapX中查找一个图元最近的图元
使用VB开发的,在MapX中查找一个图元最近的图元-The use of VB development, in the MapX in a recent search of a graphic element graphic element
- 2023-02-15 22:50:03下载
- 积分:1
-
在windows平台上启动或者停止一个其他的应用进程
在windows平台上启动或者停止一个其他的应用进程-the windows platform start or stop a process other applications
- 2022-04-20 11:41:43下载
- 积分:1
-
can easily pair of Chinese Word, the ability to understand robot programming is...
可以容易地对中文进行分词,对于机器人的理解能力编程有很大的帮助-can easily pair of Chinese Word, the ability to understand robot programming is a great help
- 2022-08-07 06:15:41下载
- 积分:1
-
演示vb6怎样读写纯文本的程序
演示vb6怎样读写纯文本的程序-demonstrate VB6 how to read and write plain text procedures
- 2022-02-06 05:05:12下载
- 积分:1