搜索资源列表
多任务操作系统例程
- 一个任务显示LED,一个扫描键盘,一个任务将键值转化为显示格式(无时间要求) 键盘模块完全参照巨人老师例程; 显示很简单:1、判是否到2ms 2、送显示 键值处理:1、有无有效信息 2、弹出有效信息处理队列 3、将信息处理;键值处理不随1ms动作-a task LED, a scanning keyboard, a pair of tasks into a display format (no time requirements) keyboard module is taking
DOS_change_to_UNIX_using_C
- 不同文件格式的相互转化,对两种平台编写代码的朋友可能有一定的用处!-different file format conversion, the right platform for the preparation of both the code and friends may have some useful!
Qmn
- dsp浮点数转化为定点数的方法,其格式为Qm.n,通过宏定义可以改变格式,位数也可以增大到32位-dsp float into the set points, its format Qm.n. Acer by definition can change the format, the median can be increased to 32
GetBmpData
- GetBmpData是一个液晶取模软件,支持大多数的IC数据格式,你可以转化为你想要得数据方式,允许选择扫描方向和图片的效果调整。可以输出彩色、黑白多种数据格式。
result.tar
- 本程序实现了在s3c2410嵌入式板子下,摄像头的采集。用的是罗技的摄像头。芯片为菲利普pwc芯片,代码 包括了yuv格式向pmp格式转化的代码。
Barcode
- 将输入的货号转化为压缩的BCD格式.如果长度不满14,则以右对齐
Decimal--format-32-bit-IEE754 十进制转化32位IEE754浮点格式函数
- 十进制转化32位IEE754浮点格式函数,32位IEE754浮点格式函数转化十进制-Decimal floating point format conversion function 32-bit IEE754, 32 IEE754 decimal floating point format conversion function
pic.rar
- dsp arm的很多讲义和说明。 关于怎样使用ccs bios以及matlab到dsp的代码转化,已经弄成可以打印的格式了,dsp arm of a lot of notes and annotations. On how to use matlab to ccs bios and dsp code transformation, has made it to print the format of the
ebook-uCOS-II
- 嵌入式实时操作系统uC/OS-II(第二版)电子书带光盘内容。网上下载的uC/OS-II 2.0 Word文档的内容转化而来的-CHM格式的电子书,相关的内容和光盘源代码都在一起,查阅方便。-Embedded RTOS uC/OS-II (Second Edition) e-book with CD-ROM content. Downloaded uC/OS-II 2.0 Word documents are transformed from the-CHM format e-books, re
yy
- 89C2051在这里的基本作用是检测外接的多路有线报警传感器的报警电平信号,并转化成一一对应的“COMSMSXX”指令,最后从串口以9600BIT/S、8、N、1的格式发送给JB35/JB35G,触发JB35/JB35G“报警设置(2)”中的报警短信。由于89C2051口线的限制,我们只扩展了12路外接传感器并口输入口,如果用户需要把20路都转化成并口输入口,那就要用更多口线的单片机来实现,如89C51等。-89C2051 here the basic role is to detect ext
ZIMO21
- 用于字模提取。功能强大。可以把多种格式的图片转化成字模。-A software for transforming picture to source data.
MDK_RTC
- STM32F103VBT6自带的RTC测试源代码,可通过串口显示年月日,时分秒,格式为格林尼治时间转化的北京时间-STM32F103VBT6 built-in RTC test source code can be displayed through the serial date, time minutes and seconds, the format for the transformation of Greenwich Mean Time GMT
51Hex_Bin
- 很经典的hex及bin文件互转工具,清晰明了。 sonicss 51系列软件之三 之一:51定时器初值计算 之二:51波特率初值计算 ============================================= 在老古开发网(www.laogu.com)上看到Intel Hex 文件格式,便制作了此软件(Windows 版),可以运行于 Win9x/Me/2K 或更高版本,本软件为Intel Hex文件和 Bin文件相互转化程序
Barcode
- 将输入的货号转化为压缩的BCD格式.如果长度不满14,则以右对齐-Item will be entered into a compressed BCD format. If the length of under 14, then right-justified
Barcode
- 将输入的货号转化为压缩的BCD格式.如果长度不满14,则以右对齐-Item will be entered into a compressed BCD format. If the length of under 14, then right-justified
GetBmpData-1.0.6.0
- GetBmpData是一个液晶取模软件,支持大多数的IC数据格式,你可以转化为你想要得数据方式,允许选择扫描方向和图片的效果调整。可以输出彩色、黑白多种数据格式。--GetBmpData is a liquid crystal modulus software, support for most of the IC data format, you can be transformed into data the way you want to allow the choice of scann
ds1302
- 实现实时时钟,读取ds1302的值,并将其转化为一般的时间格式,串口打印输出。(To achieve real-time clock, read the value of DS1302, and convert it into a general time format, serial print output.)
自己动手写CPU
- ? Code文件夹 提供了本书每一章涉及的OpenMIPS源代码、测试程序。 ? Tools文件夹 提供了GNU工具链的安装文件,以及一个小工具Bin2Mem.exe,该工具用来将二进制数文件转化为可以用于ModelSim仿真的格式。 ? Doc文件夹 提供了本书使用的一些IP核的说明手册,包括UART控制器、SDRAM控制器、GPIO模块等。还提供了FPGA开发平台DE2的说明手册。(Code folder Provides the OpenMIPS source code and