-
ROM图像识别程序,可以识别AMI BIOS,凤凰奖…
rom映象识别程序,可以识别出AMI,PHOENIX,AWARD的BIOS映象-rom image identification procedures, can be identified AMI, PHOENIX, AWARD BIOS image
- 2022-08-08 00:34:52下载
- 积分:1
-
搜索引擎
爬虫模块、预处理模块和搜索模块。
搜索引擎的三个部分是相互独立的,三个部分分别工作,主要的关系体现在前一部分得到的数据结果为后一部分提供原始数据。
用户通过浏览器提交查询的词或者短语 P,搜索引擎根据用户的查询返回匹配的网页信息列表 L;
上述过程涉及到两个问题,如何匹配用户的查询以及网页信息列表从何而来,根据什么而排序?用户的查询 P 经过分词器被切割成小词组 并被剔除停用词 ( 的、了、啊等字 ),根据系统维护的一个倒排索引可以查询某个词 pi 在哪些网页中出现过,匹配那些 都出现的网页集即可作为初始结果,更进一步,返回的初始网页集通过计算与查询词的相关度从而得到网页排名,即 Page Rank,按照网页的排名顺序即可得到最终的网页列表;
假设分词器和网页排名的计算公式都是既定的,那么倒排索引以及原始网页集从何而来?原始网页集在之前的数据流程的介绍中,可以得知是由爬虫 spider 爬取网页并且保存在本地的,而倒排索引,即词组到网页的映射表是建立在正排索引的基础上的,后者是分析了网页的内容并对其内容进行分词后,得到的网页到词组的映射表,将正排索引倒置即可得到倒排索引;
网页的分析具体做什么呢?由于爬虫收集来的原始网页中包含很多信息,比如 html 表单以及一些垃圾信息比如广告,网页分析去除这些信息,并抽取其中的正文信息作为后续的基础数据。
- 2022-05-07 14:54:09下载
- 积分:1
-
As you develop your skills in C++, it becomes increasingly important to separate...
As you develop your skills in C++, it becomes increasingly important to separate essential information from hype and glitz, and to find the in-depth content you need in order to grow. The C++ In-Depth Series provides the tools, concepts, techniques, and new approaches to C++ that will give you a critical edge.-As you develop your skills in C++, it becomes increasingly important to separate essential information from hype and glitz, and to find the in-depth content you need in order to grow. The C++ In-Depth Series provides the tools, concepts, techniques, and new approaches to C++ that will give you a critical edge.
- 2023-01-09 23:05:04下载
- 积分:1
-
数字图像处理
1,获取图像点的灰度值
2,获取图像的灰度直方图
3,对灰度图像进行线性变换、平滑、锐化等
1, to obtain images of the gray value
2, to obtain the image histogram
3, gray image linear transformation, smoothing, sharpening, etc.
- 2022-04-09 17:08:29下载
- 积分:1
-
用C++编写的基于小波变换的位图的JPEG编码,希望大家给点意见
用C++编写的基于小波变换的位图的JPEG编码,希望大家给点意见-Code written in C++ which can compress Bitmap based on wavelet transformation. Please give suggestions.
- 2022-04-18 15:05:46下载
- 积分:1
-
Modem circuit
Modem电路图-Modem circuit
- 2022-03-04 10:14:08下载
- 积分:1
-
打开文件,浏览树形结构。寻找树叶,再找匹配的节点
打开文件,浏览树形结构。寻找树叶,再找匹配的节点-Open files, browse tree structure. Looking for leaves, find matching nodes
- 2023-03-25 18:35:03下载
- 积分:1
-
限制程序对网络访问
限制程序对网络访问-procedures to restrict network access
- 2022-02-07 16:10:50下载
- 积分:1
-
WinCE环境 开发pda系统,关闭手机键盘灯的源码,节省电源
WinCE环境 开发pda系统,关闭手机键盘灯的源码,节省电源-WinCE development environment pda system, the closure of the phone keypad light source, save power
- 2022-06-26 14:00:15下载
- 积分:1
-
实现载入迷宫和保存迷宫
实现载入迷宫和保存迷宫-achieve and preserve the printed maze maze
- 2023-06-02 10:20:03下载
- 积分:1