英文: I want to deploy a full node for cardano and use it with json rpc 问题 我想部署一个用于Cardano的全节点,并使用JSON...
Monitor freeze randomly these days HELP NO IDEAS HOW TO FIX
英文: Monitor freeze randomly these days HELP NO IDEAS HOW TO FIX 问题 我的电脑壳不小心被撞到,这些天我的显示器随机冻结。 有人能告诉我发...
如何评估总项目数量?
英文: How to asses the total number of items? 问题 我有一个流处理系统,其中包含一个缓存。 缓存大小为100K,条目的TTL为30分钟。我想提出一个指标,可以...
学习由0和1组成的计算机语言的地方
英文: Where to learn a computer language consisting of 0 and 1 问题 我正在学习Java编程语言。我想知道在哪里学习由0和1组成的计算机语言本...
找到所有可以被某个数字整除的掩码子集。
英文: Find all subsets of a mask which are divisible by a certain number 问题 所有4位数1101的子集是0000、0001、010...
找到一个乘数,可以将给定的索引转化为位形成。
英文: Find a multiplier which multiplies given indices into a formation of bits 问题 我有一组索引和一组位掩码(集合大小相同...
替换 Coq 列表中的元素
英文: Replace element in Coq list 问题 I am writing Coq code that needs to modify lists, particularly by...
Information theory problem, sets of numbers 信息论问题,数集
英文: Information theory problem, sets of numbers 问题 我只有32位的空间来存储一组物品的组合。约束条件是一个组合可以有0到7个物品。有64种唯一的物品。...
Pathfinding on a grid while blocking cells online.
英文: Pathfinding on a grid while blocking cells online 问题 假设我们有一个N*N的网格,起点和终点分别是A和B,并且我们收到了K < N^2...
这个计算机体系结构示例中如何实现主内存的?
英文: how this example in computer architecture is possible for main memory? 问题 以下是翻译好的内容: 我阅读我的笔记如下: ...