-
数据挖掘_ KNN
&k近邻算法(k-NN)是一种非参数算法
- 2022-05-20 10:57:33下载
- 积分:1
-
TCP 服务器
C# 初学者有关网络和协议的小知识。线程的一些知识是必需的。微软发展的环境被需要 (Visual Studio 2010)。
简要说明
通过这篇文章我要展示的读者与 TCP/IP Server 通过 Windows 服务启动时,可以停止时 Windows 服务已停止。此 TCP/IP 服务器侦听客户端的连接请求。从客户端请求时,服务器的工作是文件的阅读由客户端发送的数据并将它存储在一个文件 (也由客户端指定的名称)。在这个项目中你可以使用它为使迷你聊天程序和简单的 GUI
- 2022-08-02 23:05:10下载
- 积分:1
-
用vc++写的email程序
用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序..用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序..用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.用vc++写的email程序.
- 2022-08-11 07:08:14下载
- 积分:1
-
使用Qt处理图片资源
Use Qt in image development.
QPixmap largepixmap;
QPixmap smallpixmap;
QPixmap maskpixmap;
QPixmap zoompixmap;
QPoint offset(0,0);
QPoint dragpos(150,150);
QPoint set(90,50);
//加载图片:
largepixmap.load("ImagesMainGui.png");
smallpixmap = largepixmap.scaled(largepixmap.size()/1.2);
maskpixmap.load("ImagesMainGui.png");
//绘制底层图片(非放大镜区域图案):
QPainter painter(this);
painter.drawPixmap(offset,smallpixmap);
painter.end();
//计算放大区域圆形的半径及所占矩形面积
int dim = qMin(width(), height());
int magnifierSize = dim * 5 / 6;
int radius = magnifierSize / 2;
int ring = radius - 15;
QSize box = QSize(magnifierSize, magnifierSize);
- 2022-02-09 22:59:08下载
- 积分:1
-
学生信息管理系统(源代码)VB的,,可作为参考
学生信息管理系统(源代码)VB的,,可作为参考-Student Information Management System (source code) VB, and can be used as reference
- 2022-03-01 12:21:00下载
- 积分:1
-
一个在ListCtrl中显示提示的例子
一个在ListCtrl中显示提示的例子--An example of display hint in ListCtrl
- 2023-07-07 03:30:03下载
- 积分:1
-
intruder radio alert system
intruder radio alert system
- 2023-07-26 05:15:03下载
- 积分:1
-
用c实现飘动的红旗可以用作屏保
用c实现飘动的红旗可以用作屏保-achieve wafted with the red can be used as screensavers
- 2022-03-19 15:44:51下载
- 积分:1
-
类似Vc和Outlook的界面
类似Vc和Outlook的界面,挺有用的。
类似Vc和Outlook的界面
类似Vc和Outlook的界面,挺有用的。-similar Vc and Outlook interface similar Vc and Outlook interface, quite useless.
- 2023-07-21 15:35:02下载
- 积分:1
-
可重复使用的WNDCTRL类 这个类基本上容纳了一些隐藏的控件和窗口。一个 WndCtrl对象有两个状态, 即开和关。你必须把这个控件加到m_WndCtrl中。
可重复使用的WNDCTRL类 这个类基本上容纳了一些隐藏的控件和窗口。一个 WndCtrl对象有两个状态, 即开和关。你必须把这个控件加到m_WndCtrl中。当WndCtrl被打开的时候,控件被创建,当WndCtrl被关闭的时候,控件被隐藏或撤销。WndCtrl将会是所有加到它上面的控件的父节点。WndCtrl可以在关闭或开着的状态下改变大小或重新定位。然而,关闭状态下的大小是静态的,不能被改变。无论大小是否被改变,都将会影响WndCtrl开着的状态- Might duplicate a WNDCTRL kind of this kind which used
basically holds some hideaways to control and the window. A WndCtrl
object has two conditions, namely opens with the pass. You must
control this to add to in m_WndCtrl. When WndCtrl is opened, controls
to found, when WndCtrl is closed, controls to hide or to abolish.
WndCtrl could be all adds to above it to control the father pitch
point. WndCtrl may the condition change the size under the closure
either is opening or relocate. However, under the off-position size is
the static state, cannot change. Regardless of size whether is
changed, all will be able to affect WndCtrl will be opening the
condition
- 2022-04-23 17:35:58下载
- 积分:1