- 1、本文档共12页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
基础课:
Advanced mathematics 高等数学
This is a mathematic foundation course focus mainly on the calculus. We learned about functions, limits, derivatives, differentiation and integration. We also learned the application of these methods.
Complex variable functions and integral transformation 复变函数
In this course, I learned about the complex numbers, and the Laplace transform.
Laplace transform is more used in solving differential and integral equation. Here is an example:
3. Probability and Mathematical Statistics概率论与数理统计
I learned about how to calculate the probability of a certain event. For example, there are ten balls in the box, 4 are red and the rest are blue, then the probability of grabbing 2 red ball without putting them back is P=C2-4/C2-10=(4*3/2)/(10*9/2)=2/1
4. Fundamental Of College Computer 大学计算机基础
This course taught me about the basic use and components of computer. I learned about how to making flash and simple web pages.
College Physics 大学物理
In this course, I learned about thermology, options and some basic knowledge of electromagnetic included Fourday ,Lorentz, Lentz and so on.
For example:
Physics Experiment 物理实验
How to utilize the equipment rightly , observe the phenomenon, measure the records, and finally analyze the results.
Example(The measurement of inertia moment)
Programming in C language C语言程序
This course is about how to program in C language.
Here is an example showing how to compare two integer with C:
#includestdio.h
Void main()
{
int a,b,max;
scanf(“%d,%d”,a,b);
if (a=b)
max=a;
else
max=b;
printf(“max=%d\n”, max);
}
6.Engineering Drawing 工程制图
This course is about how to communicate all needed information of a designed part from engineer to the worker who will make it. To be more specific, I learned about third-angle projection, section view, which shows internal features that are not clear defined with regular projections. I also learned how to draw with CAD software.
7. Microchip principle and application 微机原理与应用
This course is a foun
文档评论(0)