CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - linux

搜索资源列表

  1. feixinbi

    0下载:
  2. 对于Linux初学者来说,安装一个很小的软件恐怕都是一件很让人头疼的事,因为在Linux下安装软件不像在 Windows中那样简单。-for Linux beginners, the installation of a small software probably is a very big headache for the people, because in the installation of Linux software in Windows not as simple.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:3871
    • 提供者:fanggang
  1. linux_driver_program

    0下载:
  2. 详细讲解如何编写linux设备驱动程序,是驱动编程初学者的必备手册-explain in detail how to prepare Linux device driver, driven programming is a prerequisite beginners manual
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:442239
    • 提供者:li ming
  1. IrPHY1.4

    0下载:
  2. 红外标准,版本是1.4,用来实现红外的PHY层,具体实现可以参见Linux中的源码-infrared standards, version 1.4, which can be used for the infrared PHY layer, can see concrete realization of the Linux source code
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:234116
    • 提供者:新村
  1. Linux_dynamic_static_ilb

    0下载:
  2. Linux动、静态库的生成和使用,PDF格式-Linux dynamic and static for the generation and use of PDF format
  3. 所属分类:技术管理

    • 发布日期:2008-10-13
    • 文件大小:82325
    • 提供者:车车
  1. linuxprogramforprogramer

    0下载:
  2. linux下的c语言编程,适合初学者,包括make文件的编写方法,网络通讯等-under linux c programming language, suitable for beginners, including the preparation of documents make, network communications, etc.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:69580
    • 提供者:王培竹
  1. become_man

    0下载:
  2. 如何成为优秀的软件人才 高质量c++编程的作者 林锐博士 的讲义 今年 威盛 的 招聘笔试题linux driver 中80%的题从他的书中选的-how to be outstanding high-quality software talents c + + Programming LIN author Dr. lectures this year VIA recruitment T questions linux driver were 80% of the issue from hi
  3. 所属分类:成功激励

    • 发布日期:2008-10-13
    • 文件大小:25977
    • 提供者:yy
  1. neihe

    0下载:
  2. linux内核初解-描述了刚刚进入linux领域对内核所应该具有的相应了解-lifting linux kernel-described just entering the field of linux kernel should have the corresponding know
  3. 所属分类:成功激励

    • 发布日期:2008-10-13
    • 文件大小:4815
    • 提供者:zhang
  1. konquerorembeded

    0下载:
  2. 该文档分析了嵌入式linux操作系统下的konqueror浏览器的设计思想和框架分析。-the document analyzes the embedded Linux operating system under the konqueror browser design thinking to the framework and analysis.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:227195
    • 提供者:wxs
  1. TECHPAPER-KONQEMB-ARCH-V1.0

    0下载:
  2. 学习嵌入式浏览器的很好的参考资料。对embeded linux下的konqueror浏览器作了深入的分析。-learning Embedded Browser is a good reference. Embeded linux right under the konqueror browser-depth analysis.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:137260
    • 提供者:wxs
  1. BeginningLinuxProgramming3rdEd2004

    0下载:
  2. Beginning Linux Programming,3rd Ed 2004-Beginning Linux Programming, 3rd Ed 2004
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:4047188
    • 提供者:oldtreetea
  1. linux_interupt_and_driver

    0下载:
  2. 通过对Linux设备驱动程序的分析与研究,探索了驱动程序设计的方法,并针对一简易中断板设计了中断与IO设备驱动程序实例-of Linux Device Driver for the analysis and study, explore the driver design, and a summary suspension against plate design with the interruption of IO device driver examples
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:237770
    • 提供者:王军
  1. linux_xmuxi

    0下载:
  2. Linux的应用是相当广泛的,学习嵌入式Linux的笔记和体会-Linux application is fairly extensive, study Embedded Linux notebook and experience
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:3994
    • 提供者:huangrn
  1. LinuxKerne

    0下载:
  2. 一个操作系统必须和作为它的基础的硬件系统紧密配合。操作系统需要使用一些只有硬件才能提供的功能。为了完整的了解Linux,你需要了解底层硬件的基础知识。本章对于现代PC的硬件进行了。-an operating system must and as its hardware system based on the close tie. Operating system only need to use some of the hardware in order to provide the func
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:582739
    • 提供者:zhaoye
  1. lcx_LINUX-mlock

    0下载:
  2. LINUX系统调用mlock的代码分析,在LINUX中,每一个用户进程都可以访问4GB的线性虚拟内存空间。其中从0到3GB的虚拟内存地址是用户空间,用户进程可以直接对其进行访问。从3GB到4GB的虚拟内存地址为核心空间,存放仅供核心态访问的代码和数据,用户进程不可访问。当用户进程通过中断或系统调用对其访问时,就会触发处理器的特权级转换(从处理器的特权级3切换到特权级0),即从操作系统的用户态切换到核心态。-Linux system call mlock code analysis, LINUX,
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:114696
    • 提供者:liyu
  1. linux_drive_CN

    0下载:
  2. linux驱动开发中文版,包括中断,DMA,PCI,USB,串并口,显示等-linux-driven development of Chinese language version, including the interruption, DMA, PCI, USB, serial port and parallel port, the display
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1288053
    • 提供者:wyq
  1. Xscale

    0下载:
  2. 参加 全国 电子设计大赛 的文档, 本文介绍了数字媒体嵌入式服务器的关键技术实现。本系统是一个以Internet为依托,工作在XScale架构、linux操作系统之上的嵌入式WEB服务器。使用了山东大学嵌入式实验室研发的嵌入式图形中间件,利用嵌入式实时数据库对授权网络用户和手机用户信息进行管理,集实时视频采集、视频转发、截图、控制并以多种途径传送,GIS信息发布等多种功能于一体。服务器采用了多级缓冲机制,高效稳定,支持数十个用户的同时访问,界面友好直观,方便用户操作。本系统较好实现了多媒体W
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:58142
    • 提供者:wangning
  1. 嵌入式linux开发详解代码

    0下载:
  2. 进程创建,进程等待,进程通信等方面源代码,适合初学者学习,较好。-process creation, the process of waiting, the process of communication, and other aspects source code, for beginners learning, better.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:22137
    • 提供者:sky
  1. cairo-1.2.0.tar

    0下载:
  2. 按照官方的说法:Cairo is a vector graphics library with cross-device output support. 翻译过来,就是cairo是一个支持多种输出的向量图形库。 具体解释一下,也就是说,cairo是种画图的工具库,他可以向多种设备上画图,比如: cairo可以输出到png,可以输出到pdf,可以输出到ps,可以输出到xlib,可以输出到XCB,可以输出到win32,以后还要输出到svg 我们可以展望一下,如果cair
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:2659930
    • 提供者:周文
  1. Linux_QT

    1下载:
  2. 对于初学者来说,学习基于Linux的Qt/Qte/Qtopia程序设计以及嵌入式开发是非常难的,尤其实在嵌入式开发包的安装方面,本教程提供了最严密的安装方式,只要你依照方案走就没问题,大大降低了初学者的入门台阶。 --丛林溪水2006/10/26日-for beginners, learning based on Linux Qt / Qte / Qtopia Embedded program design and development is very difficult. In partic
  3. 所属分类:技术管理

    • 发布日期:2008-10-13
    • 文件大小:43631
    • 提供者:yushuiwu
  1. Qtqtopia

    0下载:
  2. 对于初学者,基于Linux上的Qt编程入门比较难,本技术积累文章告诉你何为Qt/Qte/Qtopia,在什么Linux系统安装最好,以及Linux系统的硬盘安装方式,安装哪一个版本Qt最好,版本之间怎么协调,需要设置哪些环境变量,看完之后,你将有一个全面的提升,不再惧怕Qt编程。-for beginners, based on the Linux programming Qt entry more difficult. The technology has accumulated an arti
  3. 所属分类:技术管理

    • 发布日期:2008-10-13
    • 文件大小:20196
    • 提供者:yushuiwu
« 1 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com