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

搜索资源列表

  1. LinuxOnS3C2410

    1下载:
  2. 本文较为详细的介绍了将Linux移植到S3C2410平台的过程,十分适合于使用ARM9+Linux开发的初学者阅读。如果可以紧跟本文档中介绍的开发步骤,按部就班的进行实验,相信可以很快的了解嵌入式Linux的移植以及之上驱动程序的编写。-paper detailed introduction to the Linux platform S3C2410 transplant process, very suitable for use ARM9 Linux beginners to read. I
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1031677
    • 提供者:王鑫
  1. UGK-GIS

    0下载:
  2. linux下一款GIS程序源码,采用MapInfo格式的地图文件,通过交叉编译可在嵌入式系统上运行,已经通过验证。-under linux A source GIS procedures, using MapInfo format paper maps, through cross-compiler can run on Embedded Systems has been validated.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1665632
    • 提供者:王才才
  1. gcc_user_guide_in_embed_linux

    0下载:
  2. 很多时候,你所使用的开发平台和你的开发所面向的机器并不一致。比如,你可能想在装有x86/Linux的膝上电脑上构建一个PowerPC/Linux的应用程序。使用GNU工具包中的gcc,gas和ld工具,可以指定并构建一个交叉编译器,使你能够在本地机器上创建面向其它目标机器的应用程序。稍微用些功夫,你甚至可以搭建出一个环境,从而能够针对各种不同的目标而构建应用程序。在本指南中,我描述了在系统上构建交叉编译器所需的过程。我还讨论了构建一个完全的面向一系列目标的环境,展示了如何与distcc和ccac
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:15640
    • 提供者:asb
  1. linuxtimer

    0下载:
  2. linux下定时器的应用,比较好用。本文讲得比较详细,对照着即可实现。供参考。-linux timer under the application more user-friendly. To put this in more detail, the right look can be realized. For reference.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:73289
    • 提供者:李青青
  1. doxygen-1.2.12.src.tar

    0下载:
  2. doxygen(一个自动从源代码生成文档的工具)的源代码,可以在Win32/Linux/Unix上编译通过。-Doxygen (an automatically generated source code documentation tools) source code can be compiled in Win32/Linux/Unix through.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1735258
    • 提供者:刘开
  1. rtklib_2.4.1 卫星数据解算的程序

    2下载:
  2. rtklib 版本2.4.1 An Open Source Program Package for GNSS Positioning 日本开源网站上提供的关于卫星数据解算的程序。All of the executable binary APs for Windows are included in the package as well as whole source programs of the library and the APs. * For real-time PP
  3. 所属分类:行业发展研究

    • 发布日期:2017-03-02
    • 文件大小:27762602
    • 提供者:huo
  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. MPC8260-MCC-HOWTO

    0下载:
  2. MPC8260-MCC-HOWTO Abstract: This document attempts to give the linux developer community of motorola(R) s mpc8260 processor a fairly good idea of programming details of Multi Channel controller. This document can be distributed under GPL ve
  3. 所属分类:Communication

    • 发布日期:2017-03-26
    • 文件大小:26448
    • 提供者:张木梁
  1. GCCKnowledge

    0下载:
  2. 在为 Linux 开发应用程序时,绝大多数情况下使用的都是 C 语言,因此几乎每一位 Linux程序员面临的首要问题都是如何灵活运用 C 编译器。目前 Linux 下最常用的C 语言编译器是 GCC(GNU Compiler Collection),它是 GNU项目中符合 ANSI C 标准的编译系统,能够编译用C、C++和Object C 等语言编写的程序。GCC 不仅功能非常强大,结构也异常灵活。最值得称道的一点就是它可以通过不同的前端模块来支持各种语言,如 Java、 Fort ran、P
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:137941
    • 提供者:蕊儿
  1. LinuxSysCalls

    0下载:
  2. This document describes the interface between HLA and Linux via direct system calls. The HLA Standard Library provides a header file with a set of important constants, data types, and procedure prototypes that you can use to make Linux system cal
  3. 所属分类:software engineering

    • 发布日期:2017-04-27
    • 文件大小:494097
    • 提供者:asi
  1. Gtk_Widgets

    0下载:
  2. 在用Gtk+进行Linux应用开发时,往往会遇到现有的构件不能满足需要的情况。本文详细论述了创建Gtk+新构件的一般流程和实现方法。-When developing Linux applications with Gtk+,it is often encountered that the existing widgets can not meet the need.This paper discusses the flow and the implementation method of cre
  3. 所属分类:software engineering

    • 发布日期:2017-04-29
    • 文件大小:107667
    • 提供者:rejoiceliberty
  1. ancware

    0下载:
  2. it is lms algo based noise cancellation program. with the p4 256 mb ram, xp/vista/dos/linux platform you can run it. the procedure is given in documents.
  3. 所属分类:Communication

    • 发布日期:2017-04-26
    • 文件大小:107272
    • 提供者:hiamnhu
  1. mountUserGuide

    0下载:
  2. 在Linux中,如果你要使用储存设备 (Mo、硬盘、光驱等) ,就得先将它挂上 (Mount),而当储存设备挂上了之后,就可以把它当成一个目录来进行访问。挂上一个设备使用mount命令。-In Linux, if you want to use storage devices (Mo, hard drives, CD-ROM, etc.), you must first put it (Mount), and when the storage devices has been put up, y
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:7071
    • 提供者:jack
  1. doc

    0下载:
  2. 1. Download the version you want: * Version 1.3.4 (30 Aug 2007) -- this is the latest version for UNIX/Linux and Windows * Previous versions 2. Unzip the file, which will create a directory called klt and place all the files there 3. Co
  3. 所属分类:File Formats

    • 发布日期:2017-04-17
    • 文件大小:43843
    • 提供者:Alex
  1. UnderstandLinuxKernel(2ndEdition

    0下载:
  2. 一本关于linux内核的英文书籍 本人觉得比较好 有兴趣的可以看看哦-Linux kernel on an English book I think is better can be interested to see Oh
  3. 所属分类:software engineering

    • 发布日期:2017-05-12
    • 文件大小:2610389
    • 提供者:王辉
  1. we

    0下载:
  2. mysql+tomcat的配置 再windows2000 的环境下和在 linux 的环境下-mysql tomcat if you think that is fine to you and can help you
  3. 所属分类:Document

    • 发布日期:2017-04-29
    • 文件大小:10532
    • 提供者:水之湄
  1. Video4LinuxProgramming

    0下载:
  2. 基于linux图像采集或camera驱动设计的V4L方式编程 Video4LinuxProgramming-This documentation is free software you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation either version 2 o
  3. 所属分类:Communication

    • 发布日期:2017-04-25
    • 文件大小:66045
    • 提供者:zhouyi
  1. uclinux-kernel

    0下载:
  2. Linux Kernel核心中文手册 本文档由太平洋软件资讯栏目制作,版权归太平洋软件资讯站 及文档作者所有。制作该文档的目的是为了方便广大网友。因此任何人都可以自由复制,或在网络中散布该文档。但不允许将该文档用于出版或其它商业用途,同时使用该文档的过程中,未经允许,不得对该文档进行修改及反编译。-Linux Kernel core Chinese manual software in this document information section from the Pacific p
  3. 所属分类:Project Design

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