搜索资源列表
mud.rar
- 各种多用户检测算法性能的比较,含神经网络算法,解相关算法等,A variety of multi-user detection algorithm performance as compared with neural network algorithm, decorrelation algorithm
code
- CRC循环冗余检测 车牌定位与识别系统 基于神经网络的文字识别系统 小波算法的VC++实现 网络流量监控系统 实时曲线显示 远程监控系统-CRC cyclic redundancy detection license plate location and recognition system based on neural network character recognition system wavelet algorithm VC++ Network traffic
firestorm-0.5.2.tar
- Firestorm NIDS是一个性能非常高的网络入侵检测系统 (NIDS)。目前,它只是一个“传感器”,但是计划包括对分析、报表、远程控制和自动传感器配置的支持。它是完全插件式的,因此非常灵活。 -Firestorm NIDS is a very high performance network intrusion detection system (NIDS). At present, it is only a sensor , but the plan includes the a
snort
- Snort作为一个轻量级的网络入侵检测系统,在实际中应用可能会有些力不从心,但如果想了解研究IDS的工作原理,仔细研究一下它的源码到是非常不错.首先对snort做一个概括的评论-Snort as a lightweight network intrusion detection system, in practice the application may be unable to, but if you want to understand the working principle of I
ZigBee3
- 基于Zig Bee协议的温度湿度无线传感器网络 3 辛 颖, 谢光忠, 蒋亚东 (电子科技大学光电信息学院,四川成都610054) 摘 要: 阐述了一种温度湿度智能数据采集的无线传感器网络,介绍了传感器节点的软件与硬件设计。 该系统基于Zig Bee无线通信协议设计,克服了有线传感器网络的局限性,避免了其他无线通信技术的高 功耗的缺点,节点成本低、网络容量大、生存周期长。实验结果表明:温度测量精度为1 ℃,湿度精度为 3 %RH,可以广泛用于环境检测。 关键词:
JDceshijishuPPT
- 这是上海交通大学检测技术课程的ppt,讲述十分清晰易懂,网络上还有相关的配套试验可供参考-This is Shanghai Jiaotong University detection technology courses ppt, on the very clear and understandable, the network also associated test can be used as reference
main
- 本算法用matalab语言编写,实现了在DCT 域内应用RBF 神经网络检测图像水印-This algorithm with matalab language, the DCT domain RBF neural network application image watermark detection
NetTrafficButton
- VC++ 写的控件 可以实时检测网络流量-VC++ written in real-time detection of network traffic control
Fuzzy_Topology_Discovery
- 用Java检测动态网络中的链路问题和数据包的发送和传输和个结点间的相互作用-use Java in the link of the network of computers and the use of each other of all the nodes.
Wifi_Hopper
- 一款无线网络的管理、分析和扫描工具,能够列出无线网络设备检测到的网络,列出包括 Ssid、MAC 地址、信号、网络模式、加密方式、频率、通道、物理层、beacon interval 等信息,连接到开放或WEP加密的网络-A wireless network management, analysis and scanning tools to test out the wireless network equipment to the network, list including Ssid, M
cc
- 闹钟程序,内有时间显示,网络检测,和一些小的扩展功能。-Alarm clock program, which has time display, network detection, and some small extensions.
基于数据挖掘的网络入侵检测
- 基于数据挖掘的网络入侵,针对传统的kmeans算法存在缺点,提出一种改进的kmeans算法进行网络入侵识别(Based on the network intrusion of data mining, an improved kmeans algorithm is proposed for network intrusion recognition based on the disadvantages of traditional kmeans algorithm)
ip
- 一个检测网络是否连接正常的批处理小脚本,还比较简陋(A test of whether the network connection normal batch small scr ipt, still relatively simple)
rtmp
- 测试rtmp推流拉流延迟的工具 通过传输模拟视频帧,检测网络延迟(tool for test rtmp speed)
NetworkCheck
- c# 在windows 网路联通性检测源码。。。。(C# operator windows system port transfer)
网络延时检测器1.3
- 检测网络延时,可以自主选择是否保存检测文本,检测数(Detecting network delay)
笑郭网络验证3.0商业版(源码)
- 3.0更新内容 1、修复不能删除软件的bug 2、增加注册推广、充值卡推广功能(此推广功能将于3.0开始更新完善) 3、解决360等杀毒软件误报 4、增加单一、统一减时功能(此功能与增加时间用法相同) 5、增加多个命令,方便用户调试编写 6、【载入合法性检测】子程序 增加多重安全判断代码 7、客户端提示文本集中至【代码文本】子程序,增加破解搜索难度 8、优化模块绑定代码,解除模块绑定限制(可应用于易语言环境下DLL动态链接库的编写)注:只适用合法用户 9、修复【操作_冻结用户
发电机声音检测与故障诊断研究
- 发电机故障检测与诊断方面的论文。包括发电机声音信号采集、处理,特征值提取和基于BP神经网络的分类。(paper.About:fault detection ,feature extraction.Based on the generator sound detection and fault diagnosis research)
基于深度学习的二进制代码漏洞检测系统
- 二进制代码漏洞检测是一个重要的研究问题。针对当前基于静态分析的二进制代码漏洞检测系统普遍存在误报率高,检测粒度粗,且依赖专家经验等问题,提出了用库/API函数调用程序切片细粒度表示二进制程序,并引入深度学习技术,自动检测二进制程序中库/API函数调用相关漏洞,设计并实现了一个基于深度学习的二进制代码漏洞检测系统——BVDetector。该系统通过对二进制程序进行控制流和数据流分析,从程序中提取库/API函数调用的程序切片,并为程序切片添加有无漏洞的标签;然后将程序切片转换成符合漏洞检测深度学习模
基于脉冲耦合神经网络的图像分割程序
- 近年来,基于Eckhorn的猫视觉皮层模型的脉冲耦合神经网络(Pulse Coupled Neural Net,PCNN),已被广泛用于图像平滑、分割以及边缘检测等图像处理领域的研究中,并显示了其优越性。(Pulse Coupled Neural Net,PCNN)