搜索资源列表
embedc[1]
- 简介 当今嵌入式处理器的生产已远远超过了为桌面系统所设计的处理器。本书通过介绍8位微控制器(MCU)的开发原理和C语言的相关知识,向读者展示了如何用C语言编写8位嵌入式MCU程序,内容涉及数据类型和变量、函数库、优化和测试嵌入式C语言程序等。利用贯穿全书的样例工程,揭示了特定设备硬件开发的详细细节,以及用C语言进行嵌入式程序设计所带来的快速开发、增强的可移植性和再利用等优越性能。本书适合于从事嵌入式研究的相关技术人员使用-briefing today's embedded process
BEEP
- 一个arm7开发板上的beep蜂鸣器实验程序,此程序用c语言编写。-a arm7 development board buzzer beep experimental procedure, this procedure using c language.
DMA
- 一个arm7开发板上的dma测试程序,此测试程序用c语言编写。-a arm7 development board dma test program, this test program using c language.
IIC
- 一个arm7开发板上的iic(24C02)测试实验,此吃程序用c语言编写。-a arm7 development board iic (24C02) testing laboratories, this eating program is available c language.
contact
- 我们在学习嵌入式时所编写的电话本的源代码,还只是初级阶段,在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
C_firstpart
- 这是我们学习嵌入式时在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
C_secondpart
- 这是我们学习嵌入式时在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
C_thirdpart
- 这是我们学习嵌入式时在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
c_key
- 自编,嵌入式开发板键盘驱动跑马灯程序。杨创开发板,用c语言编写的底层驱动程序。-Self, embedded development board keyboard driver marquee program. Yang Chong development board, using c language underlying drivers.
Linux-A-named-pipe-experiment
- 在Linux环境下用C语言编程,编程的主要内容是:命名管道的实验。包括:研究mkfifo命令,在当前目录下创建一个myfifo的命名管道 用mkfifo()函数实现相同的功能 编写一个服务器程序server.c,实现从管道myfifo中读取内容,并在终端中显示出来。打开一个命令行终端,运行server,然后打开另一个命令行终端,使用“cp 文件1 myfifo”命令把文件1的内容输出到myfifo,测试server.c的功能 编写客户机程序,实现把指定文件输出到myfifo的功能,从
linux_232_chat
- 这是一个在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.
c_json.tar
- json文件生成:这是一个自己写的简单的json文件生成程序,是在linux环境下用C语言编写的,如果不足之处,请多多指教!-json file
clock149
- 这是一个电子时钟程序,用C语言编写的。供初学者参考。-This is an electronic clock program, written using C language.it is avialable for beginners.
pMatrix
- 这是一个用c语言编写的,求pMatrix矩阵的逆矩阵的小程序。-This is a language used c, seeking pMatrix matrix inverse matrix of small programs.
max7360_demo
- 一个用c语言写的驱动max7360芯片的例子,个人项目用的一小部分,亲测可用,可以读各个按键值,电路图是官方的电路图,开发环境是linux,linux驱动max7360芯片例子,max7360 demo; 我的max7360器件地址是0x70,通过7360连接了矩阵键盘,此程序读取max7360的按键准确无误,寄存器配置可以自定义和修改,c语言编写,linux下编译,单片机驱动max7360也可以参考非常接近-max7360 demo,linux driver for max7360,