搜索资源列表
dansguardian-2.8.0.6.source.tar
- 一个UNIX/LINUX下的基于内容的过滤服务器源代码,可以设置关键词、URL、IP、PORT等多种方式进行网站过滤。-a UNIX / Linux-based content filtering server source code, can set keywords, URL, IP, PORT various means such as web filtering.
gstreamer-0.10.13.tar
- GStreamer是一个开源的多媒体框架库。利用它,可以构建一系列的媒体处理模块,包括从简单的ogg播放功能到复杂的音频(混音)和视频(非线性编辑)的处理。 应用程序可以透明的利用解码和过滤技术。开发者可以使用简洁通用的接口来编写一个简单的插件来添加新的解码器或滤镜。-GStreamer is a multimedia framework revenue for. Using them can construct a series of media processing modules,
linux下的ipv6防火墙过滤函数源代码
- linux下的ipv6防火墙过滤函数源代码-the ipv6 firewall filtering function source code
linux-firewall-good.rar
- 一篇很好的介绍LINUX下包过滤防火墙设计的规则和方法也是一篇要钱的论文,A very good introduction to packet filtering firewall under LINUX design rules and methods is a paper money
AEC_TEST_OK.rar
- AEC消回音滤波算法,已经验证通过,欢迎下载,AEC consumer response filtering algorithm has been adopted to verify, please download
track.tar
- This distribution contains source code for a simple object tracking program using particle filtering. You need to have the OpenCV Library and the GNU Scientific Library (GSL) installed to compile and use the programs. See the below two links:-T
ww
- 数据包过滤(packet filtering)是一个用软件或硬件设备对向网络上传或从网络下载的数据流进行有选择的控制过程。数据包过滤器通常是在将数据包从一个网站向另一个网络传送的过程中允许或阻止它们的通过(更为常见的是在从英特网向内部网络传输数据时,或从内部网络向英特网传输)。数据包过滤类防火墙对所有通过它进出的数据包进行检查,并阻止那些不符合既定规则数据包的传输。-Packet filtering (packet filtering) is a software or hardware de
IPTABLESDesignandImplementation-
- 基于IPTABLES的包过滤防火墙的设计与实现,这是在LINUX环境下开发的。一次课程设计作业,希望对大家可以作参考。-Based on the packet filtering firewall IPTABLES Design and Implementation, which is developed under the LINUX environment. A course design work, we can hope for reference.
Buffer_Overflows_b
- 顶尖高手对缓冲区溢出的详细,绝对值得一看。压缩包为zip格式的,试试吧。- Nowadays there are many buffer overflow exploit codes. The early buffer overflow exploit codes only spawn a shell ( execute /bin/sh ). However, nowadays some of the buffer overflow exploit codes have very nic
wavelets
- A wavelet function can be viewed as a high pass filter, which aproximates a data set (a signal or time series). The result of the wavelet function is the difference between value calculated by the wavelet function and the actual data. The scaling fun
EventListener-1.3.tar
- EventListener is a simple and efficient C++ framework for propagating Events in graphical interfaces or numerical codes, using Listener pattern. Filtering and blocking of events is possible. This package does not use any other lib.
netfilter
- netfilter源码。通俗的说,netfilter的架构就是在整个网络流程的若干位置放置了一些检测点(HOOK),而在每个检测点上上登记了一些处理函数进行处理(如包过滤,NAT等,甚至可以是 用户自定义的功能)。 -netfilter source. Popular to say, netfilter framework is the process in a number of locations throughout the network to place a number of det
551958-fileprotector
- LINUX内核中进行文件过滤保护,并截持了系统调用-LINUX kernel for file filtering protection and interception of system calls
tcpdump4.1.1_for_linux
- 最新版的Linux平台网络抓包工具,支持多种网络协议和过滤规则,如功能全面,支持多种协议,如icmp、arp、rarp、udp、tcp等。文档对如果移植到嵌入式linux做了详细说明,已经测试通过,对嵌入式网络开发人员来说是必不可少的工具。-The latest version of the Linux platform network packet capture tool, supports multiple network protocols and filtering rules, an
Homomorphicfilter
- 用同态滤波器对弹道导弹进动频率提取的简单介绍-Ballistic Missile Precession Frequency Extraction by Homomorphic Filtering Lihua
caijishuju
- 改程序实现传感器数据采集,然后中值滤波,并且可以语音播报结果-Sensor data acquisition reform program, and then median filtering, and can voice broadcast results
RedHatAs5L7_filter
- :分析了Linux netfilter/iptables架构下L7-filter的功能、工作原理和实现机制,利用iptables的独立模块L7- fiter实现了具有封锁MSN、QQ等P2P封包过滤功能,并进行相关测试。测试结果表明,该layer7的封包过滤可以在具 有网络地址转换(NAT)功能的防火墙体系上实现,限制对P2P等大流量数据对网络带宽的占用,使得网络运行更加 高效稳定。 -This paper analyzed the function,working princi
nftest[1]
- 主要介绍基于Linux内核的HyperCuts算法和原理及其实现-This paper documents the results of the performance testing of netfilter, the firewalling subsystem of the Linux kernel. We compared the performance of two different hardware configurations and meas
iptables-testing
- iptables 是与最新的 2.4.x 版本 Linux 内核集成的 IP 信息包过滤系统。如果 Linux 系统连接到因特网或 LAN、服务器或连接 LAN 和因特网的代理服务器, 则该系统有利于在 Linux 系统上更好地控制 IP 信息包过滤和防火墙配置。-iptables is the latest Linux kernel 2.4.x versions of the integrated IP packet filtering system. If the Linux system
Iptables
- iptable介绍:Iptables默认有三张表(队列),分别是mangle、nat、Filter,mangle表主要用来mangle(中文解释:轧)包,你可以使用mangle匹配来改变包的TOS等特性,mangle表中仅有TOS、TTL、MARK几种操作,nat表用来转换包的源或目标地址,包括DNAT、SNAT和MASQUERADE等类型,filter 表用来过滤数据包,过滤工作主要是在这儿完成的。-iptable Introduction: Iptables has three defaul