搜索资源列表
-
0下载:
linux程序设计第3版各章节中的例子程序代码
-
-
0下载:
this the code source of bash.
good for studying linux programming
-
-
0下载:
linux下cgi编程例程,嵌入式开发的有利参考
-cgi programming under linux routines, embedded development favorable reference
-
-
0下载:
linux下iptable的源代码。对于想学习linux下编程,及网络流量控制有很大的好处-linux source code under the iptable. Want to study under linux for programming, and network traffic control there is a lot of benefits
-
-
0下载:
linux下用QT 做的串口编程工具,在linux下做串口调试有一定的参考价值-linux using QT do serial programming tools, in doing serial debugging under linux of some reference value
-
-
0下载:
基于Web Service的数字油田监控系统,源码来源于嵌入式linux程序设计案例与实验教程实例。-Web Service based on the number of field monitoring system, source code from the embedded linux programming tutorial examples and experimental cases.
-
-
0下载:
这是一个Linux下的用C++写的QuadTree的LOD程序!希望对学习Linux编程的有帮助-This is an under Linux using C++ written in the LOD procedure QuadTree! Wish to study Linux programming help
-
-
0下载:
Linux上机实验报告:(1)实验Linux的安装、 (2)实验Linux基本操作、(3)实验Linux Shell程序设计、(4)实验Linux 高级程序设计-Linux experiment on the report: (1) experimental installation of Linux, (2) experimental Linux basic operation, (3) experimental Linux Shell programming, (4) experimenta
-
-
0下载:
linux下的C语言编程入门
目录介绍
1)Linux程序设计入门--基础知识
2)Linux程序设计入门--进程介绍
3)Linux程序设计入门--文件操作
4)Linux程序设计入门--时间概念
5)Linux程序设计入门--信号处理
6)Linux程序设计入门--消息管理
7)Linux程序设计入门--线程操作
8)Linux程序设计入门--网络编程
9)Linux下C开发工具介绍 -linux under the direc
-
-
0下载:
Fork()函数的使用
1.初步学习gcc,vi等编译编辑软件的使用;
2.熟悉linux下的编程环境;
3.对fork()函数的执行有个浅显的认识。
-Fork () function 1. Preliminary study gcc, vi-editing software, such as the use of the compiler 2. Familiar with programming under linux environment 3. To fork ()
-
-
0下载:
《嵌入式Linux应用程序开发详解》第3章 Linux下的C编程基础-" Embedded Linux application development explain" in Chapter 3 of the C programming under Linux foundation
-
-
0下载:
LINUX下的MINIGUI编程指南,包括很多源程序-LINUX programming MINIGUI under the guidelines, including a lot of source code
-
-
0下载:
linux网络编程必备的入门书籍,对各个方面的知识点都介绍的很详细,强烈推荐-linux network programming necessary introductory books on various aspects of the knowledge points are described in great detail, it is strongly recommended
-
-
0下载:
实现文件的复制,帮助理解Linux的编程环境-To achieve a copy of the file to help understand the Linux programming environment
-
-
0下载:
HOUGH 变换检测直线 源代码 LINUX 编程-HOUGH transform to detect linear programming source code for LINUX
-
-
0下载:
《Linux网络编程》内容简介:Linux是目前最流行的开源操作系统,网络功能在Linux下占有核心的地位。《Linux网络编程》循序渐进地从应用层到Linux内核、从基本知识点到综合案例,向读者介绍如何在Linux下进行网络程序设计。《Linux网络编程》内容分为4个部分:Linux程序设计基础部分、Linux用户空间网络编程部分、Linux内核网络编程部分以及综合案例部分。内容包含Linux系统概述、Linux编程环境、Linux文件系统简介、Linux下的进程和线程、TCP/IP协议族、应
-
-
0下载:
LINUX进程间通信程序设计演示代码,包括3种通讯方式:管道通讯,信号通讯,共享内存通讯。-LINUX programming inter-process communication demo code, including three kinds of communication: communication channels, signal communications, shared memory communication.
-
-
0下载:
Linux下C语言程序设计的经典好书,俗称红宝书。-Linux C programming language under the classic books, commonly known as Little Red Book.
-
-
0下载:
SQLite,是一款轻型的数据库,是遵守ACID的关联式数据库管理系统,它的设计目标是嵌入式的,而且目前已经在很多嵌入式产品中使用了它,它占用资源非常的低,在嵌入式设备中,可能只需要几百K的内存就够了。它能够支持Windows/Linux/Unix等等主流的操作系统,同时能够跟很多程序语言相结合,比如 Tcl、C#、PHP、Java等,还有ODBC接口,同样比起Mysql、PostgreSQL这两款开源世界著名的数据库管理系统来讲,它的处理速度比他们都快。-SQLite, the databas
-
-
0下载:
Contents
Acknowledgments ix
Introduction xix
Chapter 1: Working with Linux 1
A Brief History of Linux 2
The GNU Project 2
The Linux Kernel 3
Linux Distributions 4
Free Software vs. Open Source 4
Beginning Development 5
Choosing a
-