摘要:
" echo $MYVIMRC " source $MYVIMRC set enc=utf-8 set fencs=utf-8,gbk,big5,cp936,gb18030,gb2312,utf-16 set fenc=utf-8 set shortmess=atI "禁止bell set bell 阅读全文
摘要:
1 Algorithm Data Structure Spatial Partitioning Foundations of Multidimensional and Metric Data Structures- Hanan Samet File Organization and Processi 阅读全文
摘要:
Ordered struct node{ int price; int weight; node(int p, int w):price(p), weight(w) {} //Note //1 define as Member function //2 const reference paramet 阅读全文
摘要:
What is it about shaders that even potentially makes if statements performance problems? It has to do with how shaders get executed and where GPUs get 阅读全文
摘要:
加密算法 rsa - an old algorithm based on the difficulty of factoring large numbers. A key size of at least 2048 bits is recommended for RSA; 4096 bits is 阅读全文
摘要:
nasm -f win64 fact.asm default rel bits 64 segment .text global factorial ; Define constants to refer to the function arguments as offsets from RSP/RB 阅读全文
摘要:
A link library is a file containing procedures (subroutines) that have been assembled into machine code. A link library begins as one or more source f 阅读全文