登录
首页 » Windows开发 » 多线程端口扫描程序源代码

多线程端口扫描程序源代码

于 2022-04-24 发布 文件大小:11.61 kB
0 159
下载积分: 2 下载次数: 1

代码说明:

多线程端口扫描程序源代码-multithreaded port scan source code

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • VC毛玻璃
    #define GDIPVER 0x0110 //定义高版本的GDI+(1.1) #include #include #include #include #include #pragma comment(lib,"GdiPlus.lib") using namespace Gdiplus; #include #pragma comment(lib,"dwmapi.lib") //Aero效果是否已启用 BOOL IsCompositionEnabled() { BOOL bEnabled,bResult; bResult = (SUCCEEDED(DwmIsCompositionEnabled(&bEnabled)) && bEnabled); return bResult; } //对已分层的窗口启动玻璃效果 HRESULT EnableBlurBehindWindow(HWND hWnd, //窗口句柄 BOOL bEnable = TRUE, //启用或禁用 HRGN hRgn = 0, //模糊窗体中某个区域 BOOL bTransitionOnMaximized = FALSE) //最大化时是否启用 { DWM_BLURBEHIND blurBehind = { 0 }; blurBehind.dwFlags = DWM_BB_ENABLE | DWM_BB_TRANSITIONONMAXIMIZED; blurBehind.fEnable = bEnable; blurBehind.fTransitionOnMaximized = bTransitionOnMaximized; if (bEnable && hRgn != NULL) { blurBehind.dwFlags |= DWM_BB_BLURREGION; blurBehind.h
    2023-05-01 15:10:04下载
    积分:1
  • 问卷调查,全
    问卷调查,功能全面,适合各类网站或企业的应用-Questionnaire survey, full-featured, suitable for all types of web sites or enterprise applications
    2023-08-09 04:35:03下载
    积分:1
  • 3D小场景,比较不错,有点cs的感觉。值得大家参考借鉴。
    3D小场景,比较不错,有点cs的感觉。值得大家参考借鉴。-3D small scene, quite good, a little cs feeling. Worthy of our reference reference.
    2022-12-27 00:50:03下载
    积分:1
  • 本软件是用于progarmming日历。
    this soft is used for progarmming calendar .-this soft is used for progarmming calendar.
    2022-01-26 02:08:26下载
    积分:1
  • 这是一个用winsock实现聊天的程序
    这是一个用winsock实现聊天的程序-This is a realization of chatting with winsock procedures
    2023-08-04 01:50:02下载
    积分:1
  • IOCP服务器
    完成端口实现高并发连接,附测试客户端,server端使用VS2010编译,client端为VS2008
    2022-03-10 22:01:31下载
    积分:1
  • 单字节/双字节;ASC编码和Unicode编码之间转换。
    单字节/双字节;ASC编码和Unicode编码之间转换。-Single-byte/double byte ASC coding and conversion between Unicode encoding.
    2022-04-12 05:00:40下载
    积分:1
  • 自动打印HTML文档到默认打印机,不会弹出打印对话框!
    自动打印HTML文档到默认打印机,不会弹出打印对话框!-Auto-printing HTML documents to the default printer, the Print dialog box will not pop up!
    2022-07-27 22:03:16下载
    积分:1
  • Qlearning a simple application to show how it work
    Qlearning a simple application to show how it work
    2022-03-22 18:54:24下载
    积分:1
  • ASP.NET_ website design example code examples _
    ASP.NET_网站设计实例通_实例代码-ASP.NET_ website design example code examples _-
    2023-02-19 16:35:04下载
    积分:1
  • 696516资源总数
  • 106605会员总数
  • 12今日下载