C#程序设计入门与实例视频教程

全部下载链接《建议用迅雷下载》 http://images.enet.com.cn/eschool/c/01-Configration.swf http://images.enet.com.cn/eschool/c/02-array(1).swf http://images.enet.com.cn/eschool/c/03-array(2).swf http://images.enet.com.cn/eschool/c/04-namespace.swf http://images.enet.com.cn/eschool/c/05-Method(1).swf http://images.enet.com.cn/eschool/c/06-Method(2).swf http://images.enet.com.cn/eschool/c/07-Char(1).swf http://images.enet.com.cn/eschool/c/08-Char(2).swf http://images.enet.com.cn/eschool/c/09-class.swf http://images.enet.com.cn/eschool/c/10-constructor(1).swf http://images.enet.com.cn/eschool/c/11-constructor(2).swf http://images.enet.com.cn/eschool/c/12-Destructor(1).swf http://images.enet.com.cn/eschool/c/13-Destructor(2).swf http://images.enet.com.cn/eschool/c/14-decstructor(3).swf http://images.enet.com.cn/eschool/c/15-modifier.swf http://images.enet.com.cn/eschool/c/16-Conversions(1).swf http://images.enet.com.cn/eschool/c/17-Conversions(2).swf http://images.enet.com.cn/eschool/c/18-Property(1).swf http://images.enet.com.cn/eschool/c/19-Property(2).swf http://images.enet.com.cn/eschool/c/20-indexer(1).swf http://images.enet.com.cn/eschool/c/21-indexer(2).swf http://images.enet.com.cn/eschool/c/22-indexer(3).swf http://images.enet.com.cn/eschool/c/23-indexer(4).swf http://images.enet.com.cn/eschool/c/24-delegate(1).swf http://images.enet.com.cn/eschool/c/25-delegate(2).swf http://images.enet.com.cn/eschool/c/26-event(1).swf http://images.enet.com.cn/eschool/c/27-event(2).swf http://images.enet.com.cn/eschool/c/28-virtual.swf http://images.enet.com.cn/eschool/c/29-abstract.swf http://images.enet.com.cn/eschool/c/30-interface(1).swf http://images.enet.com.cn/eschool/c/31-interface(2).swf http://images.enet.com.cn/eschool/c/32-interface(3).swf http://images.enet.com.cn/eschool/c/33-IComparable.swf http://images.enet.com.cn/eschool/c/34-IComparer.swf http://images.enet.com.cn/eschool/c/774212.swf http://images.enet.com.cn/eschool/c/72776.swf http://images.enet.com.cn/eschool/c/852513.swf http://images.enet.com.cn/eschool/c/247722.swf http://images.enet.com.cn/eschool/c/717887.swf http://images.enet.com.cn/eschool/c/9191.swf http://images.enet.com.cn/eschool/c/276224.swf http://images.enet.com.cn/eschool/c/475124.swf http://images.enet.com.cn/eschool/c/Tetris01.swf http://images.enet.com.cn/eschool/c/Tetris02.swf http://images.enet.com.cn/eschool/c/Tetris03.swf http://images.enet.com.cn/eschool/c/Tetris04.swf http://images.enet.com.cn/eschool/c/Tetris05.swf http://images.enet.com.cn/eschool/c/Tetris06.swf http://images.enet.com.cn/eschool/c/Tetris07.swf http://images.enet.com.cn/eschool/c/Tetris08.swf http://images.enet.com.cn/eschool/c/Tetris09.swf http://images.enet.com.cn/eschool/c/Tetris10.swf http://images.enet.com.cn/eschool/c/Tetris11.swf http://images.enet.com.cn/eschool/c/Tetris12.swf http://images.enet.com.cn/eschool/c/Tetris13.swf http://images.enet.com.cn/eschool/c/Tetris14.swf http://images.enet.com.cn/eschool/c/Tetris15.swf

建议用迅雷下载 。这里的教程比网易学院的教程好,下载的视频都可以拖动,而且声频和视频不会脱离,而且清晰,不知道网易那些人是怎么弄的。

点击打开以下链接的时候按住SHIFT键

初学者在学习程序的过程中很重要的一个学习方法就是读源代码,但如果对语言本身的了解不够,在阅读源码的过程中会遇到很大的困难。磨刀不误砍柴功,制作《C#语言参考视频》教程的目的在于帮助初学者打下坚实的语言基础,降低程序学习的难度。

  本教程由广西机电职业技术学院的陈广老师录制,供学生课后自学用,教程以手把手的方式,通过简单实例入手,层层深入,对C#语言进行了详细而全面地讲解。 本教程面向的对象为: 1、看过一些初级C#教程,对基本语法,三大结构理解没有困难的人员。 2、学习过其它语言,想转入到C#进行学习的人员。

C#程序设计入门与实例视频教程             
1. 配置 2. 数组(1) 3. 数组(2) 4. 命名空间
5. 方法(1) 6. 方法(2) 7. 字符(1) 8. 字符(2)
9. 类 10.类的构造(1) 11.类的构造(2) 12.类的析构(1)
13.类的析构(2) 14.类的析构(3) 15.类的修饰符 16.类型转换(1)
17.类型转换(2) 18.属性(1) 19.属性(2) 20.索引器(1)
21.索引器(2) 22.索引器(3) 23.索引器(4) 24.委托(1)
25.委托(2) 26.事件(1) 27.事件(2) 28.虚方法
29.抽象类 30.接口(1) 31.接口(2) 32.接口(3)
33.接口-IComparable 34.接口-IComparer
35.类型 36.装箱与拆箱(1) 37.装箱与拆箱(2) 38.泛型(1)
39.图片管理器1 39.图片管理器2 39.图片管理器3 39.图片管理器4
40.用C#制作俄罗斯方块程序 41.用C#制作俄罗斯方块程序
42.用C#制作俄罗斯方块程序 43.用C#制作俄罗斯方块程序
44.用C#制作俄罗斯方块程序 45.用C#制作俄罗斯方块程序
46.用C#制作俄罗斯方块程序 47.用C#制作俄罗斯方块程序
48.用C#制作俄罗斯方块程序 49.用C#制作俄罗斯方块程序
50.用C#制作俄罗斯方块程序 51.用C#制作俄罗斯方块程序
52.用C#制作俄罗斯方块程序 53.用C#制作俄罗斯方块程序
54.用C#制作俄罗斯方块程序

陈广老师blog网址为: http://cgbluesky.blog.163.com/

你可能感兴趣的:(Blog,C#,语言,网易)