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

搜索资源列表

  1. QT3.3.rar

    0下载:
  2. 这本白皮书介绍了QT C++工具包。QT支持多种平台图形界面程序开发,有“一次编 写,处处编译”的说法。使用单一的源代码树和简单的重编译,能够在Windows95~XP , Mac OS X,Linux, Solaris,HP-UX,和其他使用X11的Unix版本下编制程序。QT应用 程序还可以编译成可在嵌入型环境中运行。QT采用统一的被称为“对象与槽”的机制进行 对象间通信。QT拥有对许多编程领域的完美支持:如2D/3D图形,国际化,XML等。 QT应用程序还可以用QT Dsigne
  3. 所属分类:文档资料

    • 发布日期:2017-03-29
    • 文件大小:582395
    • 提供者:zhanghua
  1. DM6467_pci

    0下载:
  2. 基于达芬奇平台DM6467的pci驱动和应用程序。此此代码可以实现通过pci接口引导系统并启动。-This codes are for Davinci DM6467,include the aplication and linux driver for pci interface.This can load the kernel from the pci interface.
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:321213
    • 提供者:xin
  1. eclipse-iphone-cdt

    0下载:
  2. 本书介绍如何在windows 或linux 环境下用eclipse开发iPhone应用程序。实为没有Apple MacOs 操作系统人员的有用资料。-Write native iPhone applications using Eclipse CDT. How Windows and Linux developers can bypass the iPhone SDK and write iPhone apps using open source tools.
  3. 所属分类:Communication

    • 发布日期:2017-03-22
    • 文件大小:934291
    • 提供者:张伟
  1. usbkiller

    0下载:
  2. linux usbkiller的驱动电子书集 对开发linux地层程序有很好的指导作用-driver linux usbkiller e-book collection on the development of stratigraphic procedure linux have a good guide
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:784814
    • 提供者:johnson
  1. Linuxdriver

    0下载:
  2. 介绍了linux下驱动程序的开发过程,根据实例进行了详细介绍-Introduced under the linux driver development process, according to examples described in detail
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:21411
    • 提供者:name
  1. boot_loader.tar

    0下载:
  2. linux boot loader 的编写方法,教你怎样写出引导程序-linux boot loader of the preparation methods, teach you how to write bootloader
  3. 所属分类:Document

    • 发布日期:2017-04-08
    • 文件大小:88576
    • 提供者:
  1. Imbeded_Linux_dev

    0下载:
  2. 黑色经典系列之《嵌入式Linux应用程序开发详解》-Black classic series of " embedded Linux application development explain"
  3. 所属分类:software engineering

    • 发布日期:2017-05-28
    • 文件大小:10861416
    • 提供者:ocean
  1. 26710.pdf

    0下载:
  2. 非常详细地分析了linux下串口通信的程序,有具体的方法思路以及完整的源代码。-A very detailed analysis of serial communication under linux procedures. And there is a specific way of thinking, as well as complete source code.
  3. 所属分类:Communication

    • 发布日期:2017-04-25
    • 文件大小:111525
    • 提供者:lanyijng
  1. 1

    0下载:
  2. PING程序设计原理 IP校验和的计算 一个LINUX环境下的程序 但是是c的程序文件 需要转换一下-PING principles of program design IP checksum calculation of a program under LINUX environment is c, however the need to change the program files
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:2965
    • 提供者:megan
  1. LinuxKernel

    0下载:
  2. linux内和分析 英文版 内容丰富,经典著作,可供程序员分析linux编程使用-The English version of linux and analysis of content-rich, classic, available for linux programmers programming analysis of the use of
  3. 所属分类:software engineering

    • 发布日期:2017-05-13
    • 文件大小:2972794
    • 提供者:li
  1. serve

    1下载:
  2. Linux下服务器即时通信程序,可进行消息转发,主要是SELECT的灵活用法-Under Linux instant messaging server process, can be transmitted to the news, mainly the flexible usage of SELECT
  3. 所属分类:software engineering

    • 发布日期:
    • 文件大小:1372
    • 提供者:yangjie
  1. godson2

    0下载:
  2. 龙芯2 号处理器系统优化关键技术摘 要 系统软件作为处理器和应用程序之间的接口,对于充分利用处理器的特性来维护处理器与应用 程序的稳定性和提高应用程序的性能起着极其重要的作用1 描述了在Linux 内核中解决龙芯2 号处理 器的Cache 别名问题的方法以及通过增加页的大小、软TLB 和FAST TLB REFILL 的方法减小TLB 失效的性能损失,还有Uncache Accelerate 对媒体播放软件的加速1 实验结果表明,在系统软件中增加 这些方法的支持,对系统的稳定性和
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:660651
    • 提供者:cxb
  1. Linux_Makefile_automake

    0下载:
  2. 在本文中,将给大家介绍如何使用autoconf和automake两个工具来帮助我们自动地生成符合自由软件惯例的Makefile,这样就可以象常见的GNU程序一样,只要使用“./configure”,“make”,“make instal”就可以把程序安装到Linux系统中去了。这将特别适合想做开放源代码软件的程序开发人员,又或如果你只是自己写些小的Toy程序,那么这个文章对你也会有很大的帮助(解压后请用html打开)-In this article, we will introduce how
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:100864
    • 提供者:竹子
  1. LinuxDeviceDriver

    0下载:
  2. 如何编写Linux设备驱动程序 在Linux环境下设计驱动程序,思想简洁,操作方便,功能也很强大,但是支持函数少,只能依赖kernel中的函数,有些常用的操作要自己来编写,而且调试也不方便。-How to write Linux device driver design in the Linux environment driver, thinking of simple, easy to operate, function is also very powerful, but less s
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:12354
    • 提供者:liz
  1. MixedCandshellprograming

    0下载:
  2. esult,conf,pResult,user,system,include,char,male,close,print,size,count,return,center,intf,脚本语言,catuser,一条记录,maleus,max在linux上写程序、做网管的人,或多或少都会几种脚本。脚本语言灵活的变量类型、强大的正则表达式处理能力,再加上linux系统本身的管道、重定向以及丰富的命令行工具,让你编程起来游刃有余。 -esult, conf, pResult, user, syst
  3. 所属分类:File Formats

    • 发布日期:2017-04-14
    • 文件大小:5259
    • 提供者:邹氏
  1. embedded_linux_igmp_proxy_reserch

    0下载:
  2. 针对组播通信可有效地减轻网络负担,是一种十分有效的通信方式的现状,介绍了IP组播技术的概念、原理及体系结构,提出了DSLAM/ADSL Router设备中多播业务方案设计的基本原理以及具体实现方式.从总体设计、多播任务、内核IP协议栈的多播业务支持,以及上层程序与内核的交互等几个方面,给出了基于嵌入式Linux的IGMP Proxy具体实现实例.-Research and Implementation of IGMP Proxy Based on Embedded Linux
  3. 所属分类:software engineering

    • 发布日期:2017-03-26
    • 文件大小:374415
    • 提供者:yfchou
  1. LinuxDrive

    0下载:
  2. 实验目的  了解嵌入系统的驱动程序开发的过程  了解在Linux下如何添加一个驱动程序 -设备驱动可以理解为操作系统的一部分,对于一个特定的硬件设备来说,其对应的设备驱动程序是不同的。比如网卡,声卡,键盘,鼠标,显卡等。对于操作系统来说,挂接的设备越多,所需要的设备驱动程序也越多。对于嵌入式系统设计过程中,没有通用的驱动程序可使用。
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:27209
    • 提供者:李智军
  1. Linuxdrive

    0下载:
  2. 嵌入式下Linux 系统设备驱动程序的开发-Under the system, embedded Linux device driver development
  3. 所属分类:Project Design

    • 发布日期:2017-04-03
    • 文件大小:257993
    • 提供者:Amanda
  1. linuxKernelDriverDesign

    0下载:
  2. linux内核以及驱动程序设计指导资料,是linux学习,开发的很好资料.-linux kernel and driver design guide data is linux learning, the development of good information.
  3. 所属分类:Communication

    • 发布日期:2017-05-22
    • 文件大小:6864137
    • 提供者:周其友
  1. useageofgui-make.txt.tar

    0下载:
  2. GNU make 指南 翻译: 哈少 译者按: 本文是一篇介绍 GNU Make 的文章,读完后读者应该基本掌握了 make 的用法。而 make 是所有想在 Unix (当然也包括 Linux )系统上编程的用户必须掌握的工具。如果你写的程序中没有用到 make ,则说明你写的程序只是个人的练习程序,不具有任何实用的价值。也许这么说有点 儿偏激,但 make 实在是应该用在任何稍具规模的程序中的。希望本文可以为中国的 Unix 编程初学者提供一点儿有用的资料。中
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:15219
    • 提供者:刘海
« 1 2 3 4 5 6 7 89 10 11 12 13 14 »
搜珍网 www.dssz.com