CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - file filter

搜索资源列表

  1. Windows文件系统过滤驱动开发教程

    3下载:
  2. 我经常在网上碰到同行请求开发文件系统驱动。windows的pc机上以过滤驱动居多。其目的不外乎有以下几种: 一是用于防病毒引擎。希望在系统读写文件的时候,捕获读写的数据内容,然后检测其中是否含有病毒代码。 二是用于加密文件系统,希望在文件写过程中对数据进行加密,在读的过程中进行解密。 三是设计透明的文件系统加速。读写磁盘的时候,合适的cache算法是可以大大提高磁盘的工作效率。windows本身的cache算法未必适合一些特殊的读写磁盘操作(如流媒体服务器上读流媒体文件)。设计自己的cac
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:18724
    • 提供者:仇韬
  1. qdkf

    0下载:
  2. Windows文件系统过滤驱动开发教程 . 作者,楚狂人自述 驱动开发 WORD版-Windows File System Filter Driver Development Course. Author, Chu Madman Driven Development Readme WORD Version
  3. 所属分类:Project Design

    • 发布日期:2017-04-26
    • 文件大小:74305
    • 提供者:徐善
  1. driv2

    0下载:
  2. 实现对文件系统访问的完全控制只有通过过滤驱动技术。介绍了Windows NT 文件 系统驱动和过滤驱动原理、过滤驱动的几种用途以及如何加载一个过滤驱动,设计并实现了一个 控制USB 设备的过滤驱动实例。-Implementation of file system access only through the full control of filter drive technology. Introduction of the Windows NT file system driver
  3. 所属分类:Project Design

    • 发布日期:2017-04-17
    • 文件大小:42553
    • 提供者:曾经如此
  1. file

    0下载:
  2. 基于文件系统过滤驱动的目录安全控制系统设计-filter
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:309198
    • 提供者:lijizhong619
  1. kernelfliter

    0下载:
  2. windows文件系统过滤驱动的开发教程,很基础-windows file system filter driver development tutorial, very basic
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:511242
    • 提供者:季强
  1. FIRIIR

    0下载:
  2. 本文档里含有诸多c++文件,其功能实现有FIR滤波,IIR滤波,,还有正弦曲线,还实现了128点FFT,DFT-This document contains a lot of c++ file, its function to achieve a FIR filter, IIR filtering, as well as the sine curve, but also to achieve a 128-point FFT, DFT
  3. 所属分类:software engineering

    • 发布日期:2017-05-08
    • 文件大小:1727029
    • 提供者:gaod
  1. file-system-filter-driver-develop

    1下载:
  2. 楚狂人的Windows文件系统过滤驱动开发教程-Madman of Chu Windows File System Filter Driver Development Guide
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:149067
    • 提供者:穆占蕊
  1. CpwFilter

    0下载:
  2. this file gives the details about use of cpw filter
  3. 所属分类:Project Design

    • 发布日期:2017-12-08
    • 文件大小:3129
    • 提供者:sagar
  1. Windows-File-System-Filter-Driver

    0下载:
  2. Windows文件系统过滤驱动开发教程(第二版)-Windows File System Filter Driver Development Guide (Second Edition)
  3. 所属分类:software engineering

    • 发布日期:2017-11-06
    • 文件大小:509473
    • 提供者:李宁
  1. Kalman_Updata

    0下载:
  2. 卡尔曼滤波文件! 使用时只需要调用一个函数!-Kalman filter file! Use only need to call a function!
  3. 所属分类:software engineering

    • 发布日期:2017-11-13
    • 文件大小:2006
    • 提供者:王子文
  1. task-filter

    0下载:
  2. this file about design filter
  3. 所属分类:Project Design

    • 发布日期:2017-04-25
    • 文件大小:55565
    • 提供者:ulid
  1. IETKalman

    0下载:
  2. Kalman filtering with state constraints: a survey of linear and nonlinear algorithms D. Simon. in this file introduced nem kalman filter and can be used for any application.
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:368247
    • 提供者:amir2
  1. 8-fir

    0下载:
  2. 8阶低通fir滤波器 包含测试testbench文件-8 order low pass FIR filter contains test testbench file
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:1979
    • 提供者:yanhuizhi
  1. 50Hz_FIR_Frequency-filtering

    1下载:
  2. 该文件使用FIR滤波器滤除采集的心电信号中的工频干扰,实测滤波效果不错,不过并不能处理基线漂移。文件中提供了滤波器的定点系数。-The file uses the FIR filter to remove the collected ECG frequency interference, measured the filtering effect is good, but does not deal with the baseline drift. Document provides a fix
  3. 所属分类:software engineering

    • 发布日期:2015-01-30
    • 文件大小:1024
    • 提供者:teen
  1. 2014204065

    0下载:
  2. 1 设计FIR滤波器,其中 N=10、 2 用同样的性能设计IIR滤波器 3 测试数据:的语音文件、多正弦波合成文件 4 定点实现,不允许使用float、double-An FIR filter design, where N = 10, 2 with the same performance test data IIR filter design 3: voice file, multiple files sinusoidal synthesis 4 fixed-point imp
  3. 所属分类:Project Design

    • 发布日期:2017-04-25
    • 文件大小:484218
    • 提供者:王艳
  1. 2014204089-

    0下载:
  2. 1. 设计一个 N = 10 的低通 fir 滤波器,对 fs = 8kHz 的信号 fc = 2.5kHz 2. 设计等同性能的 IIR 滤波器 3. 定点实现,不能使用浮点 4. 测试多正弦波合成文件 MultiToneTest.wav 分析输出结果 5. 测试语音文件 sc03.wav 得到输出结果-1. Design a lowpass fir filter N = 10, for fs = fc 8kHz signal design equivalent of = 2.
  3. 所属分类:Project Design

    • 发布日期:2017-05-03
    • 文件大小:901345
    • 提供者:王艳
  1. Scripts2

    0下载:
  2. - Simultaneous changes in the particle filter algorithm learning factor. - Test file - PSO algorithm scr ipt
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:1481
    • 提供者:kotprog
  1. RF-filter-eigen

    0下载:
  2. Attached file is the hfss for the RF filter simulation that uses the cylindrical resonator inside the chamber.
  3. 所属分类:Project Design

    • 发布日期:2017-04-06
    • 文件大小:37014
    • 提供者:Jonathan
  1. Create-Header-File

    0下载:
  2. morphological filter design
  3. 所属分类:Project Design

    • 发布日期:2017-04-29
    • 文件大小:68187
    • 提供者:hussen
  1. Filter-V4

    0下载:
  2. very good excel file to design op-amp filtes
  3. 所属分类:software engineering

    • 发布日期:2017-04-29
    • 文件大小:39276
    • 提供者:yagi
« 12 »
搜珍网 www.dssz.com