Welcome![Sign In][Sign Up]
Location:
Search - 过滤

Search list

[Documentsusb驱动过滤

Description: 本文分三部分来介绍如何构造一个简单的USB过滤驱动程序,包括“基本原理”、“程序的实现”、“使用INF安装”。此文的目的在于希望读者了解基本原理后,可以使用除DDK以外最流行也最方便的驱动开发工具DriverStudio来实现一个自己的过滤驱动,并正确地安装
Platform: | Size: 41984 | Author: dujianyao2006@163.com | Hits:

[Windows Kernel文件加密保护的过滤驱动程序源代码

Description: 文件加密的过滤驱动程序,适用于大部分的文件加密软件
Platform: | Size: 154213 | Author: 1103256696@qq.com | Hits:

[SourceCode串口指令过滤

Description: 将无关的指令过滤,只接收由特定字头的命令传输到后面
Platform: | Size: 92317 | Author: lcx7113 | Hits:

[Program docWindows 文件系统过滤驱动开发教程

Description: 楚狂人的《Windows 文件系统过滤驱动开发教程》第二版
Platform: | Size: 508600 | Author: 1715331412@qq.com | Hits:

[Firewall-Security数据包过滤防火墙

Description: 数据包过滤防火墙-packet filtering firewall
Platform: | Size: 629760 | Author: 许敬祥 | Hits:

[Firewall-Security防火墙编程之封包过滤 代码

Description: 防火墙编程之封包过滤 代码(内附说明) 希望能通过申请!我为人人,人人为我!-firewall packet filtering code (with description) want to be able to apply! I for everyone, everyone!
Platform: | Size: 1828864 | Author: 叶枫 | Hits:

[Firewall-Security过滤目标端口数据

Description: 主要讲述基于SPI的包过滤实现,它是Winsock 2的一个新特性-SPI based mainly on the packet filter implementation, which is a Winsock two new features
Platform: | Size: 5120 | Author: 卢菲 | Hits:

[Software EngineeringWindows文件系统过滤驱动开发教程

Description: 我经常在网上碰到同行请求开发文件系统驱动。windows的pc机上以过滤驱动居多。其目的不外乎有以下几种: 一是用于防病毒引擎。希望在系统读写文件的时候,捕获读写的数据内容,然后检测其中是否含有病毒代码。 二是用于加密文件系统,希望在文件写过程中对数据进行加密,在读的过程中进行解密。 三是设计透明的文件系统加速。读写磁盘的时候,合适的cache算法是可以大大提高磁盘的工作效率。windows本身的cache算法未必适合一些特殊的读写磁盘操作(如流媒体服务器上读流媒体文件)。设计自己的cache算法的效果,我已在工作中有所感受。 如果你刚好有以上此类的要求,你可以阅读本教程。-I often encounter online request peer file system driver development. Windows on the pc-driven mostly to filter. Its goal : There are several : First, for the anti-virus engine. Hope for writing the document, read and write data capture, which then detected the presence of the virus code. Two documents for encryption systems in the hope that the process of writing papers for data encryption, in the course of time deciphering. Three is to design a transparent file system accelerated. The disk read and write when appropriate cache algorithm can greatly improve the efficiency of disk. Windows itself to the cache algorithm may not be suitable for some special disk read and write operations (such as streaming media server time streaming media). The cache design algorithm results, I have some wo
Platform: | Size: 18432 | Author: 仇韬 | Hits:

[Driver DevelopWIN2000下利用汇编做文件过滤驱动程序

Description: WIN2000下利用汇编做文件过滤驱动程序-using WIN2000 compilation paper filter driver
Platform: | Size: 133120 | Author: 濮文俊 | Hits:

[Books新文件过滤接口程序员指南

Description: 这个文档用于I/O管理器和基本文件系统之间的过滤驱动。文件系统可能是本地或者网络的。这个文档不涉及文件系统和存储设备之间的过滤驱动,比如FtDisk和DMIO. 我们将主要讨论一种新的文件系统过滤驱动模型,所谓的微过滤器(minfiter) -documentation for the I/O device management, and basic file system filter driver between. File systems may be local or network. This document does not involve file system and storage equipment between the filter driver, For example FtDisk and DMIO. we will mainly discuss a new file system filter driver model, the so-called micro-filters (minfiter)
Platform: | Size: 27648 | Author: 小易 | Hits:

[Internet-Network封包过滤

Description: vc实现的一个简单防火墙,主要是封包过滤的功能,特别是内核协议的开发值得研究-vc achieve a simple firewall, packet filtering is the main function in particular, the development of core agreement worth studying
Platform: | Size: 1908736 | Author: 么阿德尔 | Hits:

[CSharpDataGrid过滤程序

Description: DataGrid过滤程序/ DataGrid过滤程序-DataGrid filtration/filtration DataGrid procedures
Platform: | Size: 38912 | Author: ft5 | Hits:

[Internet-NetworkIP地址过滤

Description: 网络ip地址过滤系统,能自定义任意ip过滤拦截-network ip address filtering systems can customize filters to intercept arbitrary ip
Platform: | Size: 634880 | Author: 哈哈 | Hits:

[Data structs过滤字符串

Description: 实验三 指针 1. 实验目的:掌握指针的使用方法,正确使用指针处理字符串。 2. 实验内容:实现一个过滤无用词汇程序。规则如下: 1. 能接受的字符是:字母 数字 标点符号 , . " 还有无用的符号 @#¥ 2. 对于敏感信息的词语是不分大小写的。 3. 要注意滤去可能在敏感词汇的中间出现的一些空格(比如要滤去lv, 输入l v时要辨认出来并滤去)。 4. 若有用信息(字母,数字)中间夹这无用信息(非字母,数字,标点符号),也要辨认出并滤去。假如敏感词汇是mz, 那么输入 m &# %z也要滤去,但是输入 m1,z不用滤去。 现在要过滤的信息有L4和 Fd和D26这3个词,而且接受输入的字符串长度为20个字符。 扩展部分:在以上规则的基础上加入新的功能:1.标点符号,无用符号依赖用户的输入决定 2.敏感词汇由用户输入决定 3.接受输入字符串长度由用户输入决定。 3. 难点提示:过虑的主要步骤是1.检查是否有无用的词汇存在 2.标记无用的词汇的位置(最简单的办法的将其替换成无用的符号) 3.将步骤2的无用符号删去 4. 标准输入输出:加粗加大的是输入部分 输入字符串(不多于20个字符): L^67d* 输入不符合要求 输入字符串(不多于20个字符): @#$,." 过滤后: @#$,." 输入字符串(不多于20个字符): f @#$, d 过滤后:f @#$, d 输入字符串(不多于20个字符): # f @#$$# d # 过滤后:# # 输入字符串(不多于20个字符): f$#d26 过滤后:26 输入字符串(不多于20个字符): l4fDd26 过滤后: 输入字符串(不多于20个字符): 12345678901234567890123 输入不符合要求 输入字符串(不多于20个字符): 5. 评分标准: 程序能够正常运行,检查了输入的字符,长度是否合法(15分), 检查出了是否含有敏感词汇(40分) 并将其顺利过滤(30分) 程序的风格(是否简洁,清晰,无多余变量、表达式、语句、关键地方是否有注释)。(15分) 扩展部分全部完成(20分)
Platform: | Size: 5456 | Author: kevin5231 | Hits:

[mathematica分析zachary的派系过滤和谱平均算法

Description: 两个用来分析zachary网络的简易方法,一种是谱平均算法,一种是派系过滤算法(Two simple methods for analyzing Zachary networks, one is spectral averaging algorithm, and the other is clique filtering algorithm)
Platform: | Size: 1024 | Author: 蛋蛋君 | Hits:

[Windows DevelopC#脏话过滤

Description: C#脏话过滤 从数据库获取的脏话关键词 。。。。。。。。。。。。。。。。。。。。。。。。(C# dirty words filter wow, hit me, hit me, hit me, beat me, hit me)
Platform: | Size: 50176 | Author: 情鸽 | Hits:

[Internet-Networkdddw输入过滤增强版(pb11.5)

Description: 初学者,dddw输入过滤增强版(pb11.5),非常实用(Beginners, dddw input filter enhanced version (pb11.5), very practical)
Platform: | Size: 10240 | Author: 进保 | Hits:

[e-languageCS1.6模型ID过滤工具

Description: 易语言写的FPS游戏模型ID过滤工具,找出透视的ID(FPS game model ID filter tool written in easy language)
Platform: | Size: 142336 | Author: guitar | Hits:

[Documents王毅————双边过滤

Description: 主要是针对拓扑优化结果出现的棋盘效应,提出自己的一种不同的过滤算法(Mainly for the topology optimization results appear chessboard effect, put forward a different kind of filtering algorithm)
Platform: | Size: 475136 | Author: 爱老虎油 | Hits:

[SCMSTM32CAN发送和接收过滤详解

Description: 非常易懂直观的CAN协议收发过滤相关资料。(Very easy to understand CAN data)
Platform: | Size: 249856 | Author: 纸质雪 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net