阅读:29508回复:81
[下载]《Java语言程序设计》课程讲义
<TABLE cellSpacing=0 borderColorDark=#ccccff cellPadding=0 width="95%" borderColorLight=#ccccff border=1>
<TR> <TD colSpan=2> <P align=center><B><a href="http://gis.pku.edu.cn/Course/JAVACourse/TechDoc/homework.htm" target="_blank" >Homework</A> </B><B><a href="http://gis.pku.edu.cn/Course/JAVACourse/TechDoc/GUM.ppt" target="_blank" >GUM地图显示说明</A>(new!)</B><B> </B> <p></TD></TR> <TR> <TD colSpan=2> <p></TD></TR> <TR> <TD colSpan=2> <P>***推荐的Java学习教程:<a href="http://gis.pku.edu.cn/Course/JAVACourse/Resources/tutorial.zip" target="_blank" >The Java Tutorial</A>,<a href="http://gis.pku.edu.cn/Course/JAVACourse/TechDoc/tutorial(AWT).zip" target="_blank" >图形用户界面教程(AWT)</A>,<a href="http://gis.pku.edu.cn/Course/JAVACourse/TechDoc/tut-examples.zip" target="_blank" >Tutorial Examples</A></P></TD></TR> <TR> <TD colSpan=2> <P>***充分掌握Java类库:<a href="http://gis.pku.edu.cn/Course/JAVACourse/Program/jdk1.3.1/j2sdk-1_3_1-doc.zip" target="_blank" >j2sdk_1_3_1-doc</A></P></TD></TR> <TR> <TD colSpan=2> <P>***Java学习教程之一:<a href="http://gis.pku.edu.cn/Course/JAVACourse/TechDoc/javaBook.zip" target="_blank" >Javabook</A></P></TD></TR> <TR> <TD width="71%"> <p></TD> <TD width="29%"> <p></TD></TR> <TR> <TD width="71%"> <P><a href="http://gis.pku.edu.cn/Course/JAVACourse/TechDoc/Java.ppt" target="_blank" >《Java语言程序设计》课程介绍</A></P></TD> <TD width="29%"> <P><a href="http://gis.pku.edu.cn/Course/JAVACourse/TechDoc/understanding.zip" target="_blank" >阅读材料下载</A></P></TD></TR> <TR> <TD width="71%"> <p></TD> <TD width="29%"> <p></TD></TR> <TR> <TD width="71%"> <P><a href="http://gis.pku.edu.cn/Course/JAVACourse/TechDoc/ch1.ppt" target="_blank" >第一讲 序论</A> (9.10) <p> <p></TD> <TD width="29%"> <P><a href="http://gis.pku.edu.cn/Course/JAVACourse/TechDoc/app-ch1.rar" target="_blank" >app-ch1</A> <a href="http://gis.pku.edu.cn/Course/JAVACourse/TechDoc/applet-ch1.rar" target="_blank" >applet-ch1</A></P></TD></TR> <TR> <TD width="71%"> <P><a href="http://gis.pku.edu.cn/Course/JAVACourse/TechDoc/ch2.ppt" target="_blank" >第二讲 Java语言基础与Java的类</A> (9.17)</P></TD> <TD width="29%"> <p></TD></TR> <TR> <TD width="71%"> <P><a href="http://gis.pku.edu.cn/Course/JAVACourse/TechDoc/ch3.ppt" target="_blank" >第三讲 Java与面向对象技术</A> (9.24) <p> <p></TD> <TD width="29%"> <P><a href="http://gis.pku.edu.cn/Course/JAVACourse/TechDoc/app-ch3.rar" target="_blank" >app-ch3</A></P></TD></TR> <TR> <TD width="71%"> <P><a href="http://gis.pku.edu.cn/Course/JAVACourse/TechDoc/ch4.ppt" target="_blank" >第四讲 数组、向量及字符处理</A> (10.8) <p> <p></TD> <TD width="29%"> <P><a href="http://gis.pku.edu.cn/Course/JAVACourse/TechDoc/app-ch4.rar" target="_blank" >app-ch4</A></P></TD></TR> <TR> <TD width="71%"> <P><a href="http://gis.pku.edu.cn/Course/JAVACourse/TechDoc/ch5.ppt" target="_blank" >第五讲 输入/输出处理</A> (10.15) <p> <p></TD> <TD width="29%"> <P><a href="http://gis.pku.edu.cn/Course/JAVACourse/TechDoc/javaIOPackage.doc" target="_blank" >javaIOPackage</A></P></TD></TR> <TR> <TD width="71%"> <P><a href="http://gis.pku.edu.cn/Course/JAVACourse/TechDoc/ch6.ppt" target="_blank" >第六讲 例外处理(Exception)</A> (10.22) <p> <p></TD> <TD width="29%"> <P><a href="http://gis.pku.edu.cn/Course/JAVACourse/TechDoc/app-ch6.rar" target="_blank" >app-ch6</A></P></TD></TR> <TR> <TD width="71%"> <P><a href="http://gis.pku.edu.cn/Course/JAVACourse/TechDoc/ch7.ppt" target="_blank" >第七讲 多线程</A> (10.29) <p> <p></TD> <TD width="29%"> <P><a href="http://gis.pku.edu.cn/Course/JAVACourse/TechDoc/app-ch7.rar" target="_blank" >app-ch7</A></P></TD></TR> <TR> <TD width="71%"> <P><a href="http://gis.pku.edu.cn/Course/JAVACourse/TechDoc/ch8.ppt" target="_blank" >第八讲 图形用户界面与事件处理</A> (11.5,11.12,11.19) <p> <p></TD> <TD width="29%"> <P><a href="http://gis.pku.edu.cn/Course/JAVACourse/TechDoc/app-ch8.rar" target="_blank" >app-ch8</A> <p> <p> <P><a href="http://gis.pku.edu.cn/Course/JAVACourse/TechDoc/Events%20Generated%20by%20AWT%20Components.htm" target="_blank" >组件产生的事件</A> <p> <p> <P><a href="http://gis.pku.edu.cn/Course/JAVACourse/TechDoc/Handling%20Standard%20AWT%20Events.htm" target="_blank" >标准事件处理</A></P></TD></TR> <TR> <TD width="71%"> <P><a href="http://gis.pku.edu.cn/Course/JAVACourse/TechDoc/ch9.ppt" target="_blank" >第九讲 Java Applet</A> (11.26,12.3) <p> <p></TD> <TD width="29%"> <P><a href="http://gis.pku.edu.cn/Course/JAVACourse/TechDoc/app-ch9.rar" target="_blank" >app-ch9</A></P></TD></TR> <TR> <TD width="71%"> <P><a href="http://gis.pku.edu.cn/Course/JAVACourse/TechDoc/ch10.ppt" target="_blank" >第十讲 网络通信</A> (12.10,12.17) <p> <p></TD> <TD width="29%"> <P><a href="http://gis.pku.edu.cn/Course/JAVACourse/TechDoc/app-ch10.rar" target="_blank" >app-ch10</A></P></TD></TR> <TR> <TD width="71%"> <P><a href="http://gis.pku.edu.cn/Course/JAVACourse/TechDoc/ch11J2EE.ppt" target="_blank" >第十一讲 J2EE介绍</A> (12.24)</P></TD> <TD width="29%"> <P><a href="http://gis.pku.edu.cn/Course/JAVACourse/TechDoc/jsp-ch11.rar" target="_blank" >jsp-ch11</A></P> <P><a href="http://gis.pku.edu.cn/Course/JAVACourse/TechDoc/jdbc-ch11.rar" target="_blank" >jdbc-ch11</A></P></TD></TR></TABLE> <P>最好用网络传送带下载,因为有时候访问慢,连多几次</P> [此贴子已经被作者于2004-9-13 11:28:52编辑过]
|
|
|
1楼#
发布于:2004-06-20 19:45
下来看看,谢谢!<img src="images/post/smile/dvbbs/em02.gif" /><img src="images/post/smile/dvbbs/em01.gif" />
|
|
2楼#
发布于:2004-06-22 13:20
<img src="images/post/smile/dvbbs/em01.gif" /><img src="images/post/smile/dvbbs/em01.gif" />
|
|
|
3楼#
发布于:2004-06-30 13:42
<P>真不错的哥哥啊</P>
|
|
4楼#
发布于:2004-07-11 22:01
<img src="images/post/smile/dvbbs/em01.gif" />
|
|
5楼#
发布于:2004-07-19 13:49
<P><img src="images/post/smile/dvbbs/em01.gif" /></P><P>谢谢</P>
|
|
6楼#
发布于:2004-07-23 21:38
<img src="images/post/smile/dvbbs/em05.gif" /><img src="images/post/smile/dvbbs/em01.gif" /><img src="images/post/smile/dvbbs/em08.gif" />
|
|
7楼#
发布于:2004-07-27 16:19
<P>怎么下不了呢?</P>
|
|
8楼#
发布于:2004-08-03 14:54
兄弟,谢了!!!
|
|
9楼#
发布于:2004-08-07 11:00
真的很好,谢谢,
|
|
上一页
下一页