搜索资源列表
minFat
- 一个小型的FAT文件系统,支持FAT12/16和目录,是一个FAT的最小实现,能用RAMDISK在Microsfot VC中运行起来-a small FAT file system, support FAT12/16 and directories, FAT is one of the smallest achievement can use in Microsfot least run up VC
Easy 51Pro v2源程序(VC)5.9.23
- 一个开发51的编程器软件,原版为聂志强所写,但不能编译,缺少一些文件,我加上了,修改了,能够工作了-development of a software program, for Zhixin, Nie Zhiqiang, the original written, but not compile, the lack of some documents, I add the changes to the work
ucos-gcc-port
- 一个ucos-ii2.51移植到gcc下的port.大概是一个韩国人做的。从UCOS网站上那个VC的port改进而来。使用和介绍请见RAR文件中的注释。-an CENTER-gcc ii2.51 transplanted to the port. About a Korean done. UCOS site from which VC improvement from the port. The use and presentation of RAR see the Notes document
ucos及文件系统ucfs VC环境调试代码
- ucos是一个非常优秀的嵌入式操作系统,但作者只提供了bc下测试与调试代码,非常难于调试与学习,特别是初学者。vc是windows下非常优秀的IDE,如果把ucos移植到vc下运行,将非常方便ucos的调试与学习,有利于于ucos的推广。此项目的目的是希望能够把ucos及其相关的文件系统ucfs,GUI界面ucgui,网络tcp/ip都移植过来,方便广大爱好者学习。-CENTER is a very good embedded operating system, the author provi
FSDev
- 在VC平台下调试通过的linux 0.11文件系统代码! 对学习文件系统实现的朋友很有帮助,可以下载一个文件映像进行测试各种文件操作API。具体的可以参考赵炯写的《linux0.11内核源代码完全注释》一书和他的网站下载imag文件!-in VC debugging platform adopted by the 0.11 linux file system code! The study documents System helpful friend, a document can be d
MP3playerCORD
- 本程序是MP3的解码程序,可以用VC编译或者用GNU编译,可以运行在PC机上。 本程可以MP3文件解压为WAV文件 TEST 中的代码可以播放WAV文件 有兴趣的朋友可以把这段mp3程序移植到开发板上,这样就可以用开发板播放MP3了-MP3 decoding procedures that can be used with VC or GNU compiler compiler. can run on the PC. The process can decompress MP3 to
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
6502_asm_command_study
- 在网上搜集的一些关于6502的资料,在win2000下调试通过了,有vb也有vc的程序,还有一些6502基础命令学习,对想学6502汇编的有一定的帮助,如何使用,详细看里面有说明文件:)-the Internet to collect some information on 6502, under the WIN2000 debugging passed, vb have a vc procedures, there are some 6502 orders based learning, ri
midi_MCU
- MIDI文件格式0的解析原代码,使用VC++6.0,执行单元为8051单片机-MIDI file formats 0 Analytical original code, the use of VC 6.0, the implementation of modules for 8051
printerTest2.0
- 很好的热敏打印机测试程序VC编写,通用的串口类文件-good thermal printer test procedures to prepare VC, the generic serial types of documents
systemc-2.2.0.这个是systemC在VC下编译后的文件
- 这个是systemC在VC下编译后的文件,响应的运行时 include systemc-2.2.0\src systemc.h 都文件。并且建立项目时 把SystemC.lib加入项目中即可编译SystemC,This is the systemC after VC complie, you can include the systemc-2.2.0\src systemc.h file and add SystemC.lib to your project .
uCGUIBulider2.1.0.5 ucos的内核c文件
- ucos的内核c文件,在vc下编译,代码只供参考不完整-this is a ucos sourecode,name os_core
ucfs.rar
- ucfs嵌入式文件系统,经典实力开发,与大家一起分享,ucfs嵌入式文件系统,经典实力开发,与大家一起分享
ucos
- ucos是一个非常优秀的嵌入式操作系统,但作者只提供了bc下测试与调试代码,非常难于调试与学习,特别是初学者。vc是windows下非常优秀的IDE,如果把ucos移植到vc下运行,将非常方便ucos的调试与学习,有利于于ucos的推广。此项目的目的是希望能够把ucos及其相关的文件系统ucfs,GUI界面ucgui,网络tcp/ip都移植过来,方便广大爱好者学习-is a very good ucos embedded operating system, but the author has
USB
- USB驱动程序,简单快捷 ez_loader驱动程序源代码(vc工程文件).rar-USB ez_loader
fat16
- 嵌入式FAT16文件系统C代码免费下载 该文件系统是由本人个人开发的,全部代码在VC下编写,测试。VC下测试基于虚拟磁盘驱动(在Flash_management.c)实现对磁盘的读写。实现的文件系统兼容FAT16/FAT32文件系统格式,兼容长文件名,兼容GB2312/UNICODE汉字编码,并且实现了对子目录的支持,实现了文件的读取,写入,创建,删除等文件系统的常用功能。另个,代码都使用C编写,可以移植到单片机上运行。 (FAT16代码是免费代码,用户可直接使用。 本代
ucos_vc
- ucos是一个非常优秀的嵌入式操作系统,但作者只提供了bc下测试与调试代码,非常难于调试与学习,特别是初学者。vc是windows下非常优秀的IDE,如果把ucos移植到vc下运行,将非常方便ucos的调试与学习,有利于于ucos的推广。此项目的目的是希望能够把ucos及其相关的文件系统ucfs,GUI界面ucgui,网络tcp/ip都移植过来,方便广大爱好者学习。-ucos is a very good operating system, but the authors provided on
USB11_ACEX1K
- FPGA文件负责采集传感器数据,然后传给51单片机,51单片机通过usb将信号传递给上位机,,vc文件是上位机软件界面,-FPGA file is responsible for collecting sensor data, and then passed to the 51 single-chip, 51 single-chip signal transmitted to the host computer via usb vc file is a PC software interface
vc-232-read-file-2013.6.9
- VC 读取文件的程序,可以做到从文件 中出数据下传到单片机-vc s project ,read file to rs232
VC-comport
- vc 串口232串口类串口说明源代码以及头文件。-comport vc 232 class for comport232