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

搜索资源列表

  1. linux程序设计源码

    0下载:
  2. Linux程序源码, 共20个在Linux下的程序
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:521540
    • 提供者:王连杰
  1. serialudp

    0下载:
  2. 我的毕业设计,ARM7的以太网应用,串口与以太网数据互发,使用的uclinux系统,支持多线程,所以在你编译uclinux的时候请选择uclibc库而不是uc-libc。文件中包含了源码和Makefile文件,image里是编译后生成的文件,可以直接烧录进板子,但是请注意板子的配置,我的是44B0的公板,不同的板子请在编译uclinux的时候重新配置好-I graduated from the design, the ARM7 Ethernet, serial and Ethernet Data
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:2189850
    • 提供者:仇海亮
  1. study-report

    0下载:
  2. 我做毕业设计两个多月来的总结,基于ARM7的以太网通信设计,用的S3C44B0芯片,uClinux系统,包括详细的开发步骤,内有源码,适合初学者-graduated more than two months to design the summary, based on ARM7 Ethernet Communication Design, The S3C44B0 chips, uClinux system, including the development of detailed steps
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:153588
    • 提供者:仇海亮
  1. audiodriver

    0下载:
  2. 嵌入式系统设计:音频驱动及应用实验源码
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:8430
    • 提供者:jesse
  1. stepmotor

    0下载:
  2. 嵌入式系统下步进电机的源码,此代码来源于博创公司,可以用来参考设计
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:162782
    • 提供者:李勇
  1. uboot

    0下载:
  2. uboot代码详细分析。包括u-boot-1.1.6 之cpu/arm920t/start.s 分析、u-boot 中.lds 连接脚本文件的分析、U-BOOT 内存布局及启动过程浅析、从NAND 闪存中启动U-BOOT 的设计、U-BOOT 源码分析及移植;U-BOOT 源码分析及移植;U-boot 在ST2410 的移植,基于NOR FLASH 和NAND FLASH 启动等等;比较全面的讲解-the uboot code for detailed analysis. U-boot-1.1.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-06
    • 文件大小:520515
    • 提供者:zenglinman
  1. embedded-linux-chat-room

    1下载:
  2. 基于嵌入式linux的网络聊天室的实现,有详细的设计文档,和源码-Network based on embedded linux chat room implementation of a detailed design documents, and source code
  3. 所属分类:Embeded Linux

    • 发布日期:2014-09-25
    • 文件大小:1086464
    • 提供者:黄银
  1. yaffs2.tar

    0下载:
  2. yaffs2文件系统源码,针对nandflash专门设计的文件系统-the code of yaffs2
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-27
    • 文件大小:292128
    • 提供者:chenchangchun
  1. haxi

    0下载:
  2. 数据结构课程设计 哈希表的创建和实现 c语言源码 文字注解等 适合正在学习数据结构的人士参考学习-Curriculum design data structure hash table creation and the realization of c language source text notes, etc. are learning the data structure suitable for those who study
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:82895
    • 提供者:晴天
  1. s3c2410_spi_cc1100

    1下载:
  2. s3c2410开发板中使用cc1100无线模块的linux驱动,内核版本是linux-2.6.14,这是本科毕业设计的一部分源码,经过测试-S3C2410 development board used cc1100 wireless module linux drivers, the kernel version is linux-2.6.14, which is part of the design graduate source, tested
  3. 所属分类:嵌入式Linux

    • 发布日期:2012-12-07
    • 文件大小:32825
    • 提供者:Figo Wang
  1. yaffs

    0下载:
  2. yaffs文件系统源码,YAFFS是第一个专门为NAND Flash存储器设计的嵌入式文件系统,适用于大容量的存储设备;并且是在GPL(General Public License)协议下发布的-yaffs file system source code, YAFFS is the first specifically for NAND Flash memory design for embedded file system for large-capacity storage devices
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-26
    • 文件大小:172125
    • 提供者:zgh
  1. tq2440-source

    0下载:
  2. TQ2440开发板的测试程序,源码。s3c2440处理器,uart ,lcd,flash等器件的驱动程序设计,开发板的引导代码。-the TQ2440 borad test source,the development is ADS ,THE CPU IS S3C2440
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-09
    • 文件大小:2495423
    • 提供者:netyangarm
  1. FileSystem

    0下载:
  2. 为LINUX 设计一个简单的二级文件系统。 设计要求: 1、可以实现下列几条命令(至少4条)。 Login 用户登录 Dir 列文件目录 Create 创建文件 Delete 删除文件 Open 打开文件 Close 关闭文件 Read 读文件 Write 写文件 2、列目录时要列出文件名、物理地址、保护码和文件长度。 3、源文件可以进行读写保护。 -To design a simple two LINUX file system. Desig
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-16
    • 文件大小:250358
    • 提供者:小强
  1. butterfly

    0下载:
  2. Qt4界面应用程序设计,此源码实现了飞舞的蝴蝶的动画效果,展示的定时器的应用方法-Qt4 interface application design, this source enables animation of butterflies flying display of the timer of the application methods
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:52691
    • 提供者:龙阳
  1. digiclock

    0下载:
  2. Qt4界面应用程序设计,此源码介绍了对话框的应用机制,实现了电子时钟的设计-Qt4 interface application design, this source describes the application of the dialog box mechanism to achieve the design of electronic clock
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-02
    • 文件大小:36254
    • 提供者:龙阳
  1. splash

    0下载:
  2. Qt4界面应用程序设计,此源码介绍了启动画面生成的方法。输入对话框应用的一部分-Qt4 interface application design, this source describes the boot screen generating methods. Enter the dialog box as part of the application
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-05
    • 文件大小:247559
    • 提供者:龙阳
  1. embedded_linux_system_development_for_ARM_code

    0下载:
  2. 《ARM嵌入式Linux系统开发》随书光盘中的实例源码,包括:第17章 嵌入式Linux的多任务编程,第18章 多任务间通信和同步,第19章 Linux设备驱动,第20章 嵌入式Linux的网络编程.第21章 MiniGUI图形界面设计,第22章 CAN总线驱动设计,第23章 SD卡驱动设计中设计的全部代码-" ARM Embedded Linux System Development," CD-ROM with the book' s examples of sourc
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-01
    • 文件大小:89482
    • 提供者:
  1. NanoX_app

    0下载:
  2. nano- X是一个著名的开放式源码嵌入式GUI 软件,目的是把图形视窗环境引入到运行Linux 的小型设备和平台上。nano-X使用了分层设计的思想,可移植性非常好,nano-X 的图形引擎能够运行在任何支持readpixel,writepixel,drawhorzline, drawvertline 和setpalette 的系统之上,在底层函数的支持之下,nano-X 支持新的Linux内核帧缓存结构,并基于framebuffer来实现图像的绘制。nanox应用程序运行时占用的资源较少,s
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-09
    • 文件大小:1376774
    • 提供者:何庭光
  1. a3

    0下载:
  2. 一种嵌入式软件源码构件生成规范的设计与实现-A source component Generating embedded software design and implementation specifications
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-08
    • 文件大小:2018928
    • 提供者:俞健聪
  1. a4

    0下载:
  2. 嵌入式系统软件复用技术的研究,给出了源码构件复用技术的设计思路-Embedded system software reuse research, given the source code component reuse of design ideas
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-10
    • 文件大小:2162814
    • 提供者:俞健聪
« 12 »
搜珍网 www.dssz.com