-
haisanids
VC++网络连接监控程序源代码,适合编写网络监控的编程者参考,选择监听的网络IP地址后才可以开始监听里程。并包括了IDS过滤器参数设置,几点提示:
1.初始状态只监听连接,不捕获IP数据
2.鼠标右击列表选择或取消监控某端口数据
3.为防止ping攻击,一般情况ping数据全部监控
4.监控某端口数据时,不监控ping包
5.数据超过20k将被清空
6.右边窗口停止抓包后显示十六进制数(VC++ source code network connection monitoring, network monitoring program for the preparation of reference, select the monitor s network IP address before you can start listening mileage. And includes IDS filter parameter settings, a few tips:
1. Initial state only listen for connections, do not capture IP data
2 Right-click the list to select or deselect a port monitoring data
3 To prevent ping attacks, general ping all monitoring data
4 When a port monitoring data, no monitoring of ping packets
5 The data will be cleared over 20k
6 right window displays the hexadecimal number stopped after capture)
- 2014-07-02 10:17:36下载
- 积分:1
-
levelset_withoutreinitialization
利用水平集函数来检测物体轮廓,一般水平集收敛用到signed distance function的,但是这里实现的程序不用每次都要进行reinitialization就可以使水平集函数趋于收敛。(The use of level set function to detect an object contour, the general level set signed distance function used in the convergence, but the program here do not realize every time to be able to make the level set reinitialization functions tend to converge.)
- 2010-01-13 22:30:46下载
- 积分:1
-
delanay_all
说明: 这时一个delaunay三角网的程序,功能强大,并里面有详细说明和程序及原代码。能创建二维和三维的,且能生成模拟的3D图。(then a triangular network nodes procedures, powerful, and there are detailed procedures and the original code. To be able to create two-dimensional and three-dimensional and can generate simulated 3D map.)
- 2021-04-09 11:48:59下载
- 积分:1
-
simulate-the-dynamic-process
基于Visual 6.0C++ 的CA法,用于模拟奥氏体向铁素体的动态转变过程。(Cellular automata method for Visual based on 6.0C++, used to simulate the dynamic process of transformation from austenite to ferrite.)
- 2020-06-30 23:00:02下载
- 积分:1
-
SS_SYN
时域量化码字,基于时间间隙和DSP的信道编程(time-domain code word to quantify, because of the time gap and the channel DSP programming)
- 2007-05-14 17:25:02下载
- 积分:1
-
Demo
显示RichEdit控件,VC++精选编程学习源码,很好的参考资料。(Display the RichEdit control, VC++ select learning programming source code, a good reference.)
- 2013-12-01 18:04:19下载
- 积分:1
-
FFT_IFFT
实现DSP傅里叶变换以及傅立叶反变换的源程序,C语言实现。(Implement DSP Fourier transform, and inverse Fourier transform of the source, C language.)
- 2016-06-08 09:28:35下载
- 积分:1
-
WOQRQQH6
最近在学MFC界面编程,一款在状态栏显示滚动条的程序源码,已编译成功,希望能对初学者有所帮助!(Recently learning MFC interface programming, a status bar display scroll bar source code, has been compiled successfully, I hope to help beginners!)
- 2018-12-01 07:09:36下载
- 积分:1
-
DataFarm
数据库集群功能,
使用.net平台开发(Database clustering features, to use. Net platform development)
- 2007-11-11 19:35:30下载
- 积分:1
-
baseCla
利用虚函数手段,按照三种不同的数据存储方式及其处理方法来实现如下的所谓“反序输出问题”:从键盘输入n 个int 型数据先存储起来(具体n 值由用户从键盘输入),而后再按照与输入相反的顺序将这些数据显示在屏幕上。具体地说,可通过在基类baseCla 及其派生类method1Cla、method2Cla 和method3Cla中说明如下的同一个虚函数“virtual void reverseout() ”,来实现所述问题的三种不同处理方法。例如,可设计并使用已经在第四章和第六章的实践题中所使用的数据存储结构以及处理方法:(1)使用大小为100 的常界数组存放数据;(2)通过new 生成大小恰为n 的动态数组存放数据;(3)使用指针与链表的实现法。(err)
- 2007-12-18 16:30:58下载
- 积分:1