-
syn
SYN Flood是当前最盛行的DoS(拒尽服务进攻)与DDoS(散布式拒尽服务进攻)的方法之一,这是一种利用TCP协议缺点,发送大批伪造的TCP连接请求,从而使得被进攻方资源耗尽(CPU满负荷或内存不足)的进攻方法。(SYN Flood is one of the most popular DoS (refuse to do service attack) and DDoS (Distributed refuse to do service attack), which is a
Use the TCP protocol shortcomings, sending a large number of forged TCP connection requests, making the offensive resource exhaustion (CPU full load or memory)
Offensive....)
- 2012-02-24 21:09:08下载
- 积分:1
-
DSound_demo
基于DirectSound的声音播放器。本实例将介绍使用DirecSound技术编写的声音播放器,DirecSound编程技术在多媒体编程中需要经常用到。(DirectSound-based audio player. This example describes the preparation technique using DirecSound sound player, DirecSound programming technique often used in multimedia programming needs.)
- 2013-12-18 13:39:19下载
- 积分:1
-
ShipCtrl-WYY_LCD
在 CCS4.0 编译的环境下, DSP28335外接LCD12864的模块 并口控制LCD12864程序。 (In CCS4.0 compile environment, DSP28335 external LCD12864 module Parallel LCD12864 procedure control)
- 2015-01-18 17:18:17下载
- 积分:1
-
MySock
一个基于MFC编写的SOCKET通信软件,可以自由选择客户端和服务器端,可供学习SOCKET编程(SOCKET written a MFC-based communications software, you can choose the client and server side programming for learning SOCKET)
- 2010-08-30 14:04:05下载
- 积分:1
-
fonetqer
MFC的多模板使用,一起添加类似Visual的StartPage(More templates using MFC, add together similar Visual StartPage)
- 2017-03-14 13:19:33下载
- 积分:1
-
ExportToExcel
改程序的主要功能是将mfc中ListCtrl中的数据导入到Excel中。(he main function of the program is to change import data in mfc CListCtrl in to Excel.)
- 2016-09-12 09:54:29下载
- 积分:1
-
YCArray
说明: /**
* 动态数组的模板类
* 1.支持字符索引
* 2.方便的添加删除修改任意一项
* 最后更新 2004-8-9 yzh
**1.优化了字符索引的运作方式,使用数组存储
**2.重写了底层数据的存储,将连续性的存储方式改为了非连续,
*** 从而很好有效地支持了“引用”,并且让数据的删除增加变的更为快速
* 用法如:
* YCArray<int,int> test
* test.Add("Number2",4)
* test.Add("Number1",2)
* printf("%d %d",test["Number1"],test["Number2"])
* 显示:
* 2 4
*******
*******
History:
2004-11-19
修改了析构函数,解决了索引没有释放的bug
**/(/*** dynamic array template class* 1. Support characters Index* 2. Add convenience to delete arbitrary* a final update 2004-8-9 yzh** 1. Character Index optimized mode of operation, the use of storage arrays** 2 . a rewrite of the underlying data storage, storage continuity conversion of non-continuous, and thus good*** effective support to the "quote", and let the data changed to delete the more rapid* usage such as :* YCArraylt; int, intgt; test* test. Add ( "Number2", 4)* test.Add ( "Number1", 2)* printf ( "% d% d", test [ "Number1"] test [ "Number2"])* Display :** 2 4************* History : 2004-11-19 revised the destructors, the index did not address the release of bug** /)
- 2005-09-06 13:03:51下载
- 积分:1
-
GNSS
单点定位就是根据一台接收机的观测数据来确定接收机位置的方式,它只能采用伪距观测量,可用于车船等的概略导航定位。(Single point positioning is based on observations of a receiver to determine the position of the receiver way, it only can use the false distance measurements, can be used to approximate the travel and other navigation and positioning)
- 2020-12-30 11:59:00下载
- 积分:1
-
basic_driver
DS编写基于ISA插槽的,数据采集卡驱动程序,包含基本的中断,I/O读写(failed to translate)
- 2009-03-23 14:02:13下载
- 积分:1
-
any_ptr
说明: 一个类型安全的通用指针
智能指针的any_ptr可以指向任何类型的对象,提供类型安全的访问。(A Type-safe Generic Pointer
)
- 2011-02-20 22:27:54下载
- 积分:1