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

搜索资源列表

  1. embedc[1]

    0下载:
  2. 简介 当今嵌入式处理器的生产已远远超过了为桌面系统所设计的处理器。本书通过介绍8位微控制器(MCU)的开发原理和C语言的相关知识,向读者展示了如何用C语言编写8位嵌入式MCU程序,内容涉及数据类型和变量、函数库、优化和测试嵌入式C语言程序等。利用贯穿全书的样例工程,揭示了特定设备硬件开发的详细细节,以及用C语言进行嵌入式程序设计所带来的快速开发、增强的可移植性和再利用等优越性能。本书适合于从事嵌入式研究的相关技术人员使用-briefing today's embedded process
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:2319461
    • 提供者:陈国炎
  1. BEEP

    0下载:
  2. 一个arm7开发板上的beep蜂鸣器实验程序,此程序用c语言编写。-a arm7 development board buzzer beep experimental procedure, this procedure using c language.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-23
    • 文件大小:75312
    • 提供者:sdfjldf
  1. DMA

    0下载:
  2. 一个arm7开发板上的dma测试程序,此测试程序用c语言编写。-a arm7 development board dma test program, this test program using c language.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-30
    • 文件大小:105072
    • 提供者:sdfjldf
  1. IIC

    0下载:
  2. 一个arm7开发板上的iic(24C02)测试实验,此吃程序用c语言编写。-a arm7 development board iic (24C02) testing laboratories, this eating program is available c language.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:98324
    • 提供者:sdfjldf
  1. contact

    0下载:
  2. 我们在学习嵌入式时所编写的电话本的源代码,还只是初级阶段,在Linux系统下用Eclipse编写的C语言程序的。改程序分为文件操作和数据库(MysqL)操作,代码自己拿去看吧,代码注释很详细,应该能看得懂的。-Embedded in the study when we write the source code of this phone, just the initial stage, the Linux systems written in C language with the Eclip
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-03
    • 文件大小:98190
    • 提供者:罗新
  1. C_firstpart

    0下载:
  2. 这是我们学习嵌入式时在Linux下用Eclipse编写的C语言入门练习,包含若干小程序的源代码。该部分为我们当时学习嵌入式C语言的三个部分之一。(只建议初学C语言的同学参考研究)-This is when we learn of embedded Linux, written in C language with the Eclipse entry to practice, includes a number of small program source code. The time for
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-07
    • 文件大小:9847
    • 提供者:罗新
  1. C_secondpart

    0下载:
  2. 这是我们学习嵌入式时在Linux下用Eclipse编写的C语言入门练习,包含若干小程序的源代码。该部分为我们当时学习嵌入式C语言的三个部分之二。(只建议初学C语言的同学参考研究)-This is when we learn of embedded Linux, written in C language with the Eclipse entry to practice, includes a number of small program source code. The part was
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-07
    • 文件大小:46009
    • 提供者:罗新
  1. C_thirdpart

    0下载:
  2. 这是我们学习嵌入式时在Linux下用Eclipse编写的C语言入门练习,包含若干小程序的源代码。该部分为我们当时学习嵌入式C语言的三个部分之三。(只建议初学C语言的同学参考研究)-This is when we learn of embedded Linux, written in C language with the Eclipse entry to practice, includes a number of small program source code. The time for
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-05
    • 文件大小:39841
    • 提供者:罗新
  1. c_key

    0下载:
  2. 自编,嵌入式开发板键盘驱动跑马灯程序。杨创开发板,用c语言编写的底层驱动程序。-Self, embedded development board keyboard driver marquee program. Yang Chong development board, using c language underlying drivers.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-05
    • 文件大小:27278
    • 提供者:yuanna
  1. Linux-A-named-pipe-experiment

    0下载:
  2. 在Linux环境下用C语言编程,编程的主要内容是:命名管道的实验。包括:研究mkfifo命令,在当前目录下创建一个myfifo的命名管道 用mkfifo()函数实现相同的功能 编写一个服务器程序server.c,实现从管道myfifo中读取内容,并在终端中显示出来。打开一个命令行终端,运行server,然后打开另一个命令行终端,使用“cp 文件1 myfifo”命令把文件1的内容输出到myfifo,测试server.c的功能 编写客户机程序,实现把指定文件输出到myfifo的功能,从
  3. 所属分类:Embeded Linux

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

    0下载:
  2. 这是一个在linux下用c语言编写的简单聊天程序,用232串口连接,使用双进程,能较好的实现双工通信,程序附带详细解释.-This is a C language under the Linux simple chat program, connected by 232 serial port, using a dual process, can realize the duplex communication better, program with detailed explanation.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-08
    • 文件大小:12115
    • 提供者:zhu8qing
  1. c_json.tar

    0下载:
  2. json文件生成:这是一个自己写的简单的json文件生成程序,是在linux环境下用C语言编写的,如果不足之处,请多多指教!-json file
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-16
    • 文件大小:32639
    • 提供者:huhb
  1. clock149

    0下载:
  2. 这是一个电子时钟程序,用C语言编写的。供初学者参考。-This is an electronic clock program, written using C language.it is avialable for beginners.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-14
    • 文件大小:3251
    • 提供者:ji31164
  1. pMatrix

    0下载:
  2. 这是一个用c语言编写的,求pMatrix矩阵的逆矩阵的小程序。-This is a language used c, seeking pMatrix matrix inverse matrix of small programs.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-12
    • 文件大小:1259
    • 提供者:caa3ixao3
  1. max7360_demo

    0下载:
  2. 一个用c语言写的驱动max7360芯片的例子,个人项目用的一小部分,亲测可用,可以读各个按键值,电路图是官方的电路图,开发环境是linux,linux驱动max7360芯片例子,max7360 demo; 我的max7360器件地址是0x70,通过7360连接了矩阵键盘,此程序读取max7360的按键准确无误,寄存器配置可以自定义和修改,c语言编写,linux下编译,单片机驱动max7360也可以参考非常接近-max7360 demo,linux driver for max7360,
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-13
    • 文件大小:2107
    • 提供者:林端
搜珍网 www.dssz.com