我要是找到好资源,就把链接写到这里。
- Core JavaScript Guide: Version 1.5
访问http://javascript.internet.com/和http://www.w3schools.com/jsref/default.asp获取更多的JavaScript学习资源。
-
http://www.acm.uiuc.edu/webmonkeys/book/c_guide/
"The C Library Reference Guide"。我没想到,竟然找到了qsort()函数 -- Sort using quicksort algorithm,里面还是例子!还有atoi() -- Convert string to integer, atof() -- Convert string to double, atol -- Convert string to long()等。
-
ChinaUnix.net--手册中心http://man.chinaunix.net/
手册中心主要收集各类Linux/Unix及其下应用的技术手册文档。当然,还有其它的不局限于Linux/Unix的文档,比如MySQL的中文文档,Apache,PHP文档。
- http://docs.python.org/download.html
想学习Python吗?它的文档就是一本教材。