-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteaching.html
203 lines (151 loc) · 6.98 KB
/
teaching.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="description"/>
<meta name="keywords" content="keywords"/>
<meta name="author" content="author"/>
<link rel="stylesheet" type="text/css" href="default.css" media="screen"/>
<title>Hongwei Dong 董洪伟-数据结构 图形学 C++</title>
<script language="Javascript">
// 设置轮番显示速度。
var showSpeed = 2500;
// 匀滑转换时间。
var crossFadeDuration = 3;
//// 指定图像文件。基本上,您只须修改这段代码!至于怎么改,相信您一看就明白了!
var pic = new Array();
pic[0] = './students/00.jpg'
pic[1] = './students/01.jpg'
pic[2] = './students/02.jpg'
pic[3] = './students/03.jpg'
pic[4] = './students/04.jpg'
////
var t;
var j = 0;
var p = pic.length;
var preLoad = new Array();
for (i = 0; i < p; i++) {
preLoad[i] = new Image();
preLoad[i].src = pic[i];
}
function playPics() {
if (document.all) {
document.images.playPictures.style.filter="blendTrans(duration=2)";
document.images.playPictures.style.filter="blendTrans(duration=crossFadeDuration)";
document.images.playPictures.filters.blendTrans.Apply();
}
document.images.playPictures.src = preLoad[j].src;
if (document.all) {
document.images.playPictures.filters.blendTrans.Play();
}
j = j + 1;
if (j > (p - 1)) j = 0;
t = setTimeout('playPics()', showSpeed);
}
</script>
</head>
<body onload="playPics()">
<div class="container">
<!--
<div class="gfx"><span></span></div> -->
<div class="top2">
<div class="navigation">
<a href="index.html">首页</a>
<a href="teaching.html" id="selected">教学</a>
<a href="research.html" >研究</a>
<a href="cgcv.html">Lab</a>
<a href="http://blog.hwdong.com">博客</a>
<a href="other.html">其他</a>
</div>
<!--
<div class="pattern"><span></span></div>
<div class="header">
<h1>董洪伟</h1>
<p>江南大学物联网工程学院B215或B512</p>
<p>江苏无锡蠡湖大道1800号     邮编:214122</p>
<p>[email protected]</p>
</div>
<div class="pattern"><span></span></div>
-->
</div>
<div class="content">
<div class="spacer"></div>
<h2>请注意常按 'F5' 刷新网页!</h2>
<div class="item">
<div class="title">课程</div>
<div class="metadata">Courses</div>
<div class="body">
<ul>
<li><a href="ds/index.html">数据结构</a>. 教材:《数据结构(C语言版)》,严蔚敏 吴伟民,清华大学出版社</li>
<li> <a href="cg/index.htm">计算机图形学/Computer Graphics</a> . 无教材</li>
<li> <a href="c++/index.html"> 面向对象设计与语言C++</a>:教材:C++ 程序设计语言(特别版)(英文影印版或中文版) </li>
<li>Computer Network. 教材:计算机网络――自顶向下方法与Internet特色(英文影印版),2002-2004年</li>
<img src="http://img1.douban.com/mpic/s1436241.jpg" />
<img src="http://img1.douban.com/mpic/s1455421.jpg" />
<img src="http://img3.douban.com/mpic/s2849529.jpg" /> <br>
业余时间学习的Coursera开放课程:
<li> Solution for programming assignments for <a href = "ml_certificate.pdf"> Machine Learning Course</a> (很容易). </li>
<li> Solution for Linear and discret optimization: <a href = "progassgn1.py"> progassgn1.py</a>,   <a href = "progassgn2-.py"> progassgn2.py</a>    <a href = "progassgn3-.py"> progassgn3.py</a>    <a href = "http://math.mit.edu/~goemans/18433S13/matching-notes.pdf"> matching-notes</a>    <a href = "Ldo.pdf"> my note fot this course </a>    <a href = "optimization_certificate.pdf">certificate for optimization</a>(有轻微难度) </li>
<li>2014年(信计1101-03)面向对象编程技术考试时间:6月10日8:30-10:30,地点:2D108 </li>
<li>2014年(计算机1301-02)数据结构考试时间:6月13日8:30-10:30,地点:1A203 </li>
<li>2014年(计算机1303-04)面向对象技术与语言C++ ,考试时间:6月 日,地点: </li>
</ul>
</div>
</div>
<div class="item">
<div class="title">指导学生项目</div>
<div class="metadata">Projects by Students</div>
<div class="body">
<ul>
<li>3D隔空手写程序,demo视频(2012.8-2013.8,由本科生-黄晓林独立完成),论文<a href = "http://hwdong.com/handwritting.pdf">“基于深度相机的实时手势识别和虚拟书写系统”</a>,计算机工程与应用,2014年已发表。</li>
<!-- <li>立体成像系统(2012.9-,本科生)</li>
<li>三维人体动画捕获(2012.9-,本科生)</li>
-->
</ul>
</div>
</div>
<div class="divider"><span></span></div>
<div class="item">
<div class="title">毕业设计</div>
<div class="metadata">graduation project </div>
<div class="body">
<div>
<div id="picAnimation" style="float:left; ">
<h2>仿雷电战车游戏(2010级学生侯强)</h2>
<img src="./students/00.jpg" name="playPictures" />
<br>
<p><a href="./leidian.rar"> 程序下载 </a></p>
</div>
</div>
<div>
<div id="picAnimation" style="float:left; ">
<h2> 从散乱点集的三维曲面重建(江苏省首届本专科优秀毕业论文二等奖,2005级学生高一佳)</h2>
</div>
</div>
<div>
<div id="picAnimation" style="float:left; ">
<h2>Android平台上的射击游戏(校优秀毕业论文,2011级学生石祥)</h2>
<br>
</div>
</div>
</div>
</div>
<div class="divider"><span></span></div>
<div class="item">
<div class="title">学生写的小程序</div>
<div class="metadata">Mini-Projects by students</div>
<div class="body">
学生编写的控制台(文本模式)应用程序小游戏
<ul>
<li><a href = "http://hwdong.com/c++/Desk.zip">纸牌类Desk(信计1102 张朔)-有待改进</a></li>
<li><a href = "http://hwdong.com/c++/snake.exe">贪吃蛇程序下载(计科1302 邱亚楠)-有待改进</a></li>
</ul>
</div>
</div>
</div>
<div class="footer">
© 2012 <a href="index.html"> Copyright by hwdong</a>
</div>
</div>
</body>
</html>