CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - linux man
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - linux man - List
[
Other resource
]
linux-new-man
DL : 0
ARM嵌入式linux的入门手册,关于嵌入式系统的移植,应用程序编写模块编程等等的简介。将rar改为pdf
Update
: 2008-10-13
Size
: 1.23mb
Publisher
:
陈永奎
[
Program doc
]
Linux常用的system call(中文版),
DL : 1
Linux_常用C函数(中文版),常用的system call,支持搜索,可代替man page
Update
: 2010-09-27
Size
: 127.75kb
Publisher
:
chenglihua777
[
Linux-Unix
]
Linux下C语言编程--文件操作
DL : 0
提供几种常见的文件操作,如对文件进行读或写,显示目录,创建目录等等。-provide several common file operations, such as the document read or write, show directory, create directories and so on.
Update
: 2025-02-17
Size
: 4kb
Publisher
:
李琳
[
Linux-Unix
]
linuxcontrol
DL : 0
linux下的人机对话编程,函数库采用GTK+/GNOME,有操作界面,可在界面上进行操作与下层通信。此程序开发已久,源文件较多。可用 gcc -wall -o main.c ....... gnome-config --cflags --libs gnomeui 进行编译-the man-machine dialogue programming functions using GTK/GNOME, user interface, the interface can operate on the lower classes and communications. This program has been a long time, the source of more documents. Available gcc-wall-o main.c ....... gnome-config-- cflags-- libs compile gnomeui
Update
: 2025-02-17
Size
: 774kb
Publisher
:
时柏营
[
AI-NN-PR
]
gobangrenji
DL : 0
linux下的五指棋的人机对战版。用QT做的。-linux under the five fingers of the man-machine chess version of the war. QT used to do.
Update
: 2025-02-17
Size
: 582kb
Publisher
:
plucky
[
Other
]
Linux_C_And_Kernel
DL : 0
Linux C函数库手册和内核分析方法,Linux程序员如果不喜欢用man的话就一定需要一本这样的函数库手册-Linux C library and kernel analysis methods manual, Linux programmers do not like to use if the man, then we will certainly need such a manual library
Update
: 2025-02-17
Size
: 4.84mb
Publisher
:
张林
[
Linux-Unix
]
othello
DL : 0
linux下编的黑白棋 棋盘格4x4 人机对战 gcc编译-under linux Riversi 4x4 chessboard grid man-machine war gcc compiler
Update
: 2025-02-17
Size
: 15kb
Publisher
:
Eric
[
Shot Game
]
airstrike_0.99
DL : 0
经典飞行射击游戏airstrike的源代码,运行与linux平台,很容易扩展的开发框架,内部还有说明文档,只不过是E文的-Classic flight shooting game airstrike source code, running with the linux platform, it is easy to expand the development of the framework, the internal documentation there is only the E-man
Update
: 2025-02-17
Size
: 1.88mb
Publisher
:
戴某
[
Linux-Unix
]
linux-man
DL : 0
嵌入式Linux应用开发完全手册样章 一本介绍ARM-LINUX的书,超详细-Embedded Linux application development like full manual Chapter 1 Introduction ARM-LINUX books, super-detailed
Update
: 2025-02-17
Size
: 548kb
Publisher
:
王冰
[
Linux-Unix
]
linuxdriver_code_tool
DL : 0
LINUX设备驱动开发详解(光盘源码)。 -Detailed LINUX device driver development (CD-ROM source).
Update
: 2025-02-17
Size
: 23.95mb
Publisher
:
gaoyuan
[
Other
]
Linux_Shell_Scripting_Tutorial
DL : 0
This tutorial is designed for beginners only and This tutorial explains the basics of shell programming by showing some examples of shell programs. Its not help or manual for the shell. While reading this tutorial you can find manual quite useful ( type man bash at $ prompt to see manual pages). Manual contains all necessary information you need, but it won t have that much examples, which makes idea more clear. For that reason, this tutorial contains examples rather than all the features of shell. I assumes you have at least working knowledge of Linux i.e. basic commands like how to create, copy, remove files/directories etc or how to use editor like vi or mcedit and login to your system.
Update
: 2025-02-17
Size
: 114kb
Publisher
:
tmkguy
[
Linux-Unix
]
makeflie-man.pdf
DL : 0
详细介绍了linux下make的用法,中文版,方便易读,值得一看。-Details make the use of under linux, the Chinese version to facilitate easy-to-read, worth a visit.
Update
: 2025-02-17
Size
: 892kb
Publisher
:
欢迎
[
Other
]
Linux-Shell-Scripting-Tutorial
DL : 0
介绍Linux shell编程的入门书·-This tutorial is designed for beginners only and this tutorial explains the basics of shell programming by showing some examples of shell programs. Its not help or manual for the shell. While reading this tutorial you can find manual quite useful ( type man bash at $ prompt to see manual pages). Manual contains all necessary information you need, but it won t have that much examples, which makes idea more clear. For that reason, this tutorial contains examples rather than all the features of shell. I assumes you have at least working knowledge of Linux i.e. basic commands like how to create, copy, remove files/directories etc or how to use editor like vi or mcedit and login to your system. Before Starting Linux Shell Script Programming you must know l Kernel l Shell l Process l Redirectors, Pipes, Filters etc.
Update
: 2025-02-17
Size
: 114kb
Publisher
:
武铭
[
Linux-Unix
]
man
DL : 0
linux中的man命令使用_HTML链接其中具体命令的用法-linux man in command- HTML links which use the specific command
Update
: 2025-02-17
Size
: 1.79mb
Publisher
:
beijvge
[
Linux-Unix
]
man-pages-zh_CN-1.5.tar
DL : 0
将 man-pages-zh_CN-1.6.tar.gz 文件放在linux下某目录 #tar zxvf man-pages-zh_CN-1.5.tar.gz c#cd man-pages-zh_CN-1.5 #make u8 #make install-u8 安装之前,运行locale命令来查看自己的语言环境是什么,主要有影响的是LC_ALL,LC_CTYPE和LANG变量的值。命令如下: # locale LANG=zh_CN.UTF-8 LC_CTYPE="zh_CN.UTF-8" LC_NUMERIC="zh_CN.UTF-8" LC_TIME="zh_CN.UTF-8" LC_COLLATE="zh_CN.UTF-8" LC_MONETARY="zh_CN.UTF-8" LC_MESSAGES="zh_CN.UTF-8" LC_PAPER="zh_CN.UTF-8" LC_NAME="zh_CN.UTF-8" LC_ADDRESS="zh_CN.UTF-8" LC_TELEPHONE="zh_CN.UTF-8" LC_MEASUREMENT="zh_CN.UTF-8" LC_IDENTIFICATION="zh_CN.UTF-8" LC_ALL= 如果语言环境是zh_CN.UTF-8,可以运行make u8 && make install-u8;如果语言环境是GB2312,GBK或者GB18030,可以运行make gb && make install-gb;这里笔者的应用环境是zh_CN.UTF-8,运行make u8 && make install-u8即可汉化man手册页-mskdjfalsdjfaldjf alsdjf laksdjf akdsjf lakdsjf kalsdjf
Update
: 2025-02-17
Size
: 3.59mb
Publisher
:
wangkun
[
Linux-Unix
]
linux-c-man
DL : 0
linux 下C语言的函数手册,很全的,希望能您有一定的帮助-linux c
Update
: 2025-02-17
Size
: 142kb
Publisher
:
林朝
[
Linux-Unix
]
man-pages-3.35.tar
DL : 0
man-pages-3.35.tar.gz - man pages for Linux. -man-pages-3.35.tar.gz- man pages for Linux.
Update
: 2025-02-17
Size
: 1.61mb
Publisher
:
liuxinxing
[
Linux driver
]
Linux-For-Help
DL : 0
linux学习中的相关文档,有教你如何将man手册中的帮助文档显示语法高亮,有教你把linux中的任何文档转化为pdf-linux man pdf
Update
: 2025-02-17
Size
: 109kb
Publisher
:
樊聪
[
Linux-Unix
]
Linux中文man在线手册
DL : 0
man手册说明,详细说明man手册的用法(Man manual description)
Update
: 2025-02-17
Size
: 1.47mb
Publisher
:
wind-cloud
[
Other
]
man-pages-zh_CN-1.5.tar
DL : 0
Linux man命令汉化包,帮助更快上手Linux学习(Linux man command finished package, help to get started faster Linux learning)
Update
: 2025-02-17
Size
: 3.59mb
Publisher
:
hsl416604093
«
1
2
3
4
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.