-
BoardCast message to network using Winsock. It has 2 programs. One for Server an...
BoardCast message to network using Winsock. It has 2 programs. One for Server and another for clients. Comments/Suggestions are welcome at skc@doi.com.np
- 2022-03-01 03:27:51下载
- 积分:1
-
no ,it is very useful for "chu xue zhe"
数码管 水 显示-no ,it is very useful for "chu xue zhe"
- 2022-07-25 01:22:38下载
- 积分:1
-
求解tsp问题的MATLAB程序,模拟退火算法源程序
求解tsp问题的MATLAB程序,模拟退火算法源程序-MATLAB problem solving procedures tsp
- 2023-08-09 05:00:03下载
- 积分:1
-
A wine database for Windows Pocket
A wine database for Pocket Windows-A wine database for Windows Pocket
- 2022-02-24 13:56:51下载
- 积分:1
-
前段时间刷广告,比较流行的霸王插件,完整源代码
前段时间刷广告,比较流行的霸王插件,完整源代码-Brush earlier ads, the Overlord more popular plug-ins, complete source code
- 2022-02-06 22:43:55下载
- 积分:1
-
大多数代码样本包括在本CD与微软Visual C++开发的价值。
Most code samples included on this CD were developed with Microsoft Visual C++ version 5.0 and the Microsoft Windows CE Toolkit for Visual C++ version 5.0. The Sspi and Crypto samples were developed with Microsoft Visual C++ version 6.0 and the Microsoft Windows CE Toolkit for Visual C++ 6.0. The code in sample applications is ported for a Handheld PC, but the programming concepts that are presented apply to all Windows CE-based platforms. -Most code samples included on this CD were d eveloped with Microsoft Visual C version 5.0 an d the Microsoft Windows CE Toolkit for Visual C v ersion 5.0. The Sspi and Crypto samples were dev eloped with Microsoft Visual C version 6.0 and t he Microsoft Windows CE Toolkit for Visual C 6.0 . The sample code in applications is ported for a Handheld PC, but the programming concepts that are presente d apply to all Windows CE-based platforms.
- 2022-03-14 22:53:50下载
- 积分:1
-
SIFT
基于C/C++语言的sift图像特征提取程序,对于研究图像匹配、sift算法很有帮助-sift
- 2023-07-12 02:10: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
-
CCS基础代码
MEMORY
{
PAGE 0:
VECS: org=0x0080, len=0x80
PROM: org=0x1000, len=0x1000 /* 4k words */
PAGE 1:
STACK: org=0x100, len=0x400 /* 1k words */
DARAM: org=0x2000, len=0x1000 /* 4k words */
}
SECTIONS
{ .text :> PROM PAGE 0
vectors :> VECS PAGE 0
.bss :> DARAM PAGE 1
.data :> DARAM PAGE 1
}
- 2022-07-18 04:00:20下载
- 积分:1
-
cmdbind2及其原码.zip 提交时间:2004
cmdbind2及其原码.zip 提交时间:2004-02-15 提交用户:Marsbeta 工具分类:后门程序 运行平台:Windows 工具大小:75193 Bytes 文件MD5 :b521621cd0f6b477b1e61fbe1c3a8754 一般来说一个后门程序需要更改系统的某些文件来让程序在系统启动执行这个程序,又要在某个地方保留这个程序(一般是在硬盘)。如果有什么办法不这样做又让程序在系统中运行的话,就可以使后门程序更加隐蔽。也就是说程序在硬盘上找不到在系统的启动配置中没有这有项。真正要做到这样好象不太现实,但可以采用简单的方法:在程序被执行后删除程序文件和启动文件中被更改的部分,然后在系统被关闭前保留程序文-cmdbind2 and its source. Zip timing : 2004-2006-02-15 submitted users : Marsbeta tools Categories : backdoor platforms : Windows tool Size : MD5 75,193 Bytes Document : b521621cd0f6b477b1e61fbe1c3a8754 general a backdoor to the need to change the system to allow certain documents procedures in the system to initiate the implementation of this procedure, but also to retain a place in the process (usually the hard drive). If there is any way to do procedures in the system, then run, then it can backdoor more concealed. The procedure is not hard on the launch of the system configuration items are not. True to do so it did not seem realistic, but it will be a simple approach : t
- 2022-03-01 00:25:32下载
- 积分:1