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

<script type="text/javascript"> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script>

全部下载链接《建议用迅雷下载》 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.接口-IComparable34.接口-IComparer
35.类型36.装箱与拆箱(1)37.装箱与拆箱(2)38.泛型(1)
39.图片管理器139.图片管理器239.图片管理器339.图片管理器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/

<script type="text/JavaScript"> alimama_pid="mm_10809884_1047205_2647713"; alimama_titlecolor="0000FF"; alimama_descolor ="000000"; alimama_bgcolor="FFFFFF"; alimama_bordercolor="E6E6E6"; alimama_linkcolor="008000"; alimama_bottomcolor="FFFFFF"; alimama_anglesize="8"; alimama_bgpic="7"; alimama_icon="0"; alimama_sizecode="16"; alimama_width=658; alimama_height=60; alimama_type=2; </script> <script src="http://a.alimama.cn/inf.js" type=text/javascript> </script>
  • 0
    点赞
  • 6
    收藏
    觉得还不错? 一键收藏
  • 6
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 6
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值