搜索资源列表
嵌入式C编程技术
- 这是关于嵌入式编程的一本关于应该注意什么样的问题的小册子,此时前辈的经验精华,好好消化:)-on embedded programming on the one should pay attention to what kind of the booklet, now experience the essence of the older generation, properly digest :)
linql4-c
- 汽车电子上现在最火热的总线之一LIN总线的单片机实现。-automotive electronics on the most popular one of the LIN Bus Bus MCU.
fs-c++
- 一款运行于ARM上的文件系统,本文件系统是对FAT16的裁减,以适应小型存储器,只支持一维文件结构,可以采用VC++进行仿真。-running on ARM's file system, the file system is FAT16 cuts, to adapt to the small memory, which only supports one-dimensional structure of the document, VC can be used for simulatio
ucos in one c file
- ucos merged into one c file only. For reference.
armc.rar
- C 语言嵌入式系统编程修炼之一:背景篇 不同于一般形式的软件编程,嵌入式系统编程建立在特定的硬件平台上,势必要求 其编程语言具备较强的硬件直接操作能力。无疑,汇编语言具备这样的特质。但是,归 因于汇编语言开发过程的复杂性,它并不是嵌入式系统开发的一般选择。而与之相比, C 语言--一种"高级的低级"语言,则成为嵌入式系统开发的最佳选择。笔者在嵌入式系 统项目的开发过程中,一次又一次感受到C 语言的精妙,沉,C language programming of embedded syste
jiaotongdeng.rar
- 基于Proteus和Keil C 的交通灯控制,是学习MCS51(8951)单片机和液晶的优秀程序 程序功能:模拟交通灯控制系统 灯:南北方向:红3黄2绿3 东西方向:绿3黄2红3 黄色闪烁2次 键:紧急键,东西一个,南北一个,按下去后保持红色,直到松开键 要 求:定时要采用定时系统实现,Proteus, and Keil C based on the traffic l
AD7705(C51)
- 1,初始化: 如果AD7705复位引脚直连VCC,最好在初始化程序中加入初始化序列,不然ready信号不会输出。 2,输入范围 如果AD7705采集单端信号,则输入必须在0到VDD之间,而不可以超出或为负,如果一个输入为负,则另一个输入会有灌入电流的现象,芯片无法正常运行。-AD7705 is a complete 16-bit A ö D converter. Within Structure in Figure 1. If the external crysta
STM32-SST25VF016B-SPI-v3
- 本例程包含了SST25VF016B的底层驱动函数, 演示将一段字符串写入SST25VF016B的1页中,然后读出并通过USART1传送出去,同时LED1亮。字符串:SPI SST25VF016B Example: This is SPI DEMO, 终端上出现这一行字,说明SST25VF016B的读写正常 -This routine contains the function of the underlying drivers of SST25VF016B demo takes a st
pipe.c
- Linux下管道通信,用管道一端用shell执行命令,在另一端读取命令结果-Linux, pipe communication with the pipeline one end of the shell to execute command to read the results of the command at the other end
sprc307
- 該系統實現了功率因數校正與 1的C2000™ TMS320F280x數字信號控制器。這是幫助電源設計人員評估如何能夠實現與數字的PFC控制器,可以向他們提供與 /瓦特框架做的PFC他們自己的設計。功率因數校正(PFC)是一個函數,現代電子設計來接受它作為一個現代化的組成部分,交直流前端階段。-This system implements Power Factor Correction with a C2000™ TMS320F280x Digital Signal Cont
avr-c-rotate
- MCU:AVR , Compiler:CodeVision(C) , How to get an input value on one port and rotate it on other port
MSP430TC35
- MSP430单片机常用模块与综合系统实例精讲一书中带的并经过本人调试成功的程序-MSP430 Single-chip module with integrated system commonly used example of one book with精讲and after the success of the procedure I debug
AT89C51_vs_simple_RS232
- 单片机8051,用了串口缓冲区收发合一的方式,适合于半双工通信-8051 single-chip, using the serial port one way to send and receive buffer, suitable for half-duplex communication
SourceCode
- msp430心电仪程序代码 ............\Heart rate ............\Heart rate with DAC output ............\Heart rate with EKG Demo ............\mul.s43(需要与上面三个之一配合使用)-ECG Instrument MSP430 code ............ Heart rate ............ Heart rate with DAC output
c8051f040exampleforcan
- CAN1.c and CAN2.c are a simple example of configuring a CAN network to transmit and receive data on a CAN network, and how to move information to and from CAN RAM message objects. Each C8051F040-TB CAN node is configured to send a message wh
can_show_remote
- CAN总线上挂接两个节点,当其中一个节点(节点1)的按键按下时,除了自身的数码管1、2显示加一,还向节点2发送一个远程帧;节点2接收到远程帧后想总线发送一个数据帧,如果节点2的按键被按下时,除了自身的数码管1、2显示加一,还会向总线发送数据帧,使得节点2的数码管3、4显示与其保持一致。-CAN bus articulated two nodes, when one node (Node 1) of the button is depressed, in addition to its own d
一秒点灯C语言
- 相比汇编程序,它更加简洁,相比普通的定时语句,定时中断更加精准,可以较为准确实现1秒点灯(Realize one second light)
C语言指针用法详解
- 要了解指针,多多少少会出现一些比较复杂的类型,所以我先介绍一下如何完全理解一个 复杂类型,要理解复杂类型其实很简单,一个类型里会出现很多运算符,他们也像普通的表 达式一样,有优先级,其优先级和运算优先级一样,所以我总结了一下其原则: 从变量名处起,根据运算符优先级结合,一步一步分析.(To understand pointers, there will be some more complex types, so let me first explain how to fully underst
你必须知道的495个C语言问题
- “本书是Summit以及C FAQ在线列表的许多参与者多年心血的结晶,是C语言界最为珍贵的财富之一。我向所有C语言程序员推荐本书。” ——Francis Glassborow,著名C/C++专家,ACCU(C/C++用户协会)前主席 “本书清晰阐明了Kernighan与Ritchie《The C programming Language》一书中许多简略的地方,而且精彩地总结了C语言编程实践,强烈推荐!” ——Yechiel M. Kimchi,以色列理工学院("This book
6、ZY08-C循迹、红外避障、遥控综合程序
- 本程序是红外避障 遥控 两路寻迹三合一程序(This program is infrared obstacle avoidance, remote control, two way tracing, three in one program.)