6 Matching Annotations
- Aug 2023
-
zhuanlan.zhihu.com zhuanlan.zhihu.com
-
数据持有者想对其持有的大量数据进行计算,奈何其拥有的计算资源不足,想借助云服务器的算力完成该计算。如果按照现在流行的做法,那当然是将数据传输到云服务器,然后运行事先写好的程序进行计算。但如此一来,敏感数据便在云服务器上暴露无遗。同态加密正好解决了此问题,数据持有者传输数据前先将数据加密,云服务器在接收到数据后照例计算,只不过这次是在密文上进行的,云服务器啥都看不到。待得到结果后再将结果的密文返还给数据持有者,数据持有者解开后即得最终结果。
同态加密的应用场景。 重点在于加密以后可以直接计算,将运算结果解密可以得到正确的结果。
-
- Apr 2023
-
mp.weixin.qq.com mp.weixin.qq.com
-
前两位数字应该是考满分工作人员的内推码,你填什么都不影响你领题。后三位就是k_k,中间一位从a到z以及从0到9绝大多数都有对应的习题册。11kzk对应的是10月押题,z到头了之后10月机经他们的代码是l0k,可以遇见在未来,新出的练习册就是l1k,l2k,lak......
牛
-
-
sp21.datastructur.es sp21.datastructur.es
-
A MaxArrayDeque has all of the methods that an ArrayDeque has, but it also has 2 additional methods and a new constructor:
继承
-
-
sp21.datastructur.es sp21.datastructur.es
-
Execution Breakpoint
run -> view breakpoints 设置特定exception的断点
-
“resume” and “conditional breakpoints”.
resume:继续执行 conditionnal breakpoints:右键断点,设置打断点的条件
-
-
joshhug.gitbooks.io joshhug.gitbooks.io
-
Exercise 2.4.1:
w[0][0] = 1, x[0][0] = -1
-