摘要:
Ref:https://www.cyphar.com/blog/post/getting-into-linux-kernel-developmentI don't know about you, but I've always found the idea of operating system k... 阅读全文
摘要:
1、得出的结论:ICD3仿真器坏2、测试环境1)IDE为: MPLAB X IDE v3.052)编译器工具链为:XC16(v1.21)3)MCU为:PIC24F08KA1013、测试方法1)确认ICD3的线序2)确认单片机端原理图上仿真器引脚3)接线方法将仿真器端出来的接头,通过插针引一下,直接焊... 阅读全文
摘要:
题目要求:Write a function about string copy, the strcpy prototype is "char *strcpy (char *strDest, const char *strSrc); "Here strDest is destination strin... 阅读全文
摘要:
Ref:https://codewords.recurse.com/issues/two/git-from-the-inside-outGit from the inside out Mary Rose CookThis essay explains how Git works. It assume... 阅读全文