LoveUnix » 编程开发 & Rational » 程序开发java/C/C++参考网站资源, 整理搜集
让LU留住您的每

一天 让LU博客留住您的每一天
2003-10-29 11:08 99大话王
程序开发java/C/C++参考网站资源, 整理搜集

[url]http://www.javaalmanac.com[/url] - Java开发者年鉴一书的在线版本. 要想快速查到某种Java技巧的用法及示例代码, 这是一个不错的去处.
[url]http://www.onjava.com[/url] - O'Reilly的Java网站. 每周都有新文章.
[url]http://java.sun.com[/url] - 官方的Java开发者网站 - 每周都有新文章发表.
[url]http://www.developer.com/java[/url] - 由Gamelan.com 维护的Java技术文章网站.
[url]http://www.java.net[/url] - Sun公司维护的一个Java社区网站.
[url]http://www.builder.com[/url] - Cnet的Builder.com网站 - 所有的技术文章, 以Java为主.
[url]http://www.ibm.com/developerworks/java[/url] - IBM的Developerworks技术网站; 这是其中的Java技术主页.
[url]http://www.javaworld.com[/url] - 最早的一个Java站点. 每周更新Java技术文章.
[url]http://www.devx.com/java[/url] - DevX维护的一个Java技术文章网站.
[url]http://www.fawcette.com/javapro[/url] - JavaPro在线杂志网站.
[url]http://www.sys-con.com/java[/url] - Java Developers Journal的在线杂志网站.
[url]http://www.javadesktop.org[/url] - 位于Java.net的一个Java桌面技术社区网站.
[url]http://www.theserverside.com[/url] - 这是一个讨论所有Java服务器端技术的网站.
[url]http://www.jars.com[/url] - 提供Java评论服务. 包括各种framework和应用程序.
[url]http://www.jguru.com[/url] - 一个非常棒的采用Q&A形式的Java技术资源社区.
[url]http://www.javaranch.com[/url] - 一个论坛,得到Java问题答案的地方,初学者的好去处。
[url]http://www.ibiblio.org/javafaq/javafaq.html[/url] - comp.lang.java的FAQ站点 - 收集了来自comp.lang.java新闻组的问题和答案的分类目录.
[color=#222222]http://java.sun.com/docs/books/tutorial/[/color] - 来自SUN公司的官方Java指南 - 对于了解几乎所有的java技术特性非常有帮助.
[color=#222222]http://www.javablogs.com[/color] - 互联网上最活跃的一个Java Blog网站.
[color=#222222]http://java.about.com/[/color] - 来自About.com的Java新闻和技术文章网站.

2003-10-29 11:08 99大话王
漫漫整理中<br /><br />C/C++ Users Journal<br /><a href='http://www.cuj.com/' target='_blank'>http://www.cuj.com/</a><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->C/C++ User&#39;s Journal是目前最出色的C/C++语言专业杂志,特别是在C++ Report闭刊之后,CUJ的地位更加突出。CUJ Expert Forum是CUJ主办的网上技术专栏,汇集2000年10月以来C++社群中顶尖专家的技术短文,并免费公开发布,精彩纷呈,是每一个C/C++学习者不可错过的资料。由Jim Hyslop和Herb Sutter主持的Conversation系列,是CUJ Expert Forum每期必备的精品专栏,以风趣幽默的对话形式讲解C++高级技术,在C++社群内得到广泛赞誉。<!--c2--></div><!--ec2--><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->还能说什么?英文很遗憾-也要多关注<!--c2--></div><!--ec2--><br /><br /><a href='http://www.cplusplus.com/' target='_blank'>http://www.cplusplus.com/</a><br /><br /><a href='http://www.codeguru.com' target='_blank'>http://www.codeguru.com</a><br /><br /><a href='http://www.codeproject.com' target='_blank'>http://www.codeproject.com</a><br /><br />国内的VC站<br /><a href='http://www.vckbase.com/' target='_blank'>http://www.vckbase.com/</a><br /><a href='http://www.vchelp.com/' target='_blank'>http://www.vchelp.com/</a><br /><a href='http://www.pcvc.net/' target='_blank'>http://www.pcvc.net/</a><br /><br />这里只搜集比较专业的,乱的另外搜 <!--emo&:haha:--><img src='style_emoticons/default/haha.gif' border='0' style='vertical-align:middle' alt='haha.gif' /><!--endemo--><br /><br />C++ FAQ LITE — Frequently Asked Questions<br /><a href='http://www.sunistudio.com/cppfaq/index.html' target='_blank'>http://www.sunistudio.com/cppfaq/index.html</a><br /><br /><a href='http://www.sgi.com/tech/stl/' target='_blank'>http://www.sgi.com/tech/stl/</a>

2003-10-29 12:26 无双
OK<br /><br />偶下次找开发中常用到的源码站点也整理出来<br /><br />这样以后想找源码方便多了<br /><br />先是www.sourceforge.net

2003-10-29 12:26 无双
OK<br /><br />偶下次找开发中常用到的源码站点也整理出来<br /><br />这样以后想找源码方便多了<br /><br />先是www.sourceforge.net

2003-10-30 00:39 永杰
[CODE]1、Standard C,包括基本的语法定义,库函数参考 <br /><a href='http://www-ccs.ucsd.edu/c/' target='_blank'>http://www-ccs.ucsd.edu/c/</a> <br />或者 <br />The C Library Reference Guide <br /><a href='http://www.acm.uiuc.edu/webmonkeys/book/c_guide/' target='_blank'>http://www.acm.uiuc.edu/webmonkeys/book/c_guide/</a> <br />2、The UNIX Programming Environment <br /><a href='http://www.iu.hio.no/~mark/unix/unix_toc.html' target='_blank'>http://www.iu.hio.no/~mark/unix/unix_toc.html</a> <br />或 <br />The Art of Unix Programming <br /><a href='http://www.catb.org/~esr/writings/taoup/html/' target='_blank'>http://www.catb.org/~esr/writings/taoup/html/</a> <br />3、Standard C++ Library Home Page <br /><a href='http://www.ccd.bnl.gov/bcf/cluster/pgi/pgC++_lib/stdlib.htm' target='_blank'>http://www.ccd.bnl.gov/bcf/cluster/pgi/pgC++_lib/stdlib.htm</a> <br />4、The C Book <br /><a href='http://publications.gbdirect.co.uk/c_book/' target='_blank'>http://publications.gbdirect.co.uk/c_book/</a> <br />5、Software Engineering a.k.a. Programming <br /><a href='http://users.erols.com/blilly/programming/' target='_blank'>http://users.erols.com/blilly/programming/</a> <br />6、How to Design Programs : An Introduction to Computing and Programming <br /><a href='http://www.htdp.org/2002-05-09/Book/curriculum.html' target='_blank'>http://www.htdp.org/2002-05-09/Book/curriculum.html</a> <br />7、C Elements of Style <br /><a href='http://www.oualline.com/style/' target='_blank'>http://www.oualline.com/style/</a> <br />8、The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2003 Edition <br /><a href='http://www.opengroup.org/onlinepubs/007904975/toc.htm' target='_blank'>http://www.opengroup.org/onlinepubs/007904975/toc.htm</a>      <br />9、C FAQ <br /><a href='http://www.eskimo.com/~scs/C-faq/top.html' target='_blank'>http://www.eskimo.com/~scs/C-faq/top.html</a> <br />10、C++ FAQ Lite,全版的书电子版可以在www.itebook.net的p2p找到 <br /><a href='http://www.parashift.com/c++-faq-lite/' target='_blank'>http://www.parashift.com/c++-faq-lite/</a><br />11、各种编译集成环境的guide <br /><a href='http://www.clipx.net/norton.php' target='_blank'>http://www.clipx.net/norton.php</a><br />12、Pthreads APIs - User&#39;s Guide and Reference <br /><a href='http://java.icmc.sc.usp.br/library/books/ibm_pthreads/document.htm' target='_blank'>http://java.icmc.sc.usp.br/library/books/i...ds/document.htm</a>

2003-11-2 22:07 lsh
<a href='http://groups.google.com/groups?hl=zh-CN&lr=&ie=UTF-8&inlang=zh-CN&group=comp.lang.c%2B%2B' target='_blank'>http://groups.google.com/groups?hl=zh-CN&l...mp.lang.c%2B%2B</a><br />:-)

2003-11-13 09:17 99大话王
<!--QuoteBegin--><div class='quotetop'>QUOTE</div><div class='quotemain'><!--QuoteEBegin-->Delphi游戏开发网址大全! <br />2004-11-23 14:04:23&nbsp; 源码仓库-免费delphi源码下载&nbsp; 出处:大富翁 <br /> <br /><br /><br />说明:用Delphi开发的CAD GIS软件!使用了OpenGL。免费的可视化Delphi 2D游戏开发引擎!)总计179个网站 <br /><br />毋庸置疑,Delphi是一个绝佳的、强大的游戏开发平台!希望这个网址列表能对Delphi程序员普及游戏开发知识作出一点贡献!<br /><br />1、<br /><a href=\"http://www.savagesoftware.com.au/DelphiGamer/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.savagesoftware.com.au/DelphiGamer/</a><br />说明:著名的Delphi游戏开发网站,分类详细,有资料,源码,Delphi开发的游戏网址等等!更新很快!<br />2、<br /><a href=\"http://turbo.gamedev.net/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://turbo.gamedev.net/</a><br />说明:专业的Borland编译器游戏开发网站,站长水平很高,并且用Delphi开发了《疯狂保龄球》、《过山车大亨》<br />《迷你高尔夫》等游戏!几乎每日更新!<br />3、<br /><a href=\"http://www.pythianproject.org/cgi-bin/PPServer.exe\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.pythianproject.org/cgi-bin/PPServer.exe</a>?<br />说明:著名的Delphi 3D开放源码游戏引擎工程!Cool&#33;<br />4、<br /><a href=\"http://www.gamedev.narod.ru/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.gamedev.narod.ru/</a><br />说明:俄罗斯程序员的游戏开发网站,主要使用DelphiX&#33;站长最近用DelphiX开发了一个商业游戏,去看看吧!<br />5、<br /><a href=\"http://home.pchome.com.tw/art/jerrymba/index.htm\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://home.pchome.com.tw/art/jerrymba/index.htm</a><br />说明:台湾的Delphi游戏开发网站,有自己的论坛,人气不错!<br />6、<br /><a href=\"http://delphigame.home.chinaren.com/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://delphigame.home.chinaren.com/</a><br />说明:中国大陆的Borland Delphi游戏开发者联盟,我自己建立的,有小弟改进的Jedi-DelphiX控件,有兴趣可以去看看!<br />7、<br /><a href=\"http://cn.clubs.yahoo.com/clubs/delphigameproject\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://cn.clubs.yahoo.com/clubs/delphigameproject</a><br />说明:我在雅虎建的一个Delphi游戏开发俱乐部!不去也罢!<br />8、<br /><a href=\"http://www.ccsee.com/trans/cn/Trans.asp?URL=http://enban.net/cgi-bin/view.cgi?file=nedatu/queen/index.html&ToLanguage=0\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.ccsee.com/trans/cn/Trans.asp?UR...ml&ToLanguage=0</a><br />说明:日本人的RPG游戏图片网站,可以免费下载!非常精美!如果用于商业用途需要授权!强烈推介下载!这个链接我<br />已经翻<br />译成了中文!<br />9、<br /><a href=\"http://www.yks.ne.jp/~hori/index-e.html\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.yks.ne.jp/~hori/index-e.html</a><br />说明:DelphiX的官方网站!作者很久没有更新了!<br />10、<br /><a href=\"http://republika.pl/makoo/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://republika.pl/makoo/</a><br />说明:C++ Builder的免费DirectX控件开发网站,很久没有更新了!<br />11、<br /><a href=\"http://bcb-tools.com/Welcome.htm\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://bcb-tools.com/Welcome.htm</a><br />说明:商业的C++ Builder DirectX控件!Cool&#33;<br />12、<br /><a href=\"http://w1.409.telia.com/~u40916189/index.htm\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://w1.409.telia.com/~u40916189/index.htm</a><br />说明:WdirectX&#33;免费的Delphi DirectX控件官方网站!采用标准的Jedi DirectX头文件!Cool&#33;<br />13、<br /><a href=\"http://www.sulaco.co.za/quake2/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.sulaco.co.za/quake2/</a><br />说明:Delphi翻译Quake 2 Visual C++源码工程!太伟大了!期待他们早日完成!<br />14、<br /><a href=\"http://www.crazyentertainment.net/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.crazyentertainment.net/</a><br />说明:Jedi组织的Delphi DirectX头文件官方网站!有很多的范例!<br />15、<br /><a href=\"http://www.sulaco.co.za/default.htm\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.sulaco.co.za/default.htm</a><br />说明:Delphi OpenGL开发网站!站长负责翻译Quake 2 Visual C++源码工程!<br />16、<br /><a href=\"http://www.delphi3d.net/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.delphi3d.net/</a><br />说明:德国人的Delphi OpenGl开发网站!<br />17、<br /><a href=\"http://homepages.borland.com/ccalvert/index.htm\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://homepages.borland.com/ccalvert/index.htm</a><br />说明:Charlie Calvert(《Delphi4技术内幕》作者)的网站,有很多的游戏开发资料!<br />18、<br /><a href=\"http://www.multimania.com/dxplus/index2.htm\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.multimania.com/dxplus/index2.htm</a><br />说明:非官方的DelphiX插件法国网站,改进了DelphiX的几个控件!如果你用DelphiX可以去看看!<br />19、<br /><a href=\"http://www.lischke-online.de\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.lischke-online.de</a><br />说明:Delphi图像中心,提供了几个很棒的图像库GraphicEx,强烈推荐!有OpenGl内容!<br />20、<br /><a href=\"http://amresh09.tripod.com/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://amresh09.tripod.com/</a><br />说明:站长正在翻译OpenGl头文件到Delphi、FreePascal、Kylix!<br />21、<br /><a href=\"http://www.blade.ip3.com/index.htm\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.blade.ip3.com/index.htm</a><br />说明:支持索尼PS游戏机的免费的游戏开发库,可惜是C语言,考虑到PS游戏机的市场地位,所以贴上来了!<br />22、<br /><a href=\"http://www.directx-for-delphi.de/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.directx-for-delphi.de/</a><br />说明:又一个德国人的Delphi DirectX网站!老天,那位学过德语呀?!<br />23、<br /><a href=\"http://www15.brinkster.com/jccommandeur/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www15.brinkster.com/jccommandeur/</a><br />说明:用OpenGl的Delphi 3D游戏开发引擎!提供源码!<br />24、<br /><a href=\"http://www.efg2.com/Lab/ImageProcessing/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.efg2.com/Lab/ImageProcessing/</a><br />说明:很知名的Delphi图形图像网站,站长的功力很高!网站上有很多实用的范例!推荐!<br />25、<br /><a href=\"http://studwww.rug.ac.be/~hvanes/3dobjects/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://studwww.rug.ac.be/~hvanes/3dobjects/</a><br />说明:一些第三方的DelphiX范例源码!<br />26、<br /><a href=\"http://delphigl.cfxweb.net/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://delphigl.cfxweb.net/</a><br />说明:Delphi OpenGL网站,有很多非常Cool的范例,推荐!<br />27、<br /><a href=\"http://tc.flawless.dk/index.php?Index=0-0\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://tc.flawless.dk/index.php?Index=0-0</a><br />说明:站长正准备开发一个全新Delphi游戏引擎,提供老版本下载!<br />28、<br /><a href=\"http://www.personal.dundee.ac.uk/~arkeys/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.personal.dundee.ac.uk/~arkeys/</a><br />说明:非常棒的DelphiX游戏开发网站,提供教程范例!DelphiX程序员必访!<br />29、<br /><a href=\"http://www.ccsee.com/Trans/cn/Trans.asp?ToLanguage=0&url=http://www2s.biglobe.ne.jp/~t_harada/delphi/index.html\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.ccsee.com/Trans/cn/Trans.asp?To...lphi/index.html</a><br />说明:非官方的日本DelphiX编程网站,这个链接我已经翻译成了中文,凑合着看吧!有几个范例下载!<br />30、<br /><a href=\"http://www.pocket-technologies.com/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.pocket-technologies.com/</a><br />说明:PocketStudio是一个Palm掌上电脑Delphi编译器开发工具,如果你要开发Palm掌上电脑游戏又用Delphi语言,非他莫属!<br />31、<br /><a href=\"http://clootie.narod.ru/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://clootie.narod.ru/</a><br />说明:俄罗斯程序员的Delphi、C++Builder游戏开发网站,提供BCB的DirectX库文件!<br />32、<br /><a href=\"http://www.morfitbuilder.com/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.morfitbuilder.com/</a><br />说明:著名的Morfit 3D游戏引擎,C++ Builder网站!<br />33、<br /><a href=\"http://homepages.borland.com/ccalvert/Contest/GameContestUpdate.html\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://homepages.borland.com/ccalvert/Cont...testUpdate.html</a><br />说明:Charlie Calvert在Borland的网页,有一些Delphi游戏开发竞赛的获胜者代码!<br />34、<br /><a href=\"http://www.delphix.de/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.delphix.de/</a><br />说明:德国程序员的Delphi游戏开发网站!<br />35、<br /><a href=\"http://www.silicmdr.com/index.htm\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.silicmdr.com/index.htm</a><br />说明:用Delphi开发的战略游戏,提供商业游戏控件,使用纯GUI开发,展示了开发者的高超技巧,不过作者已经承诺向<br />DirectX平台移植!<br />36、<br /><a href=\"http://www.dwscript.com/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.dwscript.com/</a><br />说明:RPG游戏需要有脚本语言解释器,Delphi有很多,这是其中之一!<br />37、<br /><a href=\"http://www.multimania.com/jdelauney/#EnglishEdito\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.multimania.com/jdelauney/#EnglishEdito</a><br />说明:DelphiX、OpenGl都有!<br />38、<br /><a href=\"http://www.g32.org/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.g32.org/</a><br />说明:提供Delphi图形图像类库!<br />39、<br /><a href=\"http://www.alex-soft.net/delphi.html\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.alex-soft.net/delphi.html</a><br />说明:Delphi游戏编程,提供几个游戏开发控件,源码!<br />40、<br /><a href=\"http://www.microtower.com/index.htm\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.microtower.com/index.htm</a><br />说明:Delphi Microtower X控件,使用Jedi DirectX头文件!<br />41、<br /><a href=\"http://www.game-developer.com/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.game-developer.com/</a><br />说明:专业游戏开发者网站!提供各种资源!<br />42、<br /><a href=\"http://sourceforge.net/projects/jedi-isoax\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://sourceforge.net/projects/jedi-isoax</a><br />说明:开放源码的Delphi/Kylix 2D游戏引擎和地图编辑器!<br />43、<br /><a href=\"http://www.neobrothers.de/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.neobrothers.de/</a><br />说明:德国人的Delphi 3D游戏开发网站!有范例!网页是德语!<br />44、<br /><a href=\"http://www.multimania.com/trident/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.multimania.com/trident/</a><br />说明:法国人的DelphiX网站,里面有几个范例源码很棒!很久没有更新了!<br />45、<br /><a href=\"http://www.rpgmaker2000.4players.de:1027/ms_news.shtml\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.rpgmaker2000.4players.de:1027/ms_news.shtml</a><br />说明:RPG游戏制作器网站,这个制作器我不感兴趣,但这个网站提供了许多的游戏开发素材如图片、声音文件、动画文件等<br />等,如果用Delphi开发游戏可以下载使用!赶快去下载吧!<br />46、<br /><a href=\"http://www.abaur.de/index.htm\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.abaur.de/index.htm</a><br />说明:一个德国程序员网站,有一点Delphi内容!<br />47、<br /><a href=\"http://brainsoft.does.it/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://brainsoft.does.it/</a><br />说明:意大利程序员的网站,看不太懂!:—(<br />48、<br /><a href=\"http://www.fmod.org/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.fmod.org/</a><br />说明:支持3d sound, midi, mods, mp3, ogg vorbis, wma,等格式的跨平台声音库文件,支持Delphi&#33;<br />49、<br /><a href=\"http://www.inner-smile.com/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.inner-smile.com/</a><br />说明:这个Delphi网站内容很全,其中有一些游戏开发的文章!<br />50、<br /><a href=\"http://www.digital-tome.com/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.digital-tome.com/</a><br />说明:《突袭阿瓦隆》一个用Delphi开发的商业游戏,国内的盗版竟然说他是《暗黑破坏神》的资料片,呵呵!<br />51、<br /><a href=\"http://www.savagesoftware.com.au/delphi/g4d/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.savagesoftware.com.au/delphi/g4d/</a><br />说明:Genesis3D SDK For Delphi&#33;开放源码工程!<br />52、<br /><a href=\"http://www.3dstate.com/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.3dstate.com/</a><br />说明:以色列人开发的 Morfit 3D 引擎,效果惊人!C++ Builder4的第二张光盘中有!支持Delphi、BCB、VC等!商业版本<br />需要购买!绝对的COOL!!!<br />53、<br /><a href=\"http://www.3delphi.com/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.3delphi.com/</a><br />说明:一个Delphi程序员的Morfit 3D 引擎网站!有一些文档、范例!<br />54、<br /><a href=\"http://home.hccnet.nl/rgj.klein.wolterink/home.htm\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://home.hccnet.nl/rgj.klein.wolterink/home.htm</a><br />说明:英文的DelphiX网站,提供教程,很久没有更新了!<br />55、<br /><a href=\"http://g.webring.com/hub?ring=delphix&list\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://g.webring.com/hub?ring=delphix&list</a><br />说明:Delphi游戏开发网环!你可以将你的Delphi游戏开发网站加入!<br />56、<br /><a href=\"http://www.delphi-jedi.org/Jedi:TEAM_SDL_HOME:73447\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.delphi-jedi.org/Jedi:TEAM_SDL_HOME:73447</a><br />说明:Jedi SDL网站!SDL是一个跨平台的游戏和多媒体库,已经被很多的商业游戏采用,Jedi组织正在将其转换成Delphi头<br />文件!<br />57、<br /><a href=\"http://vip.6to23.com/mays/index.html\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://vip.6to23.com/mays/index.html</a><br />说明:中国游戏开发者网站,最近异军突起的一个游戏开发网站内容以C/C++为主!更新很快!<br />58、<br /><a href=\"http://www.chinagamelab.com/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.chinagamelab.com/</a><br />说明:中国游戏实验室,很长时间没有更新了,内容C/C++&#33;<br />59、<br /><a href=\"http://go6.163.com/progame/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://go6.163.com/progame/</a><br />说明:DirectX天空,济南大学的一位Delphi程序员游戏站点!<br />60、<br /><a href=\"http://imagic3d.com/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://imagic3d.com/</a><br />说明:一个关于2/3D计算机图形学、游戏、DirectX和C++的站点,推荐!<br />61、<br /><a href=\"http://newbbs2.sina.com.cn/index.shtml?games:gamedesign\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://newbbs2.sina.com.cn/index.shtml?games:gamedesign</a><br />说明:新浪网的游戏制作论坛!闲着没事可以去看看!精华区有几篇文章不错!<br />62、<br /><a href=\"http://zone999.top263.net/index.html\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://zone999.top263.net/index.html</a><br />说明:游戏制造工厂,中国大陆Delphi程序员的OpenGl网站,站长正在开发一个虚拟台球游戏! <br />63、<br /><a href=\"http://www.delphigamedev.com/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.delphigamedev.com/</a><br />说明:DelphiX指南,现在支持Kylix&#33;<br />64、<br /><a href=\"http://ask.ii.uib.no/ebt-bin/nph-dweb/dynaweb/SGI_Developer/OpenGL_PG/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://ask.ii.uib.no/ebt-bin/nph-dweb/dyna...oper/OpenGL_PG/</a><br />说明:OpenGL业界标准编程手册!OpenGL程序员必读!可惜是C/C++版本!<br />65、<br /><a href=\"http://www.minfos.de/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.minfos.de/</a><br />说明:德国Delphi程序员的DirectX站点!<br />66、<br /><a href=\"http://www.flipcode.com/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.flipcode.com/</a><br />说明:专业游戏开发者新闻和资源网站!<br />68、<br /><a href=\"http://www.gamedev.net/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.gamedev.net/</a><br />说明:著名的游戏开发新闻与资源网站!每日更新!有很多的文档、资料、源码,当然大部分是C/C++&#33;<br />69、<br /><a href=\"http://www.gpgame.com/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.gpgame.com/</a><br />说明:金点时空!国内很有名气的金点游戏制作组,小组里有Delphi程序员,但他们的游戏开发工具是VC&#33;<br />70、<br /><a href=\"http://www.gameres.com/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.gameres.com/</a><br />说明:在这里你能够找到国内外的一些游戏程式制作的参考文档,还有一些游戏制作的必备资料,定期对文章进行更新,以提供<br />最新的参考文档。 <br />71、<br /><a href=\"http://www.mmwr.idv.tw/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.mmwr.idv.tw/</a><br />说明:台湾的游戏开发站点,支持C++ Builder&#33;<br />72、<br /><a href=\"http://www.carlo-kok.com/index.php\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.carlo-kok.com/index.php</a><br />说明:又一个Pascal脚本解释器,可以用于游戏开发!<br />73、<br /><a href=\"http://sourceforge.net/projects/glscene\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://sourceforge.net/projects/glscene</a><br />说明:著名的开放源码的OpenGL控件!感谢skyweb的帮助!<br />74、<br /><a href=\"http://www.ageofwonders.com/aow.html\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.ageofwonders.com/aow.html</a><br /><a href=\"http://aow2.godgames.com/welcome.html\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://aow2.godgames.com/welcome.html</a><br />说明:《奇迹时代2》,Delphi开发的商业RPG策略游戏,获得E3最佳游戏大奖!1代中文版已经由中国新天地公司代理发行!<br />75、<br /><a href=\"http://romka.demonews.com/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://romka.demonews.com/</a><br />说明:Delphi OpenGL网站,提供英语、俄语两种页面,有很多的范例!<br />76、<br /><a href=\"http://www.tu-ilmenau.de/~hackbart/main.htm#DOWNLOAD\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.tu-ilmenau.de/~hackbart/main.htm#DOWNLOAD</a><br />说明:站长使用Turbo Pascal和Delphi开发游戏并开发了一个任天堂的掌上游戏机(GameBoy)模拟器(站长承诺公开源码)!<br />77、<br /><a href=\"http://www.riversoftavg.com/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.riversoftavg.com/</a><br />说明:Delphi人工智能控件开发网站,可以用于游戏、数据库等编程!<br />78、<br /><a href=\"http://www.swiftsoft.de/index.html\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.swiftsoft.de/index.html</a><br />说明:Delphi多媒体控件!也可以用于VC、VB。<br />79、<br /><a href=\"http://workspace3d.ath.cx/Workspace3D.htm\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://workspace3d.ath.cx/Workspace3D.htm</a><br />说明:使用Delphi Glscene控件创建的虚拟世界!Very Cool&#33;<br />80、<br /><a href=\"http://www.cloneensemble.com/ddx_sdk.htm\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.cloneensemble.com/ddx_sdk.htm</a><br />说明:Delphi DirectX 开发工具包!<br />81、<br /><a href=\"http://www.eldermage.com\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.eldermage.com</a><br /><a href=\"http://www.aztica.com/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.aztica.com/</a><br />说明:6DX是一个商业的3D引擎,提供Delphi控件支持!<br />82、<br /><a href=\"http://www.pacificnet.net/~cheeze/delphi/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.pacificnet.net/~cheeze/delphi/</a><br />说明:Delphi DirectX开发者网站! <br />83、<br /><a href=\"http://www.3drad.com/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.3drad.com/</a><br />说明:如你你实在不想学OpenGL、DirectX3D、Delphi等语言工具开发3D游戏,试一试这个吧,一个3D游戏制作工具!Cool&#33;<br />84、<br /><a href=\"http://turbo.gamedev.net/powerdraw.asp\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://turbo.gamedev.net/powerdraw.asp</a><br />说明:PowerDraw是一组利用3D硬件加速的2D游戏控件!作者希望能让这组控件取代DelphiX&#33;这是他在<br />Turbo网站上的主页!它的表现的确不错,所以单独向大家介绍!<br />85、<br /><a href=\"http://sourceforge.net/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://sourceforge.net/</a><br />说明:提供免費服務給 開放源碼發展者的網站 包括了CVS, 郵件討論群, 臭虫追蹤系統, 訊息論壇,工作管理, 網站空間, <br />檔案儲存, 完整的檔案備份, 且完全以web-based來管理!因为很多的Delphi开放源码项目在这个网站开发,所以向大家推<br />荐!你可以输入Delphi关键字搜索!<br />86、<br /><a href=\"http://tothpaul.free.fr/usdprgrp.php3\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://tothpaul.free.fr/usdprgrp.php3</a><br />说明:Delphi免费图像控件,有一个类似《刺杀希特勒》的Pascal 3D游戏引擎!<br />87、<br /><a href=\"http://go.to/flegel\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://go.to/flegel</a><br />说明:一篇DelphiX教程!作者似乎对长发美女很感兴趣,有很多与美女左揽右抱的照片,太好色了[<!--emo&:D--><img src='style_emoticons/default/laugh.gif' border='0' style='vertical-align:middle' alt='laugh.gif' /><!--endemo-->]不过这篇教程非常不<br />错,如果访问不了,试一下代理服务器!<br />88、<br /><a href=\"http://www.visuel-electronics.de/index.html\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.visuel-electronics.de/index.html</a><br /><a href=\"http://www.srcco.de\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.srcco.de</a><br />说明:开放源码的2D空战游戏!<br />89、<br /><a href=\"http://www.nease.net/~seawave/programming/programming.html\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.nease.net/~seawave/programming/programming.html</a><br />说明:历史悠久的中文网站,站长功力很高,有很好的Delphi DirectX内容!推荐!<br />90、<br /><a href=\"http://member.netease.com/~tonyzh/tools/tools.html#_top\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://member.netease.com/~tonyzh/tools/tools.html#_top</a><br />说明:一些游戏制作工具和位图资源!<br />91、<br /><a href=\"http://member.netease.com/~lws/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://member.netease.com/~lws/</a><br />说明:中文Delphi图形图像、游戏&#33;站长用纯Delphi开发了一个3D引擎Cool&#33;更新较慢!<br />92、<br /><a href=\"http://sourceforge.net/projects/jedi-isoax/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://sourceforge.net/projects/jedi-isoax/</a><br />说明:跨平台的开放源码Delphi角色扮演游戏引擎和地图编辑器!强烈推荐!!<br />93、<br /><a href=\"http://member.netease.com/%7Eldx/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://member.netease.com/%7Eldx/</a><br />说明:一个Delphi游戏工作室!中文!<br />94、<br /><a href=\"http://groups.yahoo.com/group/JEDI-JWars/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://groups.yahoo.com/group/JEDI-JWars/</a><br />说明:《侏罗纪之战》雅虎俱乐部,开放源码的Delphi即时战略游戏和地图编辑器!推荐加入!<br />95、<br /><a href=\"http://groups.yahoo.com/group/DelphiGames_Dev/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://groups.yahoo.com/group/DelphiGames_Dev/</a><br />说明:一个雅虎俱乐部,致力于为Delphi游戏开发人员提供有用的程序和范例!推荐加入!<br />96、<br /><a href=\"http://groups.yahoo.com/group/JEDI-SDL/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://groups.yahoo.com/group/JEDI-SDL/</a><br />说明:关于SDL的雅虎俱乐部!支持Delphi, Kylix 、FreePascal!推荐加入!<br />97、<br /><a href=\"http://groups.yahoo.com/group/JEDI-IsoAxEE/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://groups.yahoo.com/group/JEDI-IsoAxEE/</a><br />说明:雅虎俱乐部!开放源码的2D RPG游戏引擎和编辑器!(同上)推荐加入!<br />98、<br /><a href=\"http://groups.yahoo.com/group/JEDI-DirectXExamples/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://groups.yahoo.com/group/JEDI-DirectXExamples/</a><br />说明:雅虎俱乐部,Delphi DirectX8范例和邮件列表!推荐加入! <br />99、<br /><a href=\"http://groups.yahoo.com/group/delphigames/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://groups.yahoo.com/group/delphigames/</a><br />说明:雅虎俱乐部,关于Borland Delphi 游戏开发!推荐加入!<br />100、<br /><a href=\"http://www.libsdl.org/index.html\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.libsdl.org/index.html</a><br />说明:SDL(Simple DirectMedia Layer)官方网站,SDL是一套跨平台的多媒体游戏库,支持Linux, Win32, BeOS, <br />MacOS, Solaris, IRIX, 、FreeBSD等操作系统.同样支持Delphi、FreePascal!强烈推荐!!<br />101、<br /><a href=\"http://delphi.about.com/cs/gameprogramming/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://delphi.about.com/cs/gameprogramming/</a><br />说明:有一些Delphi游戏开发资源!<br />102、<br /><a href=\"http://www.gamasutra.com/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.gamasutra.com/</a><br />说明:专业游戏程序员站点,有很多资料!如果你E文不错,可以去看看!<br />103、<br /><a href=\"http://www.gdmag.com/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.gdmag.com/</a><br />说明:游戏开发者杂志网站!有很多有用的资料!<br />104、<br /><a href=\"http://www.gdconf.com/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.gdconf.com/</a><br />说明:全球最大的游戏开发者论坛!<br />105、<br /><a href=\"http://www.igda.org/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.igda.org/</a><br />说明:国际游戏开发者联合会!去看看有没有中国的游戏程序员?<br />106、<br /><a href=\"http://www.developium.com/forums/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.developium.com/forums/</a><br />说明:游戏开发者论坛,有Delphi专栏!<br />107、<br /><a href=\"http://www.delphidevelopernewsletter.com/DD/DDmain.nsf/b21633257c770d9d8525689400702304/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.delphidevelopernewsletter.com/D...25689400702304/</a><br />793c3b3a0dad6442852568f20065239d&#33;OpenDocument<br />说明:Charlie Calvert的两篇用DirectDraw创建游戏的文章!<br />108、<br /><a href=\"http://www.8ung.at/pixelpracht/index.htm\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.8ung.at/pixelpracht/index.htm</a><br /><a href=\"http://pixelpracht.flipcode.com/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://pixelpracht.flipcode.com/</a><br />说明:19岁的德国程序员建立的Delphi游戏开发站点,站长正在做一个粒子引擎,站长的梦想是毕业后能在游戏工业界找<br />到一份工作!祝愿他梦想成真!<br />109、<br /><a href=\"http://www.ambrosine.com/index.html\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.ambrosine.com/index.html</a><br />说明:很多的游戏开发资源!包括图像、引擎等等!<br />110、<br /><a href=\"http://www.devq.net/pascal/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.devq.net/pascal/</a><br />说明:Turbo Pascal程序员网站,有很多的Pascal游戏和应用程序!<br />111、<br /><a href=\"http://www.riversoftavg.com/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.riversoftavg.com/</a><br />说明:商业人工智能控件组,可以用于数据库、游戏程序。<br />112、<br /><a href=\"http://www.nease.net/~pinxue/index1999.html\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.nease.net/~pinxue/index1999.html</a><br />说明:品雪其寒!很少见的中文delphi BCB OpenGL网站!<br />113、<br /><a href=\"http://c-evo.org/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://c-evo.org/</a><br />说明:拥有13个民族、标准人工智能、基于《文明》的策略游戏《文明进化史》!Borland Delphi 源码开放!推荐!<br />114、<br /><a href=\"http://sourceforge.net/projects/iglwidget-clx/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://sourceforge.net/projects/iglwidget-clx/</a><br />说明:一个跨平台的开放源码OpenGL类库&#33;支持Delphi/Kylix<br />115、<br /><a href=\"http://www.gamesbasic.com/source/index.htm\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.gamesbasic.com/source/index.htm</a><br />说明:Delphi游戏快速开发工具,使用DGC控件,支持Delphi3,作者开放源码!<br />116、<br /><a href=\"http://tothpaul.free.fr/usdelphix.php3?page=0&view=1\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://tothpaul.free.fr/usdelphix.php3?page=0&view=1</a><br />说明:开放源码的3D引擎!转换自c/c++开放源码工程DCal3D <a href=\"http://cal3D.sourceforge.net\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://cal3D.sourceforge.net</a><br />117、<br /><a href=\"http://www.web-synergy.net/naug-land/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.web-synergy.net/naug-land/</a><br />说明:法语的3D RPG网络游戏!使用Delphi + OpenGL开发!<br />118、<br /><a href=\"http://www.signsoft.com/international/main/index.phtm\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.signsoft.com/international/main/index.phtm</a><br />说明:目前较好的OpenGL控件!德国公司的产品!<br />119、<br /><a href=\"http://www.gfody.com/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.gfody.com/</a><br />说明:TFastDIB的主页。TFastDIB是TBitmap对象的替代,比TBitmap的速度快得多。它直接处理图像缓存中的每个像素,<br />可以用它实现模糊、旋转等效果。开放源代码。<br />120、<br /><a href=\"http://www.i4q.com/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.i4q.com/</a><br />说明:I4Q代码引擎的主页。I4Q是一种可以使浏览器运行OpenGL程序的代码引擎,用Delphi编写。<br />121、<br /><a href=\"http://www.recent-software.com/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.recent-software.com/</a><br />说明:3DE是一个免费的基于DirectX 8的3D引擎,其具有一些重要特征:<br />  ·可建立自己的多人射击游戏。<br />  ·地图编辑器可以让你创建的地图直接应用到3D环境中去。<br />  ·支持雷神一代到三代的地图,还有其它游戏的。<br />  ·支持创建未编译的地图,如:“GtkRadiant、QERadiant、Q3Radiant”及其它。<br />  ·含德英双语文档。<br />  ·完整的源代码:MSVC++ 6.0、DirectX 8。<br />122、<br /><a href=\"http://kuga.51.net/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://kuga.51.net/</a><br />说明:大富翁上著名的DirectX高手gxcooo的网站,站长正在开发一个空战游戏:Delphi+Jedi-DirectX,祝他早日成功!!<br />[<!--emo&:)--><img src='style_emoticons/default/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /><!--endemo-->] 强烈推荐!<br />123、<br /><a href=\"http://www.tmt.com/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.tmt.com/</a><br />说明:TMT是一个与Delphi语法兼容的Pascal编译器,支持DirectX编程,跨Dos、Windows、OS2平台!<br />124、<br /><a href=\"http://ourworld.compuserve.com/homepages/mikes/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://ourworld.compuserve.com/homepages/mikes/</a><br />说明:终于找到了![<!--emo&:D--><img src='style_emoticons/default/laugh.gif' border='0' style='vertical-align:middle' alt='laugh.gif' /><!--endemo-->] 你一定读过Charlie Calvert经典名著《Delphi 2 程序设计大全》,书中的游戏开发章节<br />就是由著名的Delphi多媒体游戏开发专家Mike Scott写的,Mike Scott以他的专业素养证明了他的天才技能,他是<br />一位当专家需要帮助时可以求助的专家!强烈推荐!!<br />125、<br /><a href=\"http://rgd2.momorprods.com/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://rgd2.momorprods.com/</a><br />说明:免费的3D游戏创建工具,100%Delphi 4 源码(少量汇编优化)! <br />126、<br /><a href=\"http://www.delphidev.com/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.delphidev.com/</a><br />说明:Delphi专业开发者杂志,有很多的Delphi游戏开发的文章!<br />127、<br /><a href=\"http://groups.yahoo.com/group/wdirectx/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://groups.yahoo.com/group/wdirectx/</a><br />说明:WDirectX的雅虎俱乐部!提供邮件列表!<br />128、<br /><a href=\"http://www.metablaster.com/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.metablaster.com/</a><br />说明:一个搜索引擎,试一下“Delphi 3D engine free”做关键字搜索一下,会有意想不到的收获![<!--emo&:)--><img src='style_emoticons/default/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /><!--endemo-->]<br />129、<br /><a href=\"http://www.fastgraph.com/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.fastgraph.com/</a><br />说明:如果你既不想用DirectX,有不想用SDL,那么就试一下FastGraph吧!已经有很多的商业游戏使用FastGragh<br />开发!<br />130、<br /><a href=\"http://www.pompom.org.uk/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.pompom.org.uk/</a><br />说明:仅有2名成员的游戏小组,一人负责写程序,一人负责美工和音乐!开发Windows,Mac,Linux平台的3D游戏,<br />Linux平台使用SDL&#33;<br />131、<br /><a href=\"http://www.cerebral-bicycle.co.uk/home.asp\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.cerebral-bicycle.co.uk/home.asp</a><br />说明:一个公司的网站,做得很精致,有DelphiX的教程和范例!推荐!<br />132、<br /><a href=\"http://www.projetyoda.fr.fm/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.projetyoda.fr.fm/</a><br />说明:法国的Delphi RPG游戏和控件网站!<br />133、<br /><a href=\"http://www.no2games.com/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.no2games.com/</a><br />说明:Turbo站长的《迷你高尔夫》游戏网站,去下载一个玩一玩,看看Delphi开发的游戏如何?<br />134、<br /><a href=\"http://www.geocities.com/dxlab/si.html\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.geocities.com/dxlab/si.html</a><br />说明:一个类似太空大战的射击游戏Delphi 4 源码&#33;访问不了试一下代理服务器!<br />135、<br /><a href=\"http://www.freepascal.org/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.freepascal.org/</a><br />说明:FreePascal是一个跨Linux, FreeBSD, DOS, Win32, OS/2, BeOS、 Classic Amiga平台的Pascal编译器!<br />136、<br /><a href=\"http://www.friends-of-fpc.org/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.friends-of-fpc.org/</a><br />说明:FreePascal之友!如果想用FreePascal进行图像编程就去看看吧![<!--emo&:)--><img src='style_emoticons/default/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /><!--endemo-->]<br />137、<br /><a href=\"http://member.netease.com/%7Ecloudwu/2000/index.html\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://member.netease.com/%7Ecloudwu/2000/index.html</a><br />说明:国内颇有影响的云风工作室,提供C/C++游戏库,对Delphi程序员作用不大,C++ Builder程序员可以试试!<br />但上面的开发文章很有参考价值!推荐!<br />138、<br /><a href=\"http://www.thefreecountry.com/developercity/pascallibraries.shtml\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.thefreecountry.com/developercit...libraries.shtml</a><br />说明:这个网站上有一些Delphi、FreePascal的类库!<br />139、<br /><a href=\"http://home1.stofanet.dk/nitezhifter/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://home1.stofanet.dk/nitezhifter/</a><br />说明:有一些视频组件!<br />140、<br /><a href=\"http://www.stnd.de/programming/index.html\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.stnd.de/programming/index.html</a><br />说明:有几篇Delphi文章和Palm编程(还没有内容)!<br />141、<br /><a href=\"http://www.black.ro.freeservers.com\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.black.ro.freeservers.com</a><br />说明:一个Delphi DirectX 3D引擎,现在只有几张截屏图片!不好访问,试一下代理!<br />142、<br /><a href=\"http://www.geocities.com/jcvw75/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.geocities.com/jcvw75/</a><br />说明:站长精通汇编、C/C++、Pascal、Delphi!现在正用Delphi开发一个3D游戏!<br />143、<br /><a href=\"http://members.ozemail.com.au/~ptrkelly/agi/index.html\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://members.ozemail.com.au/~ptrkelly/agi/index.html</a><br />说明:提供一个查看、创建、编辑AGI游戏的工具和Delphi源码&#33;AGI是啥子游戏[?]<br />请知道的大侠赐教[<!--emo&:)--><img src='style_emoticons/default/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /><!--endemo-->]<br />144、<br /><a href=\"http://www.alan-warriner.co.uk/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.alan-warriner.co.uk/</a><br />说明:处理声音特效的控件!<br />145、<br /><a href=\"http://www.tu-ilmenau.de/~hackbart/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.tu-ilmenau.de/~hackbart/</a><br />说明:使用SDL开发的跨平台的游戏引擎!<br />146、<br /><a href=\"http://www.cs.kun.nl/is/ts/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.cs.kun.nl/is/ts/</a><br /><a href=\"http://sourceforge.net/projects/tilestudio/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://sourceforge.net/projects/tilestudio/</a><br /><a href=\"http://tilestudio.sf.net/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://tilestudio.sf.net/</a><br />说明:开放源码的砖块位图工具。<br />147、<br /><a href=\"http://www.us.infogrames.com/index.html\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.us.infogrames.com/index.html</a><br /><a href=\"http://www.infogrames.com/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.infogrames.com/</a><br />说明:完全使用Delphi和DirectX开发的商业动作冒险游戏《X英雄》&#33;<br />148、<br /><a href=\"http://clootie.narod.ru/index.html\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://clootie.narod.ru/index.html</a><br />说明:Delphi,C++ Builder,TMT Pascal和DirectX编程!<br />149、<br /><a href=\"http://www.indiegames.com/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.indiegames.com/</a><br />说明:独立游戏开发者网站。提供游戏编程大赛,奖金高达15000美金,有没有兴趣赢得大奖?[<!--emo&:)--><img src='style_emoticons/default/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /><!--endemo-->]<br />150、<br /><a href=\"http://www.frogcity.com/index.html\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.frogcity.com/index.html</a><br />说明:《贸易帝国》策略游戏,使用Delphi作为开发工具。<br />151、<br /><a href=\"http://www.kharne.net/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.kharne.net/</a><br /><a href=\"http://sourceforge.net/projects/kharne\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://sourceforge.net/projects/kharne</a><br />说明:开放源码的《龙与地下城》RPG游戏,全部Delphi源码!<br />152、<br /><a href=\"http://member.netease.com/~pigprins/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://member.netease.com/~pigprins/</a><br />说明:中文网站,曾经以Delphi和C++Builder的3D图形开发为主,兼论 Direct3D!提供相关技术文档和工具。<br />该网站建在网易上,大家赶快去看看,有没有需要的东东,网易的免费主页一向不稳定的。<br />153、<br /><a href=\"http://bulaxinha.blogspot.com/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://bulaxinha.blogspot.com/</a><br />说明:葡萄牙程序员主持开发的网络RPG策略游戏,2D部分采用Delphi,3D部分使用Delphi+GLScene,3D对象使用.3DS格式。<br />154、<br /><a href=\"http://hyper64.cjb.net/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://hyper64.cjb.net/</a><br />说明:开放源码的图像类库,让你可以轻松访问DirectX和OPenGl,使用时请遵循GPL协议! <br />155、<br /><a href=\"http://www.truevision3d.com/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.truevision3d.com/</a><br />说明:商业授权的3D引擎,支持Delphi&#33;<br />156、<br /><a href=\"http://www.netgraphics.sk/graph64/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.netgraphics.sk/graph64/</a><br />说明:开放Delphi源码的免费图像处理类库 Graph64 GE&#33;<br />157、<br /><a href=\"http://gamespot.com/gamespot/filters/products/screenindex/0,11104,559075,00.html\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://gamespot.com/gamespot/filters/produ...,559075,00.html</a><br /><a href=\"http://gamespot.com/gamespot/filters/products/media/0,11100,559075,00.html\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://gamespot.com/gamespot/filters/produ...,559075,00.html</a><br />说明:《X英雄》发布了令人震惊的游戏截图!Delphi开发的动作RPG游戏!你一定要去看看!<br />158、<br /><a href=\"http://www.powerrender.com/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.powerrender.com/</a><br />说明:商业授权的3D引擎,支持Delphi、C++Builder!<br />159、<br /><a href=\"http://www.delphidragon.cjb.net/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.delphidragon.cjb.net/</a><br /><a href=\"http://www.delphisanctuary.cjb.net/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.delphisanctuary.cjb.net/</a><br />说明:关于DelphiX的文档、范例、RPG游戏开发等等!<br />160、<br /><a href=\"http://www.devincook.com/goldparser/index.htm\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.devincook.com/goldparser/index.htm</a><br />说明:黄金分析器!可用于游戏中的脚本编译!开放源码!<br />161、<br /><a href=\"http://www.hawksoft.com/hawknl/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.hawksoft.com/hawknl/</a><br />说明:用于开发联网游戏的类库,开放源码,提供Delphi接口!<br />163、<br /><a href=\"http://ludumdare.com/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://ludumdare.com/</a><br />说明:游戏开发者网站,提供24小时游戏开发竞赛!这正是Delphi的强项啊!<br />164、<br /><a href=\"http://www.panardvision.com/v3/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.panardvision.com/v3/</a><br />说明:开放源码的特征丰富的跨平台3D实时引擎。虽然是C++,但我觉得开发者人挺好,就推荐一下,支持Borland产品!<br />个人觉得如果购买不起商业3D引擎,可以考虑使用!请注意遵循GPL协议!<br />165、<br /><a href=\"http://www.a-rosendal.com/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.a-rosendal.com/</a><br />说明:使用Delphi5开发的游戏,用到的其它工具有:Lightwave, Paint Shop Pro, Photo Shop。 <br />167、<br /><a href=\"http://delphi.mrcat.org/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://delphi.mrcat.org/</a><br />说明:可以用于游戏开发的Delphi脚本组件!<br />168、<br /><a href=\"http://www.geocities.com/marcalvaprojects/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.geocities.com/marcalvaprojects/</a><br />说明:一组Delphi游戏开发引擎(控件)!<br />169、<br /><a href=\"http://www.ea.com/eagames/official/ty/home.jsp\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.ea.com/eagames/official/ty/home.jsp</a><br /><a href=\"http://www.kromestudios.com/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.kromestudios.com/</a><br />说明:索尼PS2游戏《斯堪尼亚之虎》!使用Borland C++ Builder开发了地图编辑器,对话编辑器等游戏工具!<br />170、<br /><a href=\"http://www.rbsite.freeserve.co.uk/robmpy.htm\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.rbsite.freeserve.co.uk/robmpy.htm</a><br />说明:创建基于2D、3D砖块图片的地图编辑器!<br />171、<br /><a href=\"http://www.progdigy.com/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.progdigy.com/</a><br />说明:一组多媒体创建工具组件!<br />172、<br /><a href=\"http://laofeng.y365.com/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://laofeng.y365.com/</a><br />说明:中文主页,使用Delphi开发的推箱子游戏,提供源码!<br />173、<br /><a href=\"http://www.tmtlib.narod.ru/eng.htm\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.tmtlib.narod.ru/eng.htm</a><br /><a href=\"http://www.tmt.com/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.tmt.com/</a><br />说明:俄罗斯程序员使用TMT Pascal编译器开发的3D引擎!开放源码! <br />174、<br /><a href=\"http://www.delphidev.com/data/grad/index.html\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.delphidev.com/data/grad/index.html</a><br />说明:G-RAD是一组Delphi游戏快速开发工具组件!好像不提供源码。<br />175、<br /><a href=\"http://www.portstorm.de/contest/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.portstorm.de/contest/</a><br />说明:提供Delphi游戏编程竞赛。<br />176、<br /><a href=\"http://dgl.thechaoscompany.net/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://dgl.thechaoscompany.net/</a><br />说明:Delphi OpenGL开发者社区,德国网站。<br />177、<br /><a href=\"http://users.hol.gr/~sternas/index.htm\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://users.hol.gr/~sternas/index.htm</a><br />说明:用Delphi开发的CAD GIS软件!使用了OpenGL。<br />178、<br /><a href=\"http://zimond.joffeman.com/index.html\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://zimond.joffeman.com/index.html</a><br />说明:一个用DelphiX开发的游戏。<br />179、<br /><a href=\"http://www.projectnebula.50megs.com/\" target=\"_blank\" style=\"text-decoration: underline\" style=\"color:blue\">http://www.projectnebula.50megs.com/</a><br />说明:免费的可视化Delphi 2D游戏开发引擎!<br /><!--QuoteEnd--></div><!--QuoteEEnd--><br /><a href="http://www.delphiun.com/news_view.asp?id=10" target="_blank" style="text-decoration: underline" style="color:blue">http://www.delphiun.com/news_view.asp?id=10</a><br /><br />好久没有加新东西了<br />吼吼<br /><br />豆豆技术网C/C++语言专栏<br /><a href="http://www.ddhome.net/program/c/index.asp" target="_blank" style="text-decoration: underline" style="color:blue">http://www.ddhome.net/program/c/index.asp</a>

2003-11-13 20:44 sniper123
顶一下

2003-11-24 17:35 carol
今天去了http://www.codeproject.com<br /><br />好地方啊, <br /><br />感觉非常好~~~~

2003-11-24 17:40 无双
还有其它几个源码站点<br /><br />上面东西很多的

2003-11-24 18:52 果果
不过好象好多都是国外的站点,<br />偶上不去.<!--emo&:(--><img src='style_emoticons/default/sad.gif' border='0' style='vertical-align:middle' alt='sad.gif' /><!--endemo--> <!--emo&:(--><img src='style_emoticons/default/sad.gif' border='0' style='vertical-align:middle' alt='sad.gif' /><!--endemo--><br /><br />不过还是蛮好的,加入收藏,以后再看.<!--emo&:P--><img src='style_emoticons/default/tongue.gif' border='0' style='vertical-align:middle' alt='tongue.gif' /><!--endemo--><br /><!--emo&:D--><img src='style_emoticons/default/laugh.gif' border='0' style='vertical-align:middle' alt='laugh.gif' /><!--endemo--> <!--emo&:D--><img src='style_emoticons/default/laugh.gif' border='0' style='vertical-align:middle' alt='laugh.gif' /><!--endemo-->

2003-11-25 22:26 wangxin167
三库四平台-开放源码库:http://cosoft.org.cn

2003-11-29 02:22 99大话王
java相关好站都会在这儿出现,欢迎推荐 <!--emo&:blush:--><img src='style_emoticons/default/blush.gif' border='0' style='vertical-align:middle' alt='blush.gif' /><!--endemo--> <br />斑竹会不定期更新顶内容 <!--emo&:o--><img src='style_emoticons/default/ohmy.gif' border='0' style='vertical-align:middle' alt='ohmy.gif' /><!--endemo--> <br /><br /><a href='http://java.sun.com' target='_blank'><span style='color:red'><u>java老家</u></span></a>&lt;---<span style='color:blue'>java官方+技术支持站(E文),一般问题都能在这里找到突破</span><br /><a href='http://www.cn-java.com/' target='_blank'>java中文技术网http://www.cn-java.com/</a><br /><a href='http://www.javaresearch.org/' target='_blank'>java研究组织http://www.javaresearch.org/</a><br /><a href='http://www.chinajavaworld.net/' target='_blank'>java开发者http://www.chinajavaworld.net/</a><br /><a href='http://www.jdon.com/' target='_blank'><span style='color:red'><u>java道</u></span></a>&lt;---<span style='color:blue'>一个不错的java论道处,可以深入了解</span><br /><a href='http://www.matrix.org.cn/' target='_blank'><span style='color:red'><u>矩阵</u></span></a>&lt;---<span style='color:blue'>很多不错的java东东</span><br /><br /><br /><span style='color:blue'>*jinjing*</span>推荐<br /><a href='http://www.it315.org' target='_blank'>it315</a>    <br /><a href='http://www.java-cn.com' target='_blank'>java中文站</a><br /><br /><a href='http://www.oopweb.com/' target='_blank'>http://www.oopweb.com/</a> 英文

2003-11-29 02:23 99大话王
占位先 <!--emo&:grin:--><img src='style_emoticons/default/grin.gif' border='0' style='vertical-align:middle' alt='grin.gif' /><!--endemo-->

2003-12-3 19:22 carol
又找到一个电子书的ftp, 测试可用,值得一看,速度慢了点<br /><br /><a href='ftp://ftp.workman.cn/Ebook/' target='_blank'>ftp://ftp.workman.cn/Ebook/</a>

2003-12-9 09:27 haojixiu1101
这几个网站都不错,我推荐一个 <!--emo&:haha:--><img src='style_emoticons/default/haha.gif' border='0' style='vertical-align:middle' alt='haha.gif' /><!--endemo--> www.vckbase.com

2003-12-11 11:34 土匪
国内: <br /><a href='http://www.chinajavaworld.com' target='_blank'>http://www.chinajavaworld.com</a> -论坛人很多,高手也多,不过好像都在潜水 <br />www.cn-java.com -也很不错,文章很好,但是就是商业性浓了点。 <br />www.huihoo.com -灰狐动力,有个jfox,而且很多关于企业级应用的东西 <br />www.matrix.org.cn -Matrix技术,不少java文章和资源,论坛牛人多,人气略差。 <br />www.javastudy.org -java学习可下载资料不少,论坛人气也一般。 <br />www.javaresearch.org -很多好文章,而且有出书。 <br />www.jdon.com -很多java设计模式的资料。 <br />www.java-cn.com -很多资料和书籍下载,文摘也有不少,就是下载要扣分。 <br />www.java.com.cn -论坛不错,人气够旺,不过有时候老上不去。 <br />www.javapub.com -还可以。我去的较少。<br /><br />www.javajia.com -同上。<br /><br />www.javadigest.net  <br /><br /><br /><a href='http://www-900.ibm.com/developerWorks/cn/index.shtml' target='_blank'>http://www-900.ibm.com/developerWorks/cn/index.shtml</a> -ibm非常不错,里面的好文章层出不穷啊。 <br />tech.ccidnet.com -赛迪还算比较有特色,原创很多。 <br />www.zdnet.com.cn -zdnet也不错哦,精彩。 <br />水木清华java版 -很多大牛,真的很多,呵呵。 <br />www.yesky.com -很多好文章,原创比较多。 <br /><br />国外: <br />www.sun.com -不用多说吧。 <br />www.apache.org -apache很多开源项目,无论是拿来用还是看源代码都很不错 <br />www.onjava.com -orielly的,java资源很多 <br />www.javaworld.com-很多java文章和tips <br />www.jguru.com -很多文章,还有论坛 <br />www.theseverside.com -关于应用的比较多,比如服务器 <br />www.sourceforge.net -开源之祖啊。

2003-12-12 15:42 netcool
<!--emo&^_^--><img src='style_emoticons/default/happy.gif' border='0' style='vertical-align:middle' alt='happy.gif' /><!--endemo--> 感動.......

2003-12-17 09:03 fallfishes
好东西,谢谢楼上的各位大人。

2004-1-7 23:31 carol
<a href='http://www.programmingtutorials.com/' target='_blank'>http://www.programmingtutorials.com/</a><br /><br />You will find over 300 programming language tutorials, lessons, and how-to&#39;s.   You can surf through our collection of free online tutorials or read postings in one of our forums.  Just choose the language you are interested in learning in the left nav, or use the drop downs below find a lesson and enjoy&#33; <br /><br />-- 不是广告,是热情推荐 -- <!--emo&:wub:--><img src='style_emoticons/default/wub.gif' border='0' style='vertical-align:middle' alt='wub.gif' /><!--endemo--><br /><br />偶今天在上面看了本书,就觉得很不错。<br />相信可以各个层次,各种开发语言的学习。

2004-1-14 19:30 bgnse
非常感谢,对我的帮助极大。

2004-1-28 17:40 carol
Introduction to Computer Science using Java<br />Revised and Expanded, July 2003<br />Bradley Kjell, Central Connecticut State University<br />(good tutorial)<br /><a href='http://chortle.ccsu.ctstateu.edu/cs151/cs151java.html' target='_blank'>http://chortle.ccsu.ctstateu.edu/cs151/cs151java.html</a>

2004-3-9 20:38 fanfan
一些关于c++的文章:<br /><a href='http://abc.diy5.com/ustone/C++.htm' target='_blank'>C++园地</a>

2004-3-16 22:40 mywang
十分感谢大家的无私奉献 <br />顶

页: [1] 2 3


Powered by Discuz! Archiver 5.5.0  © 2001-2006 Comsenz Inc.