U盘过滤驱动 The Wizard created the following files: Files that comprise your driver: readme.txt Contains information shown here. sys\Usbfilter.cpp Driver class implementation. sys\Usbfilter.h Driver class header file. sys\Usbfilter.inf INF file defines driver for plug and play installation. sys\Usbfilter.inf.txt Alternate INF file defines driver for plug and play installation. sys\UsbfilterDevice.cpp Device (UsbfilterDevice) implementation. sys\UsbfilterDevice.h Device (UsbfilterDevice) header file. sys\function.h Used by DriverWorks library to determine which handlers to provide. sys\Usbfilter.rc Shell for resource file (used for event messages, version resource) Files used by build utilities: sys\sources Used by BUILD program to determine what files comprise your driver. sys\makefile Used by BUILD program to build your driver. Files used by the Installation dll: UsbfilterDll.cpp This is the main DLL source file. UsbfilterDll.h This is the main DLL header file. UsbfilterInst.h Filter install class header file. UsbfilterInst.cpp Filter install class implementation. StdAfx.h, StdAfx.cpp These files are used to build a precompiled header (PCH) file.
2023-04-13 14:59:13 577KB 驱动 过滤 U盘 windows
1
这里是计算机专业Springboot2-毕业设计100套之一的基于协同过滤算法商品推荐系统等,希望能对大家有所帮助哦!
1
智能优化算法、神经网络预测、信号处理、元胞自动机、图像处理、路径规划、无人机等多种领域的Matlab仿真代码,适合科研人员
2023-04-11 13:58:33 835KB matlab代码
1
主要介绍了Android Studio添加日志过滤方式,具有很好的参考价值,希望对大家有所帮助。一起跟随小编过来看看吧
2023-04-09 14:24:21 282KB Android Studio 日志过滤
1
matlab蔡氏混沌电路仿真代码 Discrete-Collaborative-Filtering in python This is implementation Discrete-Collaborative-Filtering in python refered as below links. Implementation DCF in matlab Original paper Hanwang Zhang, Fumin Shen, Wei Liu, Xiangnan He, Huanbo Luan, Tat-Seng Chua. "Dicrete Collaborative Filtering". SIGIR 2016 Dataset
2023-04-08 19:30:45 5KB 系统开源
1
基于用户聚类推荐算法是根据用户的喜好程度产生的推荐系统
2023-04-08 16:56:27 359KB 协同过滤 推荐算法
1
PyPhotoshop 图像过滤器的Python实现 使用Python调整亮度和对比度,添加模糊并检测边缘! 遵循教程: : 为了下载此代码,请单击右上角的绿色按钮并以ZIP git clone https://github.com/kying18/pyphotoshop.git下载,或使用git clone https://github.com/kying18/pyphotoshop.git 。 您将需要pip install -r requirements.txt (如果遇到找不到模块的错误,请使用pip3 )。 在该文件夹中,您将找到以下文件: image.py:包含Image类,该类将使用PNG Writer和Reader读取和写入图像 png.py:来自Johann C. Rocholl的纯Python PNG Reader和Writer类 transform.py:
2023-04-07 15:36:57 1.67MB Python
1
朴素贝叶斯算法实战 email邮件数据集,SogouC新闻数据集 Email_NB.py垃圾邮件过滤实现(Python3实现) Naive_Bay.py 朴素贝叶斯算法实现(Python3实现) 样本比较小,成功率大概为90% import numpy as np from functools import reduce """ 函数说明:创建实验样本 Parameters: 无 Returns: postingList - 实验样本切分的词条 classVec - 类别标签向量 """ def loadDataSet(): postingList=[['my', 'dog', 'has', 'flea', 'problems', 'help', 'please'], #切分的词条 ['maybe', 'not', 'take', 'him', 'to', 'dog', 'park', 'stupid'], ['my', 'dalmation', 'is', 'so',
2023-04-06 12:03:35 196KB 贝叶斯
1
C编写的DNS域名解析服务器带有过滤功能,将不允许访问的网站拦截
2023-04-03 18:35:40 74KB DNS域名解析 过滤功能 C语言
1
labview8.6编写的将字符串过滤成指定的字符串,包括 数值,大写,小写,十进制,16进制,8进制等
2023-04-03 11:42:50 17KB labview 字符串过滤
1