返回列表 回復 發帖

[分享] 程式設計相關資源

標題:程式設計相關資源
整理:神奇小藍[MAzure]
時間:Sat June 2 2007

Bruce Eckel's Books & Book Support
http://www.mindview.net/Books/TICPP/

月光博客 - 每天都更新的專業技術性博客
http://www.williamlong.info

良葛格學習筆記
http://jared.tw/wiki/doku.php

良葛格學習筆記
http://caterpillar.onlyfun.net/Gossip/

電工科教職員進修網站
http://elearning.stut.edu.tw/electric/EE/

各種程式語言熱門程度
http://www.tiobe.com/tiobe_index/index.htm

Linux 常用 C 函數(中文版)
http://net.pku.edu.cn/~yhf/linux_c/

C++ Library Reference
http://www.cplusplus.com/reference/

C/C++ Reference Online Library
http://cppreference.com/

C/C++ 線上資源
http://www.cyut.edu.tw/~ckhung/b/c/resource.shtml

洪朝貴教授的程式語言授課講義
http://people.ofset.org/~ckhung/b/

深度學習 C++ 官方網站
http://www.math.ncu.edu.tw/~ziyou/c++/

Sagit's 電腦與生活科技
http://www.tcgs.tc.edu.tw/~sagit/

Lucky 貓的 ACM 園地
http://luckycat.kshs.kh.edu.tw/

星子 ACM 小窩 Ver 2.0.5
http://acm.webhop.info/

Ya-Lin Huang's ACM 解題統計
http://www.yalin.tw/acm.php

ACM PROBLEM SET ARCHIVE with ONLINE JUDGE
http://bunny.idv.tw/~kcwu/acmpage/acm/problemset/

C++ 資源總匯
http://william.cswiz.org/collection/c++tech.html

Visual Studio 2005 Express 繁體中文官方
http://www.microsoft.com/taiwan/vstudio/express/

Stroustrup: Errata for The C++ Programming Language
http://www.research.att.com/~bs/3rd_errata.html

http://www.cplusplus.com/
http://www.codeguru.com
http://www.codeproject.com

[Visual C++ 站點]
http://www.vckbase.com/
http://www.vchelp.com/
http://www.pcvc.net/

[C/C++ FAQ LITE — Frequently Asked Questions]
http://www.sunistudio.com/cppfaq/
http://www.eskimo.com/~scs/C-faq/
http://www.parashift.com/c++-faq-lite/
http://www.cis.nctu.edu.tw/chine ... c++/C++FAQ-Chinese/

[Standard C,基本語法定義函數庫參考]
http://www-ccs.ucsd.edu/c/

[The C Library Reference Guide]
http://www.acm.uiuc.edu/webmonkeys/book/c_guide/

[The UNIX Programming Environment]
http://www.iu.hio.no/~mark/unix/unix_toc.html

[The Art of Unix Programming]
http://www.catb.org/~esr/writings/taoup/html/

[Standard C++ Library Home Page]
http://www.ccd.bnl.gov/bcf/cluster/pgi/pgC..._lib/stdlib.htm

[The C Book]
http://publications.gbdirect.co.uk/c_book/

[Software Engineering a.k.a. Programming]
http://users.erols.com/blilly/programming/

[How to Design Programs]
http://www.htdp.org/2003-09-26/Book/

[C Elements of Style]
http://www.oualline.com/style/

[The Open Group Base Specifications Issue 6]
http://www.opengroup.org/onlinepubs/007904975/

[The Common IDEs Online Guidelines]
http://www.clipx.net/norton.php

[程式設計經典網站]
http://www.csdn.net 程式員大本營
http://www.codeguru.com //不錯
http://www.codeproject.com
http://ei.szpt.edu.cn/jjhou/ 侯捷網站

[C/C++ 規格書]
http://www.open-std.org/JTC1/SC22/WG14/
http://www.open-std.org/JTC1/SC22/WG21/

[wxWidgets 官方網站]
http://www.wxwidgets.org/

[C++ STL Resources]
http://www.boost.org/ Boost C++ Libraries 官方網站
http://www.stlchina.org/  STL 中文站 - 簡體
http://www.cis.nctu.edu.tw/~gis91610/acm/stl.html 日蝕全紀錄
http://www.evanlin.com/blog/archives/cat_stl.html BlogE
http://www.sgi.com/tech/stl/ SGI 的 STL - 英文
http://www.tacc.utexas.edu/servi ... gC++_lib/stdlib.htm


[Socket Programming Resources]

zarathustra 原發:

UNIX Network Programming, Prentice Hall, 1990, ISBN 0-13-949876-1.
Source code for all examples in the book (190K compressed tar file)
http://www.kohala.com/start/unp.tar.Z

Source code for for the missing netdefs.h file.
http://www.kohala.com/start/netdefs.h.txt

Source code for a SunOS version of the systype.h file.
http://www.kohala.com/start/systype.h.sun.txt

裡面有很詳細的 socket 相關的知識。
對於襪子,插頭有疑問的小朋友必讀。

另外這裡也有一些東西
http://scitsc.wlv.ac.uk/~jphb/comms/sockets.html

範例在下頭
http://scitsc.wlv.ac.uk/~jphb/comms/sockets.example.html

另外 SUN 這裡也有一些可以參考的
http://docs.sun.com/app/docs/doc ... ?l=zh_TW&a=view

重點是,用不同的順序開啟兩邊的程式,一再地測試直到完美無缺,你就會有進步。=

小藍補充:

http://www.sockets.com/winsock.htm
http://www.sockets.com/devtools.htm
http://www.yov408.com/html/tutorials.php?s=46
http://www.sockaddr.com/index.html
http://www.adp-gmbh.ch/win/misc/sockets.html
http://forum.jerrata.com/index.php?topic=4.0

[Design Pattern Resources]

Design Pattern 新解 By 蔡學鏞
http://www.oreilly.com.tw/column_sleepless.php?id=j008

非關語言: 設計模式
http://caterpillar.onlyfun.net/G ... n/DesignPattern.htm

硬梆梆的四人幫(GoF)
http://en.wikipedia.org/wiki/Design_Patterns
http://zh.wikipedia.org/wiki/%E8 ... 1%E6%A8%A1%E5%BC%8F

The Design Patterns Java Companion
http://www.patterndepot.com/put/8/JavaPatterns.htm

設計模式(Patterns in Java)
http://www.jdon.com/designpatterns/index.htm

Design Pattern Tutorials
http://www.cs.wustl.edu/~schmidt/tutorials-patterns.html

Data & Object factory
http://www.dofactory.com/Default.aspx

[Sorting Algorithm Resources]

Java Source Code
http://www.cs.ubc.ca/~harrison/Java/sorting-demo.html

C Source Code
http://linux.wku.edu/~lamonml/algor/sort/sort.html

Sorting Animation
http://cg.scs.carleton.ca/~morin/misc/sortalg/

FlashSort
http://www.neubert.net/FSOIntro.html

[ 本帖最後由 神奇小藍 於 2007-7-25 18:09 編輯 ]
家科的技術誌 - 疑似存有本人在社群的問答整理。
家科的專題本 - 網主是一個進度嚴重落後的笨蛋。
返回列表