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

搜索资源列表

  1. Socket1

    0下载:
  2. Linux下socket编程例子!主要介绍socket编程的基本用法-Linux socket programming examples! Socket programming introduces the basic usage
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:65053
    • 提供者:kurry
  1. spi_s3c2410

    0下载:
  2. spi驱动,设置每个寄存器,以及ioremap的用法,连接收发两个引脚进行测试-spi-driven, each register set, and ioremap use, two connecting pin transceiver test
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:2266
    • 提供者:胡海涛
  1. 4k_bootloader

    0下载:
  2. 这是上月,我给公司做的一个4k的bootloader, 属于公司的不公开代码哦.做嵌入式的都知道,bootloader中的u-boot编译后有一百多K,vivi编译后有几十K,但某些场合,需要一个小于4K的bootloader,以达到占用空间小,且启动迅速目的,它的难点在与,体积不能大于4K,且要完成bootloader的基本功能.....剩下我就不多说了.用法:我在压缩包里写了一个readme,请看一下.
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:34787
    • 提供者:新建
  1. minigui_game

    1下载:
  2. 用minigui做的小游戏,通过这个例子了解minigui的用法,也可以把它直接移植到你的嵌入式系统里去。
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:408590
    • 提供者:这个不说
  1. 基于QT的喷码机图形界面

    5下载:
  2. 用法:可在安装了qt的linux环境下打开程序,但需要在虚拟帧缓冲环境(x86)下才能编译运行该程序。 主要功能:1.喷码机界面参数的设置界面;2.文本编辑界面;3.图形点阵编辑界面;4.自带中英文输入法
  3. 所属分类:嵌入式Linux

  1. work

    0下载:
  2. iconv(minigui)的功能用法 对初学者有用-iconv (minigui) function useful for beginners in French
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-03
    • 文件大小:5214
    • 提供者:罗攀登
  1. RedBootManualv1.0

    0下载:
  2. redboot使用手册,详细解释了redboot里面很多命令用法,参数等。-redboot manual explaining in detail the many commands inside redboot usage parameters.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-03
    • 文件大小:330047
    • 提供者:piansu
  1. After-a-Qt-tutorial-and-software

    0下载:
  2. 数据库在qt中的相关应用及其qt的一些基本用法-Database related applications in the qt and qt in some of the basic usage
  3. 所属分类:Embeded Linux

    • 发布日期:2017-06-19
    • 文件大小:31205497
    • 提供者:name
  1. GNU-make-GIMP

    0下载:
  2. 本文比较完整的讲述GNU make工具,涵盖GNU make的用法、语法。同时重点讨论如何为一个工程编写Makefile。-This more complete about the GNU make tool to cover the use of GNU make syntax. At the same time focus on how to write a project Makefile.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-02
    • 文件大小:922454
    • 提供者:苗志
  1. ICTCLAS50_Linux_RHAS_64_C

    0下载:
  2. 中科院的中文分词软件,有源码,有调用库的用法.这是64位Linux版-Chinese Academy of Sciences of the Chinese word software, there is source code, call the library with the use of which is 64-bit Linux version
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-26
    • 文件大小:9441674
    • 提供者:三角函数
  1. archlinux.pdf

    0下载:
  2. 这份文档详细描述 Archlinux 的安装过程,包括基本系统、X Window System、桌面环境、中文 支持、常用软件等等,并全面阐释 PKGBUILD、Makepkg、AUR、ABS、Pacman、以及 Yaourt 的用法。通过 此文,你将最终获得一个轻快、灵活、最新的完美 Linux 桌面。 -这份文档详细描述 Archlinux 的安装过程,包括基本系统、X Window System、桌面环境、中文 支持、常用软件等等,并全面阐释 PKGBUILD、Makepk
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-13
    • 文件大小:3112260
    • 提供者:hopensource
  1. asm

    0下载:
  2. 多个适用于ADS入门级编程,方便掌握ADS的用法。-This directory contains some examples of ARM assembly language programming. The examples are used in the ADS Assembler Guid
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-07
    • 文件大小:74377
    • 提供者:lele
  1. Normal-files-directories-

    0下载:
  2. 普通文件和目录编程 1. 编写程序mycp.c,实现从命令行读入文件的复制功能,用原始文件系统调用。 2. 编写程序mycat.c,实现文件内容的显示,用原始文件系统调用实现。 3. 用流文件系统函数重新编写上面的程序。 . 调用目录函数,编写程序myls.c,实现按下面格式显示当前目录文件列表:文件名 文件大小 文件创建时间 注意研究文件创建时间的转换,即如何把从1970年1月1日起的秒数转换为表示时间的字符串,从而显示出来,注意研究asctime()函数和ctime(
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-06
    • 文件大小:12218
    • 提供者:weiwei
  1. linux_thread

    0下载:
  2. linux多线程编程的demo,包含多个文件,详细说明多线程用法-linux multithreaded programming demo, contains multiple files detailing the use of multi-threaded
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-14
    • 文件大小:5804
    • 提供者:张楠
  1. tree

    0下载:
  2. 设和初学者了解和学习什么是树,以及树的基本用法-what is tree and how to use tree
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-25
    • 文件大小:10524
    • 提供者:tao.hou
  1. single_list

    0下载:
  2. 设和初学者什么是单链表,以及链表的基本用法-what is list and how to use list
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-14
    • 文件大小:5183
    • 提供者:tao.hou
  1. UART

    0下载:
  2. 在linux下的串口测试程序,先直接运行有程序说明用法-Serial port test program under Linux
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-12
    • 文件大小:2463
    • 提供者:蔡晓佳
  1. arminputmodule2440

    0下载:
  2. ARM下输入法模块,具体用法请看readme文件,以及里面的博客链接-ARM input module
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-25
    • 文件大小:263693
    • 提供者:吴光庆
  1. access

    0下载:
  2. 在linux 环境下access()函数的简单用法,可以帮助学习-Access () function in a Linux environment of easy usage, can help to learn
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-08
    • 文件大小:2688
    • 提供者:柏胜
  1. GNU-make

    0下载:
  2. 本文比较完整的讲述 GNU make 工具,涵盖 GNU make 的用法、语法。同时重点讨论如何为一个工程编写 Makefile。-This article tells more complete GNU make tool, covering GNU make usage, grammar. At the same time focus on how to write a Makefile for the project.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-03
    • 文件大小:925923
    • 提供者:付伟
« 12 »
搜珍网 www.dssz.com