码迷,mamicode.com
首页 >  
搜索关键字:wikipedia    ( 1486个结果
SUSE12SP3-Samba配置
简介 samba官网:https://www.samba.org/ 维基百科: https://zh.wikipedia.org/wiki/Samba Samba,是种用来让UNIX系列的操作系统与微软Windows操作系统的SMB/CIFS(Server Message Block/Common ...
分类:其他好文   时间:2019-10-28 16:13:22    阅读次数:95
布斯乘法Booth's multiplication algorithm from wikipedia
Booth's multiplication algorithm is a multiplication algorithm that multiplies two signed binary numbers in two's complement notation. The algorithm w ...
分类:其他好文   时间:2019-10-23 22:03:59    阅读次数:98
gRPC
Nodejs 版本 Github地址:https://github.com/changbaihe/GrpcDemo 一、编写pb文件(.proto),例:chat.proto 注:1.protocol buffers 维基百科:https://zh.wikipedia.org/wiki/Protoc ...
分类:其他好文   时间:2019-10-17 23:29:20    阅读次数:109
RESTful 规范
RESTful API 规范 附录 + http状态码:https://en.wikipedia.org/wiki/List_of_HTTP_status_codes 未完,待续。。 ...
分类:其他好文   时间:2019-10-16 09:27:35    阅读次数:48
各类IP地址
说明:D类与E类IPv4地址不区分网络地址与主机地址 来源:维基百科 https://zh.wikipedia.org/wiki/IP%E5%9C%B0%E5%9D%80 ...
分类:其他好文   时间:2019-10-11 20:27:22    阅读次数:191
西里尔字 俄语
https://zh.wikipedia.org/wiki/%E8%A5%BF%E9%87%8C%E5%B0%94%E5%AD%97%E6%AF%8D 其他编码[编辑] 其他适用西里尔字母的字符编码系统: CP866 – 8位字符编码系统,由微软公司制定,用于MS-DOS,也被称为GOST-alte ...
分类:其他好文   时间:2019-10-10 15:25:23    阅读次数:112
矩阵指数 Matrix Exponentials
转自:https://zh.wikipedia.org/wiki/%E7%9F%A9%E9%98%B5%E6%8C%87%E6%95%B0 其中,X、 X2、X3……、Xk 都是n阶矩阵,显然 exp(X) 也为n阶矩阵,幂级数展开一定是收敛的,故 exp(X) 虽然不便手算出具体数值,但的确是一种 ...
分类:其他好文   时间:2019-10-03 21:58:22    阅读次数:112
排序算法之--归并排序法
归并排序法 参考文章: https://www.cnblogs.com/chengxiao/p/6194356.html https://zh.wikipedia.org/wiki/%E5%BD%92%E5%B9%B6%E6%8E%92%E5%BA%8F 基本思想: 归并排序(MERGE-SORT) ...
分类:编程语言   时间:2019-10-03 14:23:15    阅读次数:90
DiffieHellman(迪菲-赫尔曼)密钥交换算法原理及其实现
本文参考来源https://segmentfault.com/a/1190000010917737与https://zh.wikipedia.org/wiki/%E6%A8%A1%E9%99%A4 及其 https://www.cnblogs.com/DarkValkyrie/p/10962231. ...
分类:编程语言   时间:2019-10-02 22:39:43    阅读次数:176
Js中的闭包
闭包的概念Wikipedia:In programming languages, closures (also lexical closures or function closures) are a technique for implementing lexically scoped name ... ...
分类:Web程序   时间:2019-09-29 12:56:22    阅读次数:102
1486条   上一页 1 ... 6 7 8 9 10 ... 149 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!