摘要:
The Salsa20 core Salsa20 核函数 The Salsa20 core is a function from 64-byte strings to 64-byte strings: the Salsa20 core reads a 64-byte string x and pro 阅读全文
摘要:
下载了一个arm的gcc编译器遇到编译错误 https://stackoverflow.com/questions/13797693/what-is-the-difference-between-arm-linux-gcc-and-arm-none-linux-gnueabi/13798214 To 阅读全文
摘要:
Whatever language or client library you're using, you should be able to set the timeout on network socket operations, typically split into a connect t 阅读全文
摘要:
VC++ is using Round half away from zero GCC is using Round half to even which is also known as banker's rounding. Nearest integer function In computer 阅读全文
摘要:
offical site offical site on github Work on linux the directory name is in the first line of *.sym file, using head -n1 test.sym to see it MODULE Linu 阅读全文
摘要:
基于Google Protobuff和Mina的RPCRPC(Remote procedure call):In computer science, a remote procedure call (RPC) is an inter-process communication(IPC) that a... 阅读全文