09 2020 档案

摘要:Parser (语义分析器) 1. 概述 Parser是编译器front-end的第二步,Parser将Scanner识别出的词语按照语义进行分类,并将词语构建成源编程语言的语法模型。 “ The parser derives a syntactic structure for the progra 阅读全文
posted @ 2020-09-28 19:49 Asp1rant 阅读(314) 评论(0) 推荐(0) 编辑
摘要:参考自: https://www.runoob.com/regexp/regexp-tutorial.html https://www.runoob.com/python/python-reg-expressions.html 在线测试RE网站: https://regexr.com/ https: 阅读全文
posted @ 2020-09-23 17:12 Asp1rant 阅读(757) 评论(0) 推荐(0) 编辑
摘要:Scanner扫描器(又称 词法分析器) 参考:https://blog.csdn.net/errvv/article/details/50605332?utm_medium=distribute.pc_aggpage_search_result.none-task-blog-2~all~first 阅读全文
posted @ 2020-09-21 20:21 Asp1rant 阅读(173) 评论(0) 推荐(0) 编辑
摘要:转载地址:https://zhuanlan.zhihu.com/p/44185847 如果没有 RSA 算法,现在的网络世界毫无安全可言,也不可能有现在的网上交易。上一篇文章 ssh 协议为什么安全 中的 ssh 协议也是基于 RSA 加密算法才能确保通讯是加密的,可靠的。 1976年以前,所有的加 阅读全文
posted @ 2020-09-21 14:48 Asp1rant 阅读(207) 评论(0) 推荐(0) 编辑
摘要:现代编译器的结构: 上图中,IR: Intermediate Representations:原书的解释:A compiler uses some set of data structures to represent the code that it processes 源代码转换到目标程序,在编 阅读全文
posted @ 2020-09-18 20:26 Asp1rant 阅读(158) 评论(0) 推荐(0) 编辑
摘要:参考:https://blog.csdn.net/T0mato_/article/details/53160772 相关概念解释: AES: 设AES加密函数为E,则 C = E(K, P),其中P为明文,K为密钥,C为密文。也就是说,把明文P和密钥K作为加密函数的参数输入,则加密函数E会输出密文C 阅读全文
posted @ 2020-09-18 15:42 Asp1rant 阅读(8045) 评论(3) 推荐(0) 编辑

点击右上角即可分享
微信分享提示