CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 嵌入式Linux 搜索资源 - Object

搜索资源列表

  1. elf

    0下载:
  2. 序言 1. OBJECT文件 导言 ELF头(ELF Header) Sections String表(String Table) Symbol表(Symbol Table) 重定位(Relocation) 2. 程序装载与动态连接 导言 Program头(Program Header) Program装载(Program Loading) Dynamic连接(Dynamic Linking) 3. C LIBRARY
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:29.25kb
    • 提供者:梅武军
  1. ixml

    0下载:
  2. The Document Object Model (DOM) is a set of interfaces that give a programmatic interface to documents. It provides a platform-neutral and language-neutral interface for random access and updating elements inside XML documents. DOM Level 1 provided
  3. 所属分类:嵌入式Linux

  1. camera

    0下载:
  2. arm9 Linux下基于摄像头的物体移动检测程序,可以用在门禁上,当有人经过时,自动通过基于video4linux的摄像头检测到物体-arm9 Linux-based mobile camera object detection procedures, can be used in access control, when it was passing, automatic Video4Linux based camera to detect objects
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:66.58kb
    • 提供者:voken
  1. ARM79u-boot

    0下载:
  2. 本u-boot移植手册系统地介绍了整个 u-boot 移植的过程:从 u-boot 起源开始,到代码的获取, 到系统启动工作分析,再到 flash 驱动及其他相关驱动分析,最后到 u-boot 移植 成功,进入 u-boot 命令行界面; 本移植手册面向的对象,是对 ARM 体系结构初步了解,并有一定的汇编基 础的初学者,以及 ARM 的 fans。毫不夸张地说,本教程可以使得初学者从一无 所知,直至完全掌握 u-boot 移植技术,至此,您真正地入门了!-The u-boo
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-06
    • 文件大小:1.32mb
    • 提供者:虫子
  1. CamDetect

    0下载:
  2. arm9Linux下基于摄像头的物体移动检测程序,可以用在门禁上,当有人经过时,自动通过基于video4linux的摄像头拍摄照片,并进行签名-arm9Linux camera-based object movement detection program, can be used in access control, shooting photos based on the video4linux the camera automatically when someone passes by,
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-22
    • 文件大小:66.36kb
    • 提供者:王家跃
  1. NRF24LU1TEST

    0下载:
  2. mktools-YYYYMMDD.tgz 目标文件系统压制工具,可以把目标文件系统使用一条命令压制为yaffs2, ubifs, ext3,以便烧写或复制到TF/SD卡中运行。-Mktools- YYYYMMDD. TGZ The target file system compactors, can put the object file systems use a command pressing for yaffs2, ubifs, ext3, in order to burn w
  3. 所属分类:Driver develop

    • 发布日期:2017-11-20
    • 文件大小:70.58kb
    • 提供者:isoundy
  1. CANopen_3_10

    0下载:
  2. CANopenNode is an opensource CANopen Stack. CANopen is the internationally standardized (EN 50325-4) CAN-based higher-layer protocol for embedded control system. For more information on CANopen see http://www.can-cia.org/ Stack is written i
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-05
    • 文件大小:560.8kb
    • 提供者:
  1. u-boot_beagle_revb.tar

    0下载:
  2. 针对beagleboard的u-boot目标代码-The u-boot for beagleboard object code
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-28
    • 文件大小:10.33mb
    • 提供者:高源
  1. lua-5.3.2.tar

    0下载:
  2. Lua 是一个小巧的脚本语言。作者是巴西人。该语言的设计目的是为了嵌入应用程序中,从而为应用程序提供灵活的扩展和定制功能。 Lua脚本可以很容易的被C/C++代码调用,也可以反过来调用C/C++的函数,这使得Lua在应用程序中可以被广泛应用。不仅仅作为扩展脚本,也可以作为普通的配置文件,代替XML,Ini等文件格式,并且更容易理解和维护。 Lua由标准C编写而成,代码简洁优美,几乎在所有操作系统和平台上都可以编译,运行。 一个完整的Lua解释器不过200k,在目前所
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-29
    • 文件大小:281.48kb
    • 提供者:quanxiao
  1. cPP

    0下载:
  2. c++面向对象例子 构造 析构 类的基础知识-c++ Object-oriented basics class destructor example constructs
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-30
    • 文件大小:187.1kb
    • 提供者:王晓虎
  1. oopc

    0下载:
  2. c语言实现的面向对象框架,包括创建类,销毁,以及构造析构的实现,很牛逼!-c language object-oriented framework, it rocks!
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-30
    • 文件大小:35.42kb
    • 提供者:Sun
  1. GPIO口控制类GpioControl

    0下载:
  2. 自己写的嵌入式LINUX下GPIO口控制类 ,用在QT的Widgets Application中 【使用方法】 [初始化对象] GpioControl m_gpioControl; [初始化GPIO第84口OUT] m_gpioControl.Init(84); [设置GPIO第84口高电平] m_gpioControl.gpio_set_value(84, "1"); [设置GPIO第84口低电平] m_gpioControl.gpio_set_value(84, &
  3. 所属分类:嵌入式Linux

    • 发布日期:2017-12-16
    • 文件大小:1kb
    • 提供者:矿石棋坛
  1. sntp_arm_linux

    0下载:
  2. 一个可以在Arm Linux环境下运行的对时程序,基于socket编写,可移植性强。 配置好了交叉编译工具链之后,直接make即可。 代码采用C++的面向对象开发,简单易用,模块清晰,便于裁剪和模块复用。(A time program that can run in Arm Linux environment is written based on socket, and has strong portability. After configuring the cross compila
  3. 所属分类:嵌入式Linux

    • 发布日期:2018-05-01
    • 文件大小:10kb
    • 提供者:qsjming
搜珍网 www.dssz.com