百度首页 | 百度空间
 
查看文章
 
牛人主页
2007年08月31日 星期五 上午 09:36
牛人主页

Dennis Ritchie's home page
http://cm.bell-labs.com/cm/cs/who/dmr/index.html

Brian Kernighan's home page
http://cm.bell-labs.com/cm/cs/who/bwk/index.html

W. Richard Stevens' Home Page
http://www.kohala.com/start/

Bjarne Stroustrup's homepage
http://www.research.att.com/~bs/homepage.html
http://akpublic.research.att.com/~bs/homepage.html

Stanley Lippman
http://staff.develop.com/slip/

Edsger W. Dijkstra's home page
http://www.cs.utexas.edu/users/EWD/welcome.html

Andrew S. Tanenbaum's home page
http://www.cs.vu.nl/~ast/

Donald E. Knuth's home page
http://www-cs-faculty.stanford.edu/~knuth/

Linus Torvalds' home page
http://www.cs.helsinki.fi/u/torvalds/

Bruce Eckel
http://mindview.net/

Douglas Comer
http://www.cs.purdue.edu/people/comer

Thomas H. Cormen
http://www.cs.dartmouth.edu/~thc/

Charles E. Leiserson
http://supertech.lcs.mit.edu/~cel/

Ronald L. Rivest
http://theory.lcs.mit.edu/~rivest/

Clifford Stein
http://www.ieor.columbia.edu/~cs2035/

Nicolai M. Josuttis(《c++标准程序库》作者)
http://www.josuttis.com/

候捷主页
http://jjhou.csdn.net/

裘宗燕主页
http://www.math.pku.edu.cn/teachers/qiuzy/


c/c++常用资源

aix在线文档:
http://publib16.boulder.ibm.com/cgi-bin/ds_rslt#1

各种c/c++编译器
http://www.clipx.net/norton.php

UNIX Programming FAQ v1.37
http://www.erlenstar.demon.co.uk/unix/faq_toc.html

UNIX Programming FAQ 中文版 v0.1.0
http://www.linuxforum.net/books/upfaq/book1.htm

C++ Coding Standard
http://www.possibility.com/Cpp/CppCodingStandard.html

GNU编码标准
http://www.linuxforum.net/books/gcodestd.html

C/C++ Reference
http://www.cppreference.com/

C/C++
http://www.cplusplus.com/

C++ Standard Template Library
http://www.msoe.edu/eecs/ce/courseinfo/stl/

C Standard Library
http://www.infosys.utas.edu.au/info/documentation/C/CStdLib.html

GCC的主页
http://gcc.gnu.org

喜欢算法的朋友,这里有CLRS和TAOCP的讨论
http://online.ysu.edu.cn/personal/yyf/weitao/taocp/
http://online.ysu.edu.cn/personal/yyf/weitao/taocp/clrs.htm

RFC
http://www.rfc-editor.org/

SGI STL
http://www.sgi.com/tech/stl/

Blitz++,一个针对科学计算的C++ class library
http://www.oonumerics.org/blitz/


c/c++书籍下载

大量c/c++书籍下载的ftp(匿名访问)
ftp.math.nankai.edu.cn
ftp://ftp.cdut.edu.cn/pub3/uncate_doc (uiibono提供)

UNIX环境高级编程,TCP/IP详解,C++ Primer 3rd Edition 中文版下载
http://www.mamiyami.com/

Advanced Linux Programming
http://www.advancedlinuxprogramming.com/

Object-oriented Programming with ANSI-C
http://www.planetpdf.com/codecuts/pdfs/ooc.pdf

linux下c网络编程资料收集

准备资料

linux操作系统下c语言编程入门[入门linux]
http://www.mwjx.com/aboutfish/private/book/linux_c.txt

网络协议规范大全[介绍了各种网络协议]
http://searchnetworking.techtarget.com.cn/tips/65/2147565.shtml


常用工具书

Linux-c函数库
http://net.pku.edu.cn/~yhf/linux_c/

编程修养[陈浩(CSDN)] (学习C语言必看)
http://blog.csdn.net/haoel/archive/2003/05/08/2872.aspx

RFC文档[包括各种网络协议的详细文档]
http://www.rfc-editor.org/rfcxx00.html

Advanced Programming in the
UNIX Environment[不死鸟兄提供了中文版的下载地址,见主题帖]
http://www.yendor.com/programming/unix/apue/apue.html

TCP/IP网络编程之四书五经[下面没有提供下载地址哦,很可惜,呵呵]
http://club.book.csdn.net/people/mylist3.html

网络编程资料下载[呵呵,到天网去搜索看看,电击这个连接就可以拉]

技术社区&牛人网站

LoveUnix程序设计 C/C++高级编程版 精华文章索引
http://www.loveunix.net/html/200405/29276.html

C 语言吧 · 问题资料大全[适合windows用户]
http://oss.lzu.edu.cn/modules/newbb/reply.php?forum=13&topic_id=567

永远的UNIX>>编程技术>>网络编程
http://fanqiang.chinaunix.net/a4/b7/index.html

Linux软件下载源码编程文章资料周立发
http://zhoulifa.bokee.com/index.html

CSDN陈浩专栏
http://blog.csdn.net/haoel

linux下多线程编程

Linux下的多线程编程
http://linux.chinaunix.net/doc/program/2001-08-11/642.shtml

Posix线程编程指南[详细介绍linux下的线程机制]
http://www-128.ibm.com/developerworks/cn/linux/thread/posix_threadapi/part1/

linux下动态链接库


Linux下生成.so(动态连接库).a(静态连接库的)例子[精简精彩]
http://www.qobject.com/bbs/htm_data/18/0603/102.html

linux下如何生成,使用静态和动态链接库
http://www.cublog.cn/opera/showart.php?blogid=17788&id=102339


Linux动态链接库编程入门
[如果页面里头看不到头文件名,请CTRL+F搜索include]
http://www.stcore.com/linux/2006-08-15/1155571981d86223.html

Linux静态/动态链接库的创建和使用
http://dev.csdn.net/Develop/article/28/84562.shtm

LINUX动态链接库高级应用
http://www.52173.com/info/7380.htm

深入分析Windows和Linux动态库应用异同[linuxeden.com]
http://www.linuxeden.com/doc/22888.html

源文件自动化管理工具GNU MAKE相关

1. 跟我一起写 Makefile[陈皓 (CSDN)]
http://oss.lzu.edu.cn/modules/newbb/reply.php?forum=13&topic_id=567

2. Linux下Makefile的automake生成全攻略[余涛(CCW)](自动生成和处理Makefile文件)
http://www.ccw.com.cn/cio/research/program/htm2004/20041203_096BV.asp


用C语言进行CGI程序设计

windows下配置apache以运行CGI
http://oss.lzu.edu.cn/blog/blog.php?do_showone/tid_227.html
[说明:在linux配置和windows下配置的方法类似]

用C语言进行CGI程序设计
http://colding.blogchina.com/5277097.html

自制c语言编制cgi实现搜索功能
http://www.leftworld.net/wenzhang/show/2167.html

类别:程序-》技术 | 添加到搜藏 | 浏览() | 评论 (0)
 
最近读者:
 
网友评论:
发表评论:
姓 名:
网址或邮箱: (选填)
内 容:
验证码:
 

     

©2008 Baidu