Recent Posts

汇编学习之路

less than 1 minute read

MASM: https://zh.wikipedia.org/wiki/MASM TASM: https://en.wikipedia.org/wiki/Turbo_Assembler flat assembler: http://www.flatassembler.net/ Yasm: htt...

正则表达式学习之路

less than 1 minute read

我爱正则表达式:http://iregex.org/ Regular Expression Library: http://iregex.org/ RegexBuddy/RegexMagic/PowerGREP: http://www.regexbuddy.com learn-regex: ht...

数电学习之路

less than 1 minute read

中国电子顶级开发网论坛(EETOP) 国内最顶级的电子论坛,最活跃的电子工程师交流社区: https://bbs.eetop.cn/ Altera: https://www.intel.com/content/www/us/en/products/programmable.html

数据结构与算法学习之路

less than 1 minute read

排序算法: https://zh.wikipedia.org/wiki/%E6%8E%92%E5%BA%8F%E7%AE%97%E6%B3%95 算法可视化: https://visualgo.net/en 十大经典排序算法动画,看我就够了!https://www.cnblogs.com/fives...