搜索资源列表
uC-GUI-BitmapConvert
- 一个bmp文件到16进制数组转换的工具,可以应用于嵌入式系统中的LCD哦。-bmp files to a 16-band array conversion tool can be used in embedded system LCD oh.
74HC595
- 找了很久才找到的。现上传上来共享。 M74HC595 是一个八位串行输入,平行输出的位移缓存器;平行输出为三态输出。在SCK 的上升缘,串行数据由SDI输入到内部的八位位移缓存器,并由Q7’输出。 而平行输出,则是在LCK 的上升缘,将在八位位移缓存器的数据存入到八位平行输出缓存器。当OE 的控制讯号为低致能时, 平行输出端的输出值,等于平行输出缓存器所储存的质。而当OE 的控制讯号为高电位,也就是输出关闭时,平行输出端会维持在高阻抗状态。. M74HC595 保持了和一般74HC5
Micrium 之 uC/LCD 源代码
- Micrium 之 uC/LCD 源代码,已于 IAR 中顺利编译通过,有多组含数可呼叫与应用,附源代码.
CRC16
- 可进行不同数组联系起来的16位crc的校验.内部含有中文说明,并且已经测试过,完全正确.就是自己平时进行应用的程序.-Can be linked to a different array of 16-bit CRC checksum. Internal note containing Chinese and have been tested, absolutely correct. Is usually carried out its own application procedures.
0723
- procedure senddata var i:integer commflg : Boolean begin commflg:=true for i:=1 to 8 do begin if not fcomm comml writecommdata(sendbutter,i) then begin Commflg=false break end end
c51erweishuzu
- c51二维数组的应用及分析(编译除错,调试除错)-c51 two-dimensional array of applications and analysis (compiler debugging, debugging debugging)
fft
- 该程序是应用在DSP上的傅里叶变换。它是对复序列的数组进行傅里叶变换后,输出相应的频谱数组。-The procedure is used in the Fourier transform DSP. It is a complex sequence of Fourier transform to the array, the output spectrum corresponding array.
stm32_adc
- 此程序是基于STM32的AD应用程序,我们在这里设置ADC为连续转换模式,常规转换序列中有两路转换通道,分别是ADC_CH10(PC0)和ADC_CH16(片内温度传感器)。因为使用了自动多通道转换,数据的取出工作最适合使用DMA方式取出,so,我们在内存里开辟了一个u16 AD_Value[2]数组,并设置了相应的DMA模块,使ADC在每个通道转换结束后启动DMA传输,其缓冲区数据量为2个HalfWord,使两路通道的转换结果自动的分别落到AD_Value[0]和AD_Value[1]中。
C_Language_in_C51_progromme
- 单片机的开发应用中,已逐渐开始引入高级语言,C语言就是其中的一种。对用惯了汇编的人来说,总觉得高级语言’可控性’不好,不如汇编那样随心所欲。但是只要我们掌握了一定的C语言知识,有些东西还是容易做出来的,以下是笔者实际工作中遇到的几个问题,希望对初学C51者有所帮助。 1.C51热启动代码的编制。 2.直接调用EPROM中已固化的程序。 3.将浮点数转化为字符数组。-1.The code of warm boot for C51。 2.Calling the static code
SPCE061_SPR4096
- 本源码为凌阳61开发板的使用例程,主要针对SPR4096模块的应用。本源码压缩包含有一个模块PDF说明文档。 SPCE061A对SPR4096进行操作。先把SPR4096格式化,然后往其中写入M_NUMBER个Byte的数据(M_NUMBER的大小由用户自己定义),接着把这些数据读出来放在数组uiByteBuffer中;下一步是对刚才写入数据所在的扇区进行扇区擦除,往其中写入M_NUMBER个Word的数据,接着把这些数据读出来放在数组uiWordBuffer中。程序运行后,可以在IDE的W
TFT
- TFT液晶屏显示图片 * * * * * * 实验目的:1.掌握TFT彩屏驱动程序的编写、 * 2.学会运用取字模软件应用(取图片数组) * 3.学会怎样处理字模数组数据 * * * *实验现象:彩屏中显示4个相同的图片 -TFT LCD screen display image****** Purpose: 1. To master the preparation of the driver TFT color screen,* 2. Lear
4.TFT
- * TFT液晶红外遥控键值显示程序 * * ( 普中科技 ) * * * * 实验目的:1.掌握TFT彩屏驱动程序的编写、 * 2.学会运用取字模软件应用(取字符和汉字数组) * 3.学会怎样处理字模数组数据 * 4.掌握红外遥控中断处理 -* TFT LCD display program infrared remote control keys** (Cape of Technology)**** Purpose: 1. To master
2.TFT-picture
- 1.掌握TFT彩屏驱动程序的编写、 * 2.学会运用取字模软件应用(取图片数组) * 3.学会怎样处理字模数组数据 -1. To master the preparation of the driver TFT color screen,* 2. Learn to use the font software applications to take (to take pictures array)* 3. Learn how to handle the font a
1.TFT-char
- 1.掌握TFT彩屏驱动程序的编写、 2.学会运用取字模软件应用(取字符和汉字数组) * 3.学会怎样处理字模数组数据-1. To master the preparation of the driver TFT color screen, 2. Learn to use the font software applications to take (to take an array of characters and Chinese characters)* 3.
Flash
- Arduino-1.0库文件,可以很方便地操作Flash存储器,将字符串常量、整型常量数组、浮点型常量数组保存到Flash中,是编写web嵌入式应用程序不可缺少的库文件。现在经过修过,可以兼容Arduino-1.0了。- Flash.h- An Arduino library for flash-based (ROM) data collections. Copyright (C) 2009-2012 Mikal Hart All rights reserved.
snake
- 实现12路舵机控制,控制主要以数组形式输入,控制精度为1度,只适用于单单片机应用-Servo control, 12-way, control the main input an array, control accuracy of 1 degree, applies only to a single microcontroller applications
TFT-picture
- TFT彩屏显示图片,彩屏中显示4个相同的图片 实验目的:1.掌握TFT彩屏驱动程序的编写、2.学会运用取字模软件应用(取图片数组) 3.学会怎样处理字模数组数据 -TFT color display images, color screen displays the same four pictures experimental purposes: 1. Mastered TFT color display driver preparation, learn to use tak
ym_c-shuzu-ex28.c_hicode
- 数组应用方面的源码,打开很多学习参考的,可以使用的呢-Array of application source code, open a lot of study reference, you can use it
ym_vc-duihuak-dllvc_hicode
- 数组应用方面的源码,打开很多学习参考的,可以使用的呢-Array of application source code, open a lot of study reference, you can use it
shuzu
- c语言例程 关于数组的应用,用于单片机开发的测试程序源码-c language routines on an array of applications for microcontroller development test program source code
