搜索资源列表
unix
- unix基础教程,看看会有帮助的,详细讲述了unix的一些基础知识
linuxOS
- 学习嵌入式OS linu 课件入门基础教程
beginning+linux+programming
- 相关分类: 多媒体编程 基础教程 控件类编程 模板组件类 实例分析 数据库编程 网络 .... 五、编程实现有了DPMI的支持,我们就可以很方便地处理数据采集、串行通信等工业 ...
linuxhl
- linux基础教程,linux初学者!希望大家喜欢!
1zxhlinux
- linux基础教程,linux初学者!希望大家喜欢!
WindowsvtoLinuxstudy
- 学习资料,主要是从Windows转向Linux基础教程,供本人学习用,感觉很有提高作用
Qt_Creator_Course
- Linux下QT开发基础教程,开发工具是QT create!-Linux Basic Course under the QT development, development tools, is QT create!
vbird_base
- 很不错的linux入门教程 台湾人写的; 鸟哥的linux基础教程-Very good linux Tutorial written by Taiwan bird Columbia Essentials of linux
Linux
- linux基础教程,可以轻松学习linux,掌握linux基本操作-linux Essentials, you can easily learn linux, to master the basic operation linux
Linuxnote1
- Linux操作系统基础教程。包括linux基础,基础进阶,网络服务等。-Essentials Linux operating system. Including linux foundation, based on advanced, network services and so on.
Linuxjichu
- 这本书是LINUX的基础教程,对于想了解LINUX的用户,可以-This book is the basis of LINUX Guide for LINUX users who want to know, you can
2007linux
- 非常适合linux初学者,是一部从Windows转向Linux的基础教程。-Linux is very suitable for beginners, is a shift from the Windows of the Linux Essentials.
Linux-phrum
- 鸟哥的Linux私房菜,经典的Linux教程,包括了基础篇、网络篇、安全篇,已打包成pdf版,无密码-Brother of the Linux private birds, classic Linux tutorials, including the basis for articles, Web articles, security papers, have been packaged into a pdf version, no password
unixbasiccourse
- unix 基础教程,可了解其基本概念和使用环境,会对日后操作是个很好的入门.-unix basic tutorial to understand their basic concepts and the use of the environment, will operate in future is a very good entry.
LinuxBasic
- Linux基础教程,教你简单使用并配置Linux系统,Linux的入门级教程。-Linux Basic Course, the easy to use and configure your Linux system, Linux' s entry-level course.
Linux2
- Linux基础教程和操作系统基础电子书,pdf版本-Studying Linux and OS E-BOOk
Linuxtutorial
- Linux 基础教程,适合初学者使用,欢迎使用。-Linux Basic Course, suitable for beginners to use.
经典的Linux基础教程
- 经典的Linux基础教程,对于初学才非常有用。(Classic Linux basic tutorials, for beginners is very useful.)
鸟哥的Linux私房菜 基础学习篇(第三版)
- linux学习的基础教程,设计linux构架等,希望对你有所帮助(LInux basic bok, I wish it can help you)
LINUX_Shell编程基础教程
- 1)在Linux编辑中命令区分大小写字符。 2)在Shell语句中加入必要的注释,以便以后查询和维护,注释以#开头。 3)对Shell变量进行数字运算时,使用乘法符号“*”时,要用转义字符“\”进行转义。 4)由于Shell对命令中多余的空格不进行任何处理,因此程序员可以利用这一特性调整程序缩进,达到增强程序可读性效果。 5)在对函数命名时最好能使用有含义且能容易理解的名字,即使函数名能够比较准确地表达函数所完成的任务。同时建议对于较大的程序要建立函数名和变量命名对照表。(1) the