LightSE基于Linux 平台、C/C++语言实现。该项目是一个用于网页查询的轻量级搜索引擎。实现了从爬取网页,处理网页,显示结果等整个搜索引擎的流程。
☆64Nov 9, 2020Updated 5 years ago
Alternatives and similar repositories for LightSE
Users that are interested in LightSE are comparing it to the libraries listed below
Sorting:
- 基于文本检索的轻量级搜索引擎☆43Oct 8, 2019Updated 6 years ago
- EchoLib基于Linux平台,C/C++语言实现。是一个并发服务器框架,模仿陈硕的muduo库来实现,采用reactor+threadpool的模式,是一个能适应密集计算的并发服务器框架。☆24Mar 4, 2021Updated 5 years ago
- 迷你搜索引擎项目,后台程序在Linux环境下用C/C++开发,前台页面在windows环境下用PHP实现。☆82Mar 23, 2014Updated 11 years ago
- Linux C/C++项目:虚拟文件服务器(功能匹配百度网盘)☆292Jun 14, 2020Updated 5 years ago
- a simple C++ searchengine☆64Aug 26, 2022Updated 3 years ago
- c++简单爬虫,包含URL解析,广度优先搜索,文本解析,信息存储等所有基本模块☆10Apr 10, 2016Updated 9 years ago
- 一个搜索引擎迷你项目,涉及分词,建倒排索引,网页去重,计算相似度,文本聚类,多进程编程,网络编程,守护进程编写,makefile编写,工程组织等各方面内容☆140Oct 16, 2015Updated 10 years ago
- 多进程+数据库连接池+Epoll+FastDFS。其主要工作流程是由父进程维护一个监听socket,然后当有接到连接请求时,通过管道通知子进程来与新的客户端建立连接,并且将其添加到子进程维护的epoll上。这样每个子进程相当于实际的工作进程,父进程只负责客户端连接请求的分发…☆10May 26, 2021Updated 4 years ago
- 浙江大学高级数据结构课程project,一个简单的搜索引擎☆13Aug 13, 2020Updated 5 years ago
- A Cross-Platform Modern C++ Project Framework Set Up Using CMake, Jenkins & Vcpkg☆12Feb 8, 2022Updated 4 years ago
- 模拟百度网盘项目,使用Linux和TCP通信相关知识实现简单的文件上传下载等功能☆11Jul 23, 2019Updated 6 years ago
- C++实现的高 并发web服务器☆14Feb 26, 2020Updated 6 years ago
- 一个简单的搜索引擎☆14Jul 15, 2019Updated 6 years ago
- Study at Wangdao Training Camp(30th C++)☆18Nov 24, 2020Updated 5 years ago
- 分布式云存储(网络云盘)☆21Sep 8, 2021Updated 4 years ago
- 这是一个用C++11编写的高性能静态网页服务器 涵盖C++使用的方方面面 C++ 多线程 makefile CMakeList 信号量 互斥锁 智能指针☆26Jul 29, 2019Updated 6 years ago
- 中国大学MOOC-翁恺-C语言程序设计习题集☆14Feb 4, 2015Updated 11 years ago
- cdn 解决最优网络流传输分配的服务器选点问题☆11Nov 11, 2018Updated 7 years ago
- 利用p2p加速、断点续传技术和多线程实现http高速下载器☆28Dec 26, 2019Updated 6 years ago
- (人脸)特征内存搜索引擎(feature search engine),提供高速的人脸特征相似度比对搜索/排序,支持多线程并行搜索,适用于百万级以上人脸库的快速搜索。(C++11实现)☆26Sep 26, 2019Updated 6 years ago
- 2018年全国大学生信息安全竞赛作品赛一等奖☆33Feb 17, 2025Updated last year
- c/c++ projects for you! some projects for you to practice your programming skills which used C or CPP, you can use other programming lang…☆11Oct 24, 2020Updated 5 years ago
- C++ implementation of an object pool pattern☆12May 20, 2024Updated last year
- 一个基于国密算法的安全文件传输系统,算法库基于GmSSL。☆13Apr 13, 2019Updated 6 years ago
- 实现轻量级RPC框架,网络通信框架Netty、注册中心(Zookeeper、Nacos)、Java基础(注解、反射、多线程、Future、SPI 、动态代理)、自定义传输协议、多种序列化(ProtoBuf / Kyro / Hessian)、Gzip压缩、轮询、随机、一致性…☆14May 7, 2022Updated 3 years ago
- ☆10Sep 3, 2019Updated 6 years ago
- A Picture Management software using MFC☆10Sep 16, 2013Updated 12 years ago
- ☆11Sep 10, 2021Updated 4 years ago
- 哈工大(深圳)计算机网络实验——C语言实现协议栈☆13Dec 30, 2020Updated 5 years ago
- Implementation of DES & 3DES algorithms☆11Nov 2, 2012Updated 13 years ago
- 一些修改或原创的GM脚本,可能包含个人使用习惯☆11Apr 1, 2024Updated last year
- 一个非阻塞的C++多线程网络库☆10Jul 18, 2018Updated 7 years ago
- This is a short project using www.postgis.net , and www.github.com/pramsey/pointcloud to store efficentlly large point clouds in a www.…☆14Apr 14, 2015Updated 10 years ago
- ☆12Mar 27, 2020Updated 5 years ago
- Python implementation of HlibertSort for sorting 3D point clouds using space-filling curves☆11Apr 17, 2019Updated 6 years ago
- 网页微信Qt前端☆11Nov 25, 2014Updated 11 years ago
- 哈尔滨工业大学 软件架构与中间件 实验 2022春☆10Sep 21, 2023Updated 2 years ago
- React聊天室。一款基于React、C++,使用TCP/HTTP协议的多人聊天室Web应用,使用腾讯云开发托管页面。☆10Sep 1, 2021Updated 4 years ago
- 哈尔滨工业大学 数据库系统(战神班) 实验 2022春☆11Sep 21, 2023Updated 2 years ago