搜索资源列表
FontConverter
- 将Windows矢量字体转换为可供嵌入式系统的LCD、LED等直接使用的十六进制数组,在ADS1.2中实测可直接include使用。-This is a font coverter which can convert any font style in windows to pixel array(in hex value) that can be used in embedded system. File gernerated by this tool can be included in p
ourdev_530727
- 实现将原始位图数据编码成为JPEG文件,发送到串口。 现在程序还是热呼呼的,因为刚才才从VC程序移植到STM32成功,实现正常压缩。 稍作修改,可以接摄像头,做成jpeg串口摄像头。 硬件只需要:stm32f103ZET6,串口usart1。 图像数据从usart1输出,波特率115200.可以用串口软件接收数据,保存为.jpg后缀名,即可在电脑上打开该图片文件。 我用的串口软件是AccessPort。 编码生成
amo_tool_V1_2_6
- 名称:amo的编程小工具集合版本:V1.2.6 我平时编程和设计时常用的小工具集合。功能: 1-8位校验和 2-16位校验和 3-计算CRC8 4-计算CRC16 5-计算CRC32 6-计算MD5 7-计算SHA1 8-十六进制字符串转换为Ascii字符串 9-Ascii字符串转换为十六进制字符串 10-十六进制字符串转换为浮点数 11-浮点数转换为十六进制字符串 12-统计文章的字符个数,精确到每一个字符 13-把文件转换为C语言数组(这样可以把文件嵌入到我们的程序中) 14-电阻值选型(开
appcode
- 讀取檔案文字並輸入成陣列之後,再將其輸出成別的檔案的文字-Read text file and enter the following into the array, and then the output into another text file
BF533_SST_Flash_Driver
- 2009.02.13 (Chiron.ylq) --- --- --- --- --- 该工程用于Analog Devices VisualDSP++ V5.0开发环境下,烧写Silicon Storage Technology公司SST39VF512/010/020/040系列Flash的Program Load Driver。 1. 文件结构 SST39VFXXX.dlb SST39VF512/010/020/040 Flash操作驱动 BF
MidiToArray
- 将MIDI铃音文件转换为数组,可以作为嵌入式开发用-convert the midi file into array, can be used in embeded development such as mobile phone
CreateCode
- 解析motorola格式的S19文件,生成为数组-Analysis motorola format S19 file into an array of Health
ReadATextFile
- 读取文本文件并将其转换为一维数组,便于数据的分析。-Read a text file and convert it to a one-dimensional array, to facilitate analysis of the data.
1
- 已知数据文件IN.DAT中存有200个四位数,并已调用读函数readDat()把这些数存入数组a中,请考生编制一函数jsVal( ),其功能是:如果四位数各位上的数字均是0或2或4或6或8,则统计出满足此条件的个数cnt,并把这些四位数按从大到小的顺序存入数组b中。最后main( )函数调用写函数writeDat()把结果cnt以及数组b中符合条件的四位数输出到OUT.DAT文件中。-There are known data file IN.DAT in 200 four-digit, and
lcd1602
- 该文件包含lcd1602驱动程序,rs232串口通信,环形缓冲数组。该程序为本人学生时期的练习习作。-This file contains lcd1602 driver, rs232 serial communication, a circular buffer array. During the program as my students practice exercises.
GEC2440_Cam_V4l_Test
- 基于GEC2440的Linux下摄像头采集实验 实验代码中含有详细中文注释 该实验组主要是帮助理解Liunx下摄像头设备的访问方式 图像数据RGB565处理和显示方式 1.Frame图像数据显示(showRGB.c) 使用RGB565数据格式构造的图像数组,在LCD上显示红绿蓝三色图。 2.图像数据保存(saveRGB.c) 将上一实验中构造的三色图数据写入文件。 3.显示文件中的图像(readRGB.c) 将保存在文件中的图像数据读取并查看数据。
sssss
- 掌握FPGA可编程门阵列的基本方法 2).掌握Xilinx ISE 9.0的基本使用方法以及在ise的环境下导入51核及其配置方法 3).学会将keil编译成功个hex文件变为coe文件,导入例化的rom 4).学习设计核的关键与方法 -Programmable Gate Array FPGA to master the basic method 2). Xilinx ISE 9.0 to grasp the basic use and the environment in t
demo-of-led-array-display
- 51单片机控制led点阵显示实例,包含keil c程序及proteus电路图。用74HC595实现串行显示。-An demo of 51 series SCM control led array to display. The file include C51 program by Keil C and circuit schematic by Proteus. Applying 74HC595 to display in serie port.
2011210143518
- INI文件读写类与普通INI读写功能类似,增加了节与关键字集合,读入到一个数组内,方便枚举.目前只有枚举,读值功能,还没增加写值,新建啥的功能....因为用到这个功能的那个工程不需要写,就懒得写了 (转载)-INI INI file reading and writing classes read and write capabilities similar to the ordinary, an increase of Festival and the keyword set, read in
LED_c
- 用字符型数组控制LED灯C源代码,包含单片机寄存器的头文件,主函数依次引用数组元素,并将其送P0口显示,并调用延时函数-Control the LED light array with character C source code, including the first single-chip register file, the main function in turn refer to an array element, and sent to P0 port display, and
inevent.c
- 该文件实现文件夹目录的递归,并把新添加的路径加入数组中-This file implements a recursive directory folder, and add the path to join the new array
bin2c.c
- 读取.o、.bin等类型文件并将其转换为数组-Read the of .bin or .o etc, to make a array in a new file.
multiplier54
- this code is for 4*4 array multiplier in vhdl it is vhd file that works very we-this code is for 4*4 array multiplier in vhdl it is vhd file that works very well
System_Demons
- 0.最简单的SystemC程序:hello, world. 1.用SystemC实现D触发器的例子,同时也演示了如何生成VCD波形文件。 2.用SystemC实现同步FIFO的例子。这个FIFO是从同文件夹的fifo.v(verilog代码)翻译过来的。 3.如何在SystemC中实现延时(类似verilog中的#time)的例子。 4.SystemC文档《User Guide》中的例子。注意和文挡中稍有不同的是修改了packet.h文件,重载了=和<<操作符。这其实
lcd_display_util_other_other
- Lcd Display Utility Program. This program is based on windows, developed using visual c# 2010 express. main functionality: ->Draw on a defined area (width , height) ->import JPEG pictures and draw on them ->saving JPEG format ->Saving to