CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - linux programming problems
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - linux programming problems - List
[
Linux-Unix
]
Teach_Yourself_Shell_Programming_in_24_Hours
DL : 0
In recent years, the UNIX operating system has seen a huge boost in its popularity, especially with the emergence of Linux. For programmers and users of UNIX, this comes as no surprise: UNIX was designed to provide an environment that s powerful yet easy to use. One of the main strengths of UNIX is that it comes with a large collection of standard programs. These programs perform a wide variety of tasks from listing your files to reading email. Unlike other operating systems, one of the key features of UNIX is that these programs can be combined to perform complicated tasks and solve your problems. One of the most powerful standard programs available in UNIX is the shell. The shell is a program that provides you with a consistent and easy-to-use environment for executing programs in UNIX. If you have ever used a UNIX system, you have interacted with the shell.-In recent years, the UNIX operating system has seen a huge boost in its popularity, especially with theemergence of Linux. For programmers and users of UNIX, this comes as no surprise: UNIX was designed toprovide an environment that s powerful yet easy to use. One of the main strengths of UNIX is that it comes with a large collection of standard programs. Theseprograms perform a wide variety of tasks from listing your files to reading email. Unlike other operatingsystems, one of the key features of UNIX is that these programs can be combined to perform complicatedtasks and solve your problems.One of the most powerful standard programs available in UNIX is the shell. The shell is a program thatprovides you with a consistent and easy-to-use environment for executing programs in UNIX. If you haveever used a UNIX system, you have interacted with the shell.
Date
: 2026-01-10
Size
: 1.53mb
User
:
秦天惊
[
Linux-Unix
]
C_Programming_in_Linux
DL : 0
本书详细介绍了linux环境下C编程的各种问题,通过本书,读者可以成为linux环境下的合格编程人员。-The book detailed the C programming linux environment problems, through this book, readers can become qualified under linux programmers.
Date
: 2026-01-10
Size
: 333kb
User
:
Peter
[
Linux-Unix
]
tsp
DL : 0
用动态规划法求解TSP问题的C++源码 在Linux中用g++编译通过-Using dynamic programming method for solving TSP problems C++ Source code in Linux using g++ Compiled through
Date
: 2026-01-10
Size
: 1kb
User
:
L.Zhang
[
Linux-Unix
]
Segmentation_fault_in_Linux
DL : 0
系统的总结了在linux平台下编程所出现的段错误类型,以及原因分析,给出了如何避免这些问题,很值得一读哦-System, summarizes the linux platform programming arising from mistakes of the type, as well as cause analysis is given on how to avoid these problems, it is well worth reading, oh
Date
: 2026-01-10
Size
: 293kb
User
:
阿跳
[
Linux-Unix
]
EmbeddedLinux
DL : 0
介绍Linux应用程序,应用程序起步—编写源文件,代码注意问题,包括编写Hello Module源代码,Linux进程编程等问题。-Introduction Linux applications, application start- to write the source file, code attention problems, including the preparation of Hello Module source code, Linux programming process and other issues.
Date
: 2026-01-10
Size
: 739kb
User
:
zs
[
Linux-Unix
]
five
DL : 0
对于非对称性互斥问题有关概念的理解。观察和体验非对称性互斥问题的并发控制方法。了解Linux系统中IPC进程同步工具的用法,训练解决对该类问题的实际编程、调试和分析问题的能力。-For non-symmetric mutual exclusion problems understanding the concept. Observe and experience the non-symmetry of the problem of concurrency control methods are mutually exclusive. Understanding of Linux system use IPC process synchronization tools, training, practical problem solving that type of programming, debugging and analyzing problems.
Date
: 2026-01-10
Size
: 3kb
User
:
于海
[
Linux-Unix
]
Unix_Shell_Programming
DL : 0
Unix Shell Programming is a tutorial aimed at helping Unix and Linux users get optimal performance out of their operating out of their operating system. It shows them how to take control of their systems and work efficiently by harnessing the power of the shell to solve common problems. The reader learns everything he or she needs to know to customize the way a Unix system responds.-Unix Shell Programming is a tutorial aimed at helping Unix and Linux users get optimal performance out of their operating out of their operating system. It shows them how to take control of their systems and work efficiently by harnessing the power of the shell to solve common problems. The reader learns everything he or she needs to know to customize the way a Unix system responds.
Date
: 2026-01-10
Size
: 1.06mb
User
:
bouncer
[
Linux-Unix
]
Linux
DL : 0
本文介绍了在Linux环境下的socket编程常用函数用法及socket编程的一般规则和客户/服务器模型的编程应注意的事项和常遇问题的解决方法,并举了具体代 码实例。要理解本文所谈的技术问题需要读者具有一定C语言的编程经验和TCP/IP方面的基本知识。要实习本文的示例,需要Linux下的gcc编译平台支持-This article describes the Linux environment, the use of socket programming and socket programming functions commonly used in the general rules and client/server programming model should pay attention and solution to the problem often encountered, both the specific code examples. To understand this article to talk about technical problems to the reader has some programming experience in C and TCP/IP basic knowledge. To practical examples in this article, you need the gcc compiler under Linux platform support
Date
: 2026-01-10
Size
: 16kb
User
:
王平
[
Linux-Unix
]
yfcomputer1
DL : 0
计算机操作系统技术实验类文章,主要介绍shell编程技术基础,主要介绍Linux下对于简单进程与进程之间通信,以及对于管道的应用问题。文件的共享,数据的访问。-Computer operating system technology experimental articles, and introduces the technical basis of shell programming, and introduces the communication between a simple process and the process under Linux, as well as pipeline problems. File sharing, data access.
Date
: 2026-01-10
Size
: 8kb
User
:
杨峰
[
Linux-Unix
]
Linux_learn_experence
DL : 0
《Linux学习文档》,共包含23个文档,里面包含了Linux编程环境中经常会遇到的问题以及解决方案。比如:系统备份的定时计划、web禁止ip访问、ssl加密-" Linux Learning Documents" , contains a total of 23 documents, which contain the Linux programming environment problems often encountered and solutions. For example: regular planning system backups, web ban ip access, ssl encryption, etc.
Date
: 2026-01-10
Size
: 4.83mb
User
:
吴鹏
[
Linux-Unix
]
linux与unix shell编程指南
DL : 0
详细介绍了shell编程技巧,各种UNIX命令及语法,还涉及了UNIX下的文字处理以及少量的系统管理问题(The shell programming skills, various UNIX commands and grammars are introduced in detail. Word processing under UNIX and a few system management problems are also involved.)
Date
: 2026-01-10
Size
: 17.03mb
User
:
Nora1995
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.