以下是本人已完成或正在完成中(用斜体字标出)的一些教程,整理起来方便大家阅读~

Windows老系统复活系列
Windows NT 4.0:https://blog.faryou.eu.org/tech/index.php/archives/play/9.html
Windows 2000:https://blog.faryou.eu.org/tech/index.php/archives/play/10.html
Windows Server 2008:https://blog.faryou.eu.org/tech/index.php/archives/play/11.html
Windows Server 2008 R2:https://blog.faryou.eu.org/tech/index.php/archives/play/8.html

易语言基础教程(烂尾)
【易语言基础教程】第一课——易语言程序的基本结构:https://blog.faryou.eu.org/tech/index.php/archives/tech/4.html
【易语言基础教程】第二课——易语言的数据类型:https://blog.faryou.eu.org/tech/index.php/archives/tech/5.html
【易语言基础教程】第三课——易语言的变量:https://blog.faryou.eu.org/tech/index.php/archives/tech/6.html
【易语言基础教程】第四课——易语言的常量:https://blog.faryou.eu.org/tech/index.php/archives/tech/7.html

穷人建站系列(比较水)
手把手教你获得免费eu.org域名:https://blog.faryou.eu.org/tech/index.php/archives/play/18.html
必应网站管理员工具(Bing Webmaster Tools)的基本使用方法:https://blog.faryou.eu.org/tech/index.php/archives/play/21.html
DNS服务器使用教程:https://blog.faryou.eu.org/tech/index.php/archives/play/22.html
虚拟主机使用教程:https://blog.faryou.eu.org/tech/index.php/archives/play/23.html
服务器使用教程:https://blog.faryou.eu.org/tech/index.php/archives/play/24.html

算法基础教程系列
【算法教程】【C/C++】基础数学:进制转换——程序设计思路与代码实现:https://blog.faryou.eu.org/tech/index.php/archives/tech/28.html
【算法教程】【C/C++】基础数学:快速幂——程序设计思路与代码实现:https://blog.faryou.eu.org/tech/index.php/archives/tech/29.html
【算法教程】【C/C++】基础数学:快排——程序设计思路与代码实现:https://blog.faryou.eu.org/tech/index.php/archives/tech/30.html
【算法教程】【C/C++】贪心算法——程序设计思路与代码实现:https://blog.faryou.eu.org/tech/index.php/archives/tech/31.html
【算法教程】【C/C++】二分查找——程序设计思路与代码实现:https://blog.faryou.eu.org/tech/index.php/archives/tech/34.html
【算法教程】【C/C++】二分答案——程序设计思路与代码实现:https://blog.faryou.eu.org/tech/index.php/archives/tech/35.html
【算法教程】【C/C++】三分算法——程序设计思路与代码实现:https://blog.faryou.eu.org/tech/index.php/archives/tech/38.html
【算法教程】【C/C++】递推——程序设计思路与代码实现:https://blog.faryou.eu.org/tech/index.php/archives/tech/40.html
【算法教程】【C/C++】DP(动态规划):简单动规问题——程序设计思路与代码实现:https://blog.faryou.eu.org/tech/index.php/archives/tech/43.html
【算法教程】【C/C++】DP(动态规划):背包DP——程序设计思路与代码实现:https://blog.faryou.eu.org/tech/index.php/archives/tech/45.html
【算法教程】【C/C++】并查集——程序设计思路与代码实现:https://blog.faryou.eu.org/tech/index.php/archives/tech/47.html
【算法教程】【C/C++】最小生成树——程序设计思路与代码实现:https://blog.faryou.eu.org/tech/index.php/archives/tech/49.html
【算法教程】【C/C++】单源最短路径——程序设计思路与代码实现:https://blog.faryou.eu.org/tech/index.php/archives/tech/51.html
【算法教程】【C/C++】DFS(深度优先搜索)——程序设计思路与代码实现:https://blog.faryou.eu.org/tech/index.php/archives/tech/56.html
【算法教程】【C/C++】BFS(广度优先搜索)——程序设计思路与代码实现:
https://blog.faryou.eu.org/tech/index.php/archives/tech/60.html
【算法教程】【C/C++】DP(动态规划):区间DP——程序设计思路与代码实现:https://blog.faryou.eu.org/tech/index.php/archives/tech/62.html

8086CPU汇编教程系列
【汇编教程】完结篇 写在最后:前言:https://blog.faryou.eu.org/tech/index.php/archives/tech/77.html
【汇编教程】8086CPU工作原理:https://blog.faryou.eu.org/tech/index.php/archives/tech/64.html
【汇编教程】寄存器和内存&一些基本命令的说明:https://blog.faryou.eu.org/tech/index.php/archives/tech/65.html
【汇编教程】来存一些数据!:https://blog.faryou.eu.org/tech/index.php/archives/tech/66.html
【汇编教程】段:https://blog.faryou.eu.org/tech/index.php/archives/tech/67.html
【汇编教程】再谈栈:https://blog.faryou.eu.org/tech/index.php/archives/tech/68.html
【汇编教程】理解一下[bx]和loop指令:https://blog.faryou.eu.org/tech/index.php/archives/tech/69.html
【汇编教程】更灵活的定位内存:https://blog.faryou.eu.org/tech/index.php/archives/tech/70.html
【汇编教程】跳一跳!:https://blog.faryou.eu.org/tech/index.php/archives/tech/71.html
【汇编教程】来写个“函数”:https://blog.faryou.eu.org/tech/index.php/archives/tech/72.html
【汇编教程】标志寄存器https://blog.faryou.eu.org/tech/index.php/archives/tech/73.html
【汇编教程】端口:https://blog.faryou.eu.org/tech/index.php/archives/tech/74.html
【汇编教程】中断https://blog.faryou.eu.org/tech/index.php/archives/tech/75.html
【汇编教程】键盘输入、磁盘I/Ohttps://blog.faryou.eu.org/tech/index.php/archives/tech/76.html

以下是未成系列的教程:
【汇编学习随记】汇编中栈的定义:https://blog.faryou.eu.org/tech/index.php/archives/tech/12.html
详解构建Windows Embedded CE 6.0虚拟机镜像:https://blog.faryou.eu.org/tech/index.php/archives/tech/13.html
构建Windows Embedded Compact 2013镜像:https://blog.faryou.eu.org/tech/index.php/archives/play/14.html
ms-dos 1.25安装与体验:https://blog.faryou.eu.org/tech/index.php/archives/play/17.html
使用易语言编写通讯软件的思路及代码实现:https://blog.faryou.eu.org/tech/index.php/archives/tech/19.html
使用易语言编写记事本软件的思路及代码实现:https://blog.faryou.eu.org/tech/index.php/archives/play/20.html
一文弄懂C++中的自定义函数:https://blog.faryou.eu.org/tech/index.php/archives/tech/26.html
【C语言】指针的理解与应用:https://blog.faryou.eu.org/tech/index.php/archives/tech/63.html

程序作品:
【易语言】HF内网通讯1.0 Beta 1:https://blog.faryou.eu.org/tech/index.php/archives/program/16.html

添加新评论