语言:English 通过搜索想要的电视节目/电影的IMDB ID来搜索RARBG种子 通过此扩展,您可以按名称TMDB名称搜索RarBG网站,并且将按IMDB ID搜索
2022-07-19 22:47:40 27KB 扩展程序
1
Raft is a consensus algorithm for managing a replicated log. It produces a result equivalent to (multi-)Paxos, and it is as efficient as Paxos, but its structure is different from Paxos; this makes Raft more understandable than Paxos and also provides a better foundation for building practical systems. In order to enhance understandability, Raft separates the key elements of consensus, such as leader election, log replication, and safety, and it enforces a stronger degree of coherency to reduce t
2022-07-10 21:03:33 537KB 数据库 分布式一致性协议
1
位置经理变得轻松 SwiftLocation是轻量级的Swift库,它提供了一种使用与位置相关的功能的简便方法。 委托或回调不会给您带来更多麻烦,而是具有多个订阅并自动调整核心位置管理器设置的基于请求的简单体系结构。 特征 描述 :satellite: 通过GPS定位 使用完全可配置的API监视单个,连续或重要的位置更新。 ‍:laptop: 通过IP定位 未经用户授权的大概位置数据。 ∙ ∙ ∙ ∙ ∙ 。 :kick_scooter: 地理围栏 支持监视圆形区域和自定义多边形。 :globe_showing_Europe-Africa: 编码器反向地理编码器 从坐标获取地址,反之亦然。 ∙ ∙∙ ∙ 。 :house: 自动完成 有关地址,地点或POI的建议和详细信息。∙ ∙。 :round_pushpin: 信标 信标测距,监视。 :satellite_antenna: 信标广播 从应用程序广播信标(仅前景) 。 :national_park: 来访 重要的访问位置监视。 :person_playing_handball:
1
向量 Postgres 的开源向量相似度搜索 CREATE TABLE table (column vector( 3 )); CREATE INDEX ON table USING ivfflat (column); SELECT * FROM table ORDER BY column < - > ' [1,2,3] ' LIMIT 5 ; 支持 L2 距离、内积和余弦距离 安装 编译安装扩展(支持 Postgres 9.6+) git clone --branch v0.1.7 https://github.com/ankane/pgvector.git cd pgvector make make install # may need sudo 然后将其加载到要使用它的数据库中 CREATE EXTENSION vector; 您还可以使用 、 或安装它 入门 创建一个 3
1
Notion Search Plus - Alfred Workflow,提供Notion客户端全局关键字搜索快速找到自己收藏的资源,请使用最新版本的Alfred安装工作流。** PS:网上有其他人开发人员提供的Notion Search Workflow,我也安装使用了一下感觉不太好用没有Notion自带的Quick Find方便,但是为了提供一个系统全局搜索功能所以自制了一个简易的工作流,功能虽然简单但是十分好用!
2022-06-30 22:00:33 11KB notion alfred workflow
人工智能英文版课件:04 Informed Search and Exploration.ppt
2022-06-21 09:12:30 1.75MB 人工智能
人工智能英文版课件:06 Adversarial Search.ppt
2022-06-21 09:12:29 3.02MB 人工智能
算法设计英文版课件:Chapter 6 Prune-and-search.ppt
2022-06-21 09:11:38 772KB 算法设计
图书销售管理系统设计报告 - search read.pudn.com
2022-06-21 09:07:36 94KB 文档资料
基于排列扩散结构,提出了一种基于广度优先搜索和动态扩散的更灵敏的混沌图像加密方案,以提高安全性和敏感性。 在置换阶段,通过广度优先搜索遍历普通图像,然后执行整个置换以获得混洗序列。 类似地,通过广度优先搜索重新排列扩散密钥流。 此外,提出了一种动态扩散方法,以在扩散阶段对混洗后的序列进行加密,可以确保对每个像素的加密与所有其他像素有关,并可以提高密码系统的灵敏度。 在每个阶段,此方案中的超混沌系统都会生成伪随机序列。 仿真结果和性能分析表明,该方案在抵抗暴力攻击,统计攻击和差分攻击方面具有优良的性能和较高的安全性。
2022-06-14 16:10:46 640KB Image encryption; breadth-first search;
1