一个搜索引擎迷你项目,涉及分词,建倒排索引,网页去重,计算相似度,文本聚类,多进程编程,网络编程,守护进程编写,makefile编写,工程组织等各方面内容
☆140Oct 16, 2015Updated 10 years ago
Alternatives and similar repositories for SearchEngine
Users that are interested in SearchEngine are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 迷你搜索引擎项目,后台程序在Linux环境下用C/C++开发,前台页面在windows环境下用PHP实现。☆81Mar 23, 2014Updated 12 years ago
- 基于文本检索的轻量级搜索引擎☆43Oct 8, 2019Updated 6 years ago
- a simple C++ searchengine☆64Aug 26, 2022Updated 3 years ago
- LightSE基于Linux 平台、C/C++语言实现。该项目是一个用于网页查询的轻量级搜索引擎。实现了从爬取网页,处理网页,显示结果等整个搜索引擎的流程。☆64Nov 9, 2020Updated 5 years ago
- HTTP仿云盘文件服务器☆15Aug 8, 2018Updated 7 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- 通过CSDN爬虫爬取博客,利用Whoosh实现倒排索引与排序,django作为后端实现小型CSDN搜索引擎。并实现高亮、相关搜索等功能。☆30Nov 8, 2018Updated 7 years ago
- 拼写纠错程序,涉及建词典、索引,动态规划算法,线程池池,线程同步,socket网络编程等☆14Sep 23, 2015Updated 10 years ago
- linux网络编程框架(C++)基于Reactor事件机制,支持线程池,异步非阻塞,高并发,高性能☆83Dec 30, 2022Updated 3 years ago
- 网游游戏服务器引擎☆31May 28, 2015Updated 10 years ago
- Source code for Mini Search Engine final project of CS163 course at HCMUS.☆11Feb 4, 2020Updated 6 years ago
- 中国象棋-网络版 C++ Cocos2d-x V3.10☆12Jul 2, 2017Updated 8 years ago
- 一个简单的搜索引擎☆14Jul 15, 2019Updated 6 years ago
- Linux平台下C++开发的网络服务程序设计,多进程网络服务程序,多线程网络服务程 序,线程池网络服务程序的设计,代码的编写。客户端的主要功能是为用户提供交互 式的算数运算命令,并通过用户命令完成与服务器端的交互。服务器端采用多进程, 多线程,线程池三种方式实现,此版本不涉…☆51Feb 14, 2013Updated 13 years ago
- 《剑指Offer:名企面试官精讲典型编程题》源码修改版 https://leetcode.com/☆40Feb 1, 2016Updated 10 years ago
- Simple, predictable pricing with DigitalOcean hosting • AdAlways know what you'll pay with monthly caps and flat pricing. Enterprise-grade infrastructure trusted by 600k+ customers.
- (人脸)特征内存搜索引擎(feature search engine),提供高速的人脸特征相似度比对搜索/排序,支持多线程并行搜索,适用于百万级以上人脸库的快速搜索。(C++11实现)☆26Sep 26, 2019Updated 6 years ago
- 动手写全文搜索引擎☆10Aug 12, 2020Updated 5 years ago
- 一个简单的 稳定 ICMP 传输 示例,在公网中传输可能有点慢,但很稳定,适合初学者☆11Mar 9, 2022Updated 4 years ago
- 用于分库分表,表结构完全相同情况下从Mysql数据到导入数据到Elasticsearch搜索引擎。☆21Apr 7, 2016Updated 10 years ago
- yet another fast json.☆20Jul 4, 2020Updated 5 years ago
- 12306客户端(MFC版本)☆38Jan 26, 2014Updated 12 years ago
- 基于Nutch+ElasticSearch+MySQL+SSM的简易搜索引擎☆20Aug 1, 2016Updated 9 years ago
- 社会信息检索作业,实现简单的搜索引擎,计算TFIDF值以及两个句子的相似度☆19Apr 4, 2018Updated 8 years ago
- 一个战棋游戏☆42Sep 16, 2014Updated 11 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- 尝试实现一个迷你的web服务器,用来学习C++语法、多线程编程、网络编程、Linux环境下编程☆23Feb 26, 2019Updated 7 years ago
- 个人学习开发linux服务器例子,视频点播服务器采用epoll模型+线程池技术处理客户端的并发任务☆54Mar 18, 2025Updated last year
- web server☆15Aug 8, 2016Updated 9 years ago
- 信息检索,简单搜索引擎原型程序☆35Jun 17, 2016Updated 9 years ago
- ☆10Dec 2, 2018Updated 7 years ago
- Linux下的C/C++爬虫系统☆14Apr 3, 2019Updated 7 years ago
- Multi thread TCP server with Boost.Asio and Boost.Coroutine☆30Dec 9, 2013Updated 12 years ago
- 一个使用 C++ 编写的网络文件传输工具(课程设计)☆11Jul 1, 2021Updated 4 years ago
- extractor chinese synonyms in large corpus☆11Jul 20, 2016Updated 9 years ago
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- 基于C++ Muduo网络库的集群聊天服务器项目☆73Jul 31, 2019Updated 6 years ago
- 简洁的epoll例子☆17Jul 5, 2015Updated 10 years ago
- 个人工作中使用的 c/c++ 类库,主要是windows平台,多数基于MFC,自行开发,也有集成第三方的。☆17Jan 21, 2020Updated 6 years ago
- a consistent_hash implementation writen in c++☆81Feb 10, 2014Updated 12 years ago
- 模拟百度网盘实现的一个简单文件传输和下载的c/s模式的项目:☆71Jun 5, 2017Updated 8 years ago
- "结巴"中文分词的C++版本☆2,843Updated this week
- MFC project with UIEditView, code author(陆晓春)☆12Mar 18, 2018Updated 8 years ago