搜索资源列表
PDIUSBD12固件源码
- 修改后的PDIUSBD12完整固件源码,实现51单片机的USB接口,完全通过测试。-revised PDIUSBD12 integrity of the firmware source code, achieving 51 SCM's USB port and fully tested.
altera的IP源码
- Altera的IP源码8259,只需打开就能实现-Altera IP source 8259, will be realized only open
U盘源码
- 基于MCU的U盘源码,实现flash的windos文件系统-based MCU U-source, the realization of flash file system windos
USB2SPI 源码
- 利用USB2SPI芯片实现了 USB转化SPI的功能
嵌入式FAT文件系统免费源码下载
- 嵌入式FAT文件系统免费源码下载 本文件系统兼容FAT16/FAT32文件系统格式,兼容长文件名,兼容GB2312/UNICODE汉字编码(支持中文),并且实现了对子目录的支持,实现了文件的读取,写入,创建,删除等文件系统的常用功能。另外,代码都使用C编写,可以移植到各种单片机平台上来实现文件系统模块。 (FAT16是免费代码,用户可直接使用。 本代码有FAT32(兼容FAT16)和多个盘的版本(收费), 如果需要,请与我们联系!qq:292942278,E-MAIL:tony_yang123@
EBCOT Processor 源码
- 硬件实现JPEG2000 EBCOT 编码的源码
WINCE_input 基于wince的一个汉语拼音输入法程序的源码
- 基于wince的一个汉语拼音输入法程序的源码,嵌入式平台wince6.0下实现- source code of an Chinese input method based on wince, embedded platform to achieve wince6.0
DSPIC33F--AD.此源码可实现对采集数据与DSP33之间的AD转换通信
- 此源码可实现对采集数据与DSP33之间的AD转换通信,This source data can be collected and DSP33 communication between the AD conversion
encode_t tlk2201发射接收源码
- tlk2201发射接收源码,8b10b编解码器,实现千兆速率收发。可用于视频光端机接收发射处理串并变换。-tlk2201 transmitting and receiving source, 8b10b codec to achieve gigabit rate transceiver. Optical receiver can be used to transmit video processing strings and transform.
canfestival 使用canfestival源码
- 使用canfestival源码,实现canopen在tms320f2808上面的移植,学习笔记,和移植关键-Use canfestival source, to achieve the above canopen in tms320f2808 transplant, study notes, and transplant the key
ref-ddr-sdram-verilog.zip
- sdram的verilog的源码实现,sdram verilog source code realizes
包含msp430f2272各个模块的功能实现源码
- 包含msp430f2272各个模块的功能实现源码,适用于初学者,Msp430f2272 contains the functions of each module to achieve source
电脑鼠比赛的源码
- 本源码为去年湖南赛区参加电脑鼠比赛的源码能够实现连续转弯和迷宫的快速搜索。下载即用-The source for the Division to participate in Hunan last year, the source computer mouse game to achieve a continuous maze of turns and quick search. Download-use
UCOS2移植ARM9源码
- UCOS2移植ARM9源码 添加自己的任务 可以实现多种任务
STM32倒立摆源码
- 通过编码器得到系统变量,应用PID控制算法,步进电机调速对环形倒立摆进行控制,实现了倒立摆在一定的角度范围内动态倒立以及圆周运动。同时可以通过键盘设定运行模式并且读出系统当前状态,具有较好人机界面。(Inverted pendulum source to achieve inverted pendulum control)
STM32 ADC实验源码
- 基于STM32实现ADC的实验,实验平台可根据自己的开放环境进行改变。(Based on STM32 implementation of ADC experiment, the experimental platform can be changed according to its own open environment.)
STM32 DAC实验源码
- 基于STM32实现DAC的实验,实验平台可根据自己的开放环境进行改变。(Based on STM32 implementation of DAC, the experimental platform can be changed according to its own open environment.)
STM32 DS18B20数字温度传感器实验源码
- 基于STM32实现DS18B20数字温度传感器实验,实验平台可根据自己的开放环境进行改变。(Based on STM32 realizing DS18B20 digital temperature sensor experiment, the experimental platform can be changed according to its own open environment.)
STM32 TFTLCD显示实验源码
- 基于STM32实现TFTLCD显示实验,实验平台可根据自己的开放环境进行改变。(Based on STM32 implementation of TFTLCD display experiment, the experimental platform can be changed according to its own open environment.)
modbus_RTU通讯源码
- 基于libmodbus库,C/C++实现的modbus通讯代码,可以直接编译通过,实际使用很有参考意义