CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - linux系统编程

搜索资源列表

  1. 嵌入式Linux+C编程入门(第2版)++PPT

    1下载:
  2. 讲解linux下嵌入式开发的技术,部分内容如下: 嵌入式系统概述 ARM嵌入式处理器 Linux编程环境 嵌入式交叉开发环境 交叉开发工具链 Bootloader 配置编译Linux 2.6内核
  3. 所属分类:编程文档

    • 发布日期:2011-06-04
    • 文件大小:2908219
    • 提供者:zhzghyd
  1. Hi3510_Linux_guide

    0下载:
  2. 本文档介绍了 Hi3510 视频评估板(VSEVB)的 Linux 开发环境和各种系统软件的使用。 全书共分为 7 章和2 个附录。-This document describes the Hi3510 Video Evaluation Board (VSEVB) of the Linux development environment and a variety of system software use. The book is divided into seven chapters
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-03
    • 文件大小:1416249
    • 提供者:周林青
  1. Linux--arm2440-ftp

    0下载:
  2. linux 与arm2440 之间的ftp程序 命令的处理(ls)命令,通过底层函数编程实现 不是直接调用系统函数。程序中包含输入输出重定向等操作。-linux and arm2440 between the ftp command processing program (ls) command, through the realization of the underlying functional programming is not directly call the system fun
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:33800
    • 提供者:肖健
  1. LinuxPDF

    0下载:
  2. 一些介绍linux系统编程的pdf格式电子书,讲解详细-Linux system programming introduction of the pdf format e-books, to explain in detail
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-22
    • 文件大小:7142614
    • 提供者:李旭章
  1. PXA270GPRS

    0下载:
  2. PXA270开发板+GPRS,采用嵌入式Linux系统,Qt/Embedded图像用户界面编程,实现电话拨打和短信功能。-PXA270 development board+ GPRS, embedded Linux systems, Qt/Embedded graphical user interface programming, the realization of telephone calls and SMS function.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:2065206
    • 提供者:舒服
  1. inetutils-1.4.0.tar

    0下载:
  2. 压缩包中包含LINUX下多个命令的源码,学习linux系统编程的可以参考参考-Compressed packet contains a number of orders under the LINUX source code, learn linux system programming can refer to reference
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:1001308
    • 提供者:lu
  1. linux_serial

    0下载:
  2. 这是一个运行在linux系统下的串口编程实例,实例中给出了十分详细的注释.是入门者最佳参考实例.-This is a linux system running on the serial programming examples, examples give a very detailed notes. Are the best beginners reference examples.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1693
    • 提供者:周氏
  1. LINUX-socket

    1下载:
  2. Socket接口是TCP/IP网络的API,Socket接口定义了许多函数或例程,程序员可以用它们来开发TCP/IP网络上的应用程序。要学Internet上的TCP/IP网络编程,必须理解Socket接口。     Socket接口设计者最先是将接口放在Unix操作系统里面的。如果了解Unix系统的输入和输出的话,就很容易了解Socket了。网络的 Socket数据传输是一种特殊的I/O,Socket也是一种文件描述符。Socket也具有一个类似于打开文件的函数调用Socket(),该函数返
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:1406540
    • 提供者:陈威
  1. socket_send_email

    0下载:
  2. linux系统下发送邮件的程序代码,是学习编程的资料-linux system programming code to send mail, the information to learn programming
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:4364
    • 提供者:yangying
  1. Linux

    0下载:
  2. 本书对Linux操作系统及其编程作了整体的介绍,以支持用于开发软件的公开源码模型。对内存管理、进程及其通信机制、PCI、内核模块编程及内核系统结构作了详细的解释,且附有很多程序代码实例。对深入研究Linux下的编程有很大的帮助。 -The book and its programming on the Linux operating system, the overall presentation was made to support the development of software f
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-02
    • 文件大小:14466211
    • 提供者:Miao
  1. UNIX_Systems_Programming_2nd

    0下载:
  2. unix/linux下c/c++系统编程宝典-unix/linux under c/c++ system programming book
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-12
    • 文件大小:2758604
    • 提供者:zq
  1. linuxsystemprogramming

    0下载:
  2. 《Linux System Programming》主要介绍了Linux上系统编程知识以及相关的系统调用。《Linux System Prorgramming》(简称LSP)的中文翻译工作是浮图开放实验室和哈尔滨工业大学计算机学院IBM俱乐部 《深入理解计算机系统》讨论班的练习项目。-" Linux System Programming" introduces the knowledge of Linux system programming and related syste
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-07
    • 文件大小:1567080
    • 提供者:scturtle
  1. Linux_Programming_Unleashed(Seccond_Edition)

    0下载:
  2. unix/linux系统编程的入门书籍,看完此书后再看apue就事倍功半啦!-Linux Programming Unleashed, Seccond Edition
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-01
    • 文件大小:14023638
    • 提供者:rong
  1. The_Linux_Kernel_API

    1下载:
  2. linux 内核的api函数介绍,涉及网络、驱动、文件系统等等各个方面,是linux 内核编程不可多得的参考手册。-all kinds of linux kernel api that involve the network, drivers, file system, and so on all aspects of linux kernel is a rare reference manual programming.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:172477
    • 提供者:piansu
  1. 5.Linux

    0下载:
  2. 本文主要描述了如何将linux2.6的内核裁减为嵌入式Linux系统的过程,并在S3C2410开发板上移植了嵌入式Linux 2.6.11.7 内核系统,并说明了如何进行LCD驱动程序模块化编程及如何将驱动程序静态加载到系统内核之中。 -This article describes how to linux2.6 reduced to the core of the process of embedded Linux systems, and transplant S3C2410 dev
  3. 所属分类:Document

    • 发布日期:2017-04-23
    • 文件大小:58087
    • 提供者:hyy
  1. Shell_basic_program

    0下载:
  2. linux 系统shell编程,描述了shell基础编-linux system, shell programming, described the shell-based series
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:226208
    • 提供者:shentao
  1. UNIX_Systems_Programming

    0下载:
  2. Linux系统编程 该领域的经典著作 侧重讲解linux编程在通信领域内的应用 作者Kay A. Robbins, Steven Robbins-linux system programming by Kay A. Robbins and Steven Robbins masterpiece in this field
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-12
    • 文件大小:2758562
    • 提供者:张强
  1. WindowsSystemProgramming3rdEdition

    0下载:
  2. Windows系统编程,本书描述了是用微软的应用程序编程接口进行程序开发,并着重于核心系统服务。英文原版,-Windows system programming, this book describes is Microsoft' s application programming interface for program development, and focus on the core system services. English original,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-10
    • 文件大小:2377119
    • 提供者:于常青
  1. LinuxC

    0下载:
  2. 嵌入式LInux下C编程。详细具体介绍了linux系统编程的方方面面。请多下载-Embedded C programming under LInux. Detailed and specific descr iption of all aspects of linux system programming. Like him to download
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-16
    • 文件大小:4550680
    • 提供者:wang yaohui
  1. GUNlinuxcode

    0下载:
  2. GNU linux系统编程代码学习~希望对大家有所帮助~-GNU linux system programming code to learn ~ want to help everyone ~
  3. 所属分类:OS Develop

    • 发布日期:2017-05-04
    • 文件大小:1496643
    • 提供者:Liu
« 1 2 3 45 6 7 8 9 10 ... 32 »
搜珍网 www.dssz.com