论坛: 菜鸟乐园 标题: C语言教程超详细!菜鸟学C语言不是梦 复制本贴地址    
作者: xiaosi2007 [xiaosi2007]    论坛用户   登录
C语言教程 超详细! 菜鸟学C语言不是梦 
好累!!
终于把地址集齐了!!
希望大家认真学习!!非常棒的教程!!
一直不舍得发出来!!
这次发出来只是为了激起大家学习的信心!!
努力把!!相信菜鸟也能飞起来!
嘿嘿我也是菜鸟不过我比较喜欢在网上搜集一些罕见的教程学习!
现在基本上已经脱离了菜鸟级!
让我们一起学习 一起努力把
打造出全国甚至全世界注目的YSE黑客联盟!
菜鸟加油!YSE加油!

第一章:导读与变量
01.课程总目标 http://images.enet.com.cn/eschool/c21shipin/c1_1.swf
02.课程目标 http://images.enet.com.cn/eschool/c21shipin/c1_2.swf
03.概论 http://images.enet.com.cn/eschool/c21shipin/c1_3.swf
04.编译环境 http://images.enet.com.cn/eschool/c21shipin/c1_4.swf
05.范例及注意 http://images.enet.com.cn/eschool/c21shipin/c1_4.swf
06.试一试: http://images.enet.com.cn/eschool/c21shipin/c1_5.swf
07.数据类型,运算符,表达式 http://images.enet.com.cn/eschool/c21shipin/c1_7.swf
08.试一试 求两个数的余数的程 http://images.enet.com.cn/eschool/c21shipin/c1_8.swf
09.试一试 求两个数的和差积余 http://images.enet.com.cn/eschool/c21shipin/c1_9.swf

10.变量定义命名数据类型及赋值 http://images.enet.com.cn/eschool/c21shipin/c1_10.swf

11.printf()函数详解 http://images.enet.com.cn/eschool/c21shipin/c1_11.swf
12.scanf()输入函数详解 http://images.enet.com.cn/eschool/c21shipin/c1_12.swf
13.用户输入圆半径,输出圆的周长和面积 http://images.enet.com.cn/eschool/c21shipin/c1_14_1.swf
14.作业2,3 http://images.enet.com.cn/eschool/c21shipin/c1_14_23.swf
15.总结 http://images.enet.com.cn/eschool/c21shipin/c1_15.swf



第二章:逻辑运算
16.课程目标  http://images.enet.com.cn/eschool/c21shipin/c2_1.swf
17.三种结构化_选择结构if else http://images.enet.com.cn/eschool/c21shipin/c2_2.swf
18.关系运算符及优先级 http://images.enet.com.cn/eschool/c21shipin/c2_3.swf
19.if选择结构及注意知识点 http://images.enet.com.cn/eschool/c21shipin/c2_4.swf
20.if选择结构题目1 http://images.enet.com.cn/eschool/c21shipin/c2_5.swf
21.if选择结构题目2 http://images.enet.com.cn/eschool/c21shipin/c2_6.swf
22.if选择结构题目3 http://images.enet.com.cn/eschool/c21shipin/c2_7.swf
23.逻辑运算符及多条件选择结构 http://images.enet.com.cn/eschool/c21shipin/c2_8.swf
24.运算符优先级 http://images.enet.com.cn/eschool/c21shipin/c2_9.swf
25.条件运算符 http://images.enet.com.cn/eschool/c21shipin/c2_14.swf
26.多分支选择结构switch case http://images.enet.com.cn/eschool/c21shipin/c2_15.swf
27.拓展题:根据分数求等级 http://images.enet.com.cn/eschool/c21shipin/c2_16.swf
28.三种选择语句的比较及总结 http://images.enet.com.cn/eschool/c21shipin/c2_17.swf


第三章:FOR循环语句

29.课程目标  http://images.enet.com.cn/eschool/c21shipin/c3_1.swf
30.for语法格式1 http://images.enet.com.cn/eschool/c21shipin/c3_2.swf
31.for语法格式2 http://images.enet.com.cn/eschool/c21shipin/c3_3.swf
32.for 求1-5之间的和 http://images.enet.com.cn/eschool/c21shipin/c3_4.swf
33.for 求1-5之间的和 注意 http://images.enet.com.cn/eschool/c21shipin/c3_5.swf
34.for题目1 http://images.enet.com.cn/eschool/c21shipin/c3_6.swf
35.for题目2 http://images.enet.com.cn/eschool/c21shipin/c3_7.swf
36.for题目3 http://images.enet.com.cn/eschool/c21shipin/c3_8.swf
37.for题目4 http://images.enet.com.cn/eschool/c21shipin/c3_9.swf
38.for题目5 http://images.enet.com.cn/eschool/c21shipin/c3_10.swf
39.for题目6 http://images.enet.com.cn/eschool/c21shipin/c3_11.swf
40.for题目7 http://images.enet.com.cn/eschool/c21shipin/c3_12.swf
41.for题目8 http://images.enet.com.cn/eschool/c21shipin/c3_13.swf
42.while循环 http://images.enet.com.cn/eschool/c21shipin/c3_14.swf
43.while循环幸运五十二 http://images.enet.com.cn/eschool/c21shipin/c3_15.swf
44.for while 的比较 http://images.enet.com.cn/eschool/c21shipin/c3_16.swf
45.break 强行中止循环语句 http://images.enet.com.cn/eschool/c21shipin/c3_17.swf
46.break 题目 http://images.enet.com.cn/eschool/c21shipin/c3_18.swf
47.总结 http://images.enet.com.cn/eschool/c21shipin/c3_19.swf
48.for嵌套:打印九九乘法表 http://images.enet.com.cn/eschool/c21shipin/c4_2.swf
49.课程目标 http://images.enet.com.cn/eschool/c21shipin/c5_1.swf
50.什么是函数 http://images.enet.com.cn/eschool/c21shipin/c5_2.swf
51.函数定义格式 http://images.enet.com.cn/eschool/c21shipin/c5_3.swf
52.无参无返回值函数 http://images.enet.com.cn/eschool/c21shipin/c5_4.swf
53.有参无返回值函数 http://images.enet.com.cn/eschool/c21shipin/c5_5.swf
54.有参有返回值函数 http://images.enet.com.cn/eschool/c21shipin/c5_6.swf
55.函数定义的思路 http://images.enet.com.cn/eschool/c21shipin/c5_7.swf
56.题一 http://images.enet.com.cn/eschool/c21shipin/c5_8.swf
57.总结 http://images.enet.com.cn/eschool/c21shipin/c5_12.swf


地主 发表时间: 10-08-06 23:50

回复: hackad [hackad]   论坛用户   登录
感觉内容好像少额。。有很多函数没讲

B1层 发表时间: 10-08-11 23:11

回复: tqy00122 [tqy00122]   论坛用户   登录
LZ辛苦了!!!

B2层 发表时间: 10-08-15 16:30

回复: bking [bking]   版主   登录
不错不错.

B3层 发表时间: 10-08-20 10:08

回复: dareszhong [dareszhong]   论坛用户   登录
打不开的?


B4层 发表时间: 10-08-20 20:39

回复: lunhui [lunhui]   论坛用户   登录
还行、、

B5层 发表时间: 10-09-03 22:28

回复: nengqiaoli [nengqiaoli]   论坛用户   登录
怎么都打不开啊、、、

B6层 发表时间: 10-09-10 02:34

回复: angle_1 [angle_1]   论坛用户   登录
打不开?怎么办?

B7层 发表时间: 10-09-10 12:51

回复: siyuan [xiaosi2007]   论坛用户   登录
除了我的网盘的其他的都是转载的,希望大家谅解~~~~~~~~~~~

B8层 发表时间: 10-10-08 13:43

回复: siyuan [xiaosi2007]   论坛用户   登录
各位请见谅,
从http://20cn.uueasy.com访问都能看~

B9层 发表时间: 10-10-08 13:47

论坛: 菜鸟乐园

20CN网络安全小组版权所有
Copyright © 2000-2010 20CN Security Group. All Rights Reserved.
论坛程序编写:NetDemon

粤ICP备05087286号