现在的位置: 首页 > 综合 > 正文

开源了我的xPrintf和TinyShell项目源码并发布到GitHub上

2013年10月12日 ⁄ 综合 ⁄ 共 1061字 ⁄ 字号 评论关闭

昨天晚上花了一个多小时学会了Git这个版本管理工具,学会了基本操作,并成功将我的一些项目源码发布到GitHub上去了,这几个项目都是最近我学习一些东西的代码辅助练习,在此公布出来和大家多多交流。


有啥问题的话,可以一起探讨,谢谢!

Have Fun:-)



=====================================================================================

TinyShell

A TinyShell program runs on the Linux OS.

We can run some commands like 'ls' 'cat' 'cd' 'rm' like so on. Comming soon for more.

You can refer one of my blog (In Chinese):

一个在终端实现类Linux shell(cd ls命令)UI界面的项目(C语言实现)

 http://blog.csdn.net/tcpipstack/article/details/8181921

Have fun:-)

=====================================================================================

xPrintf

The xPrintf Show the details of PRINTF function in the library of stdio. You can know the implements of PRINTF function and how to write the PRINTF function without the help of C library.

You can also rely my two blogs(Written In Chinese):

  1. 深入剖析printf函数(上):如何不借助第三方库在屏幕上输出"Hello World"?

    http://blog.csdn.net/tcpipstack/article/details/8490811

  2. 深入剖析printf函数(下):---形参列表和格式化输出是如何做到的?

    http://blog.csdn.net/tcpipstack/article/details/8279584

    Any questions please contact with me.
    Have fun :-)

抱歉!评论已关闭.