搜索结果
找到约 1,070 项符合
First-out 的查询结果
其他嵌入式/单片机内容 微软XBOX 上的XBMC_mplayer的源代码
微软XBOX 上的XBMC_mplayer的源代码,使用标准 C编写,包含MP3解码,视频解码,TV out驱动,输入输出驱动等,对开发音视频都可以使一个很好的参考。
uCOS uc/os-ii for 8051 This package provides the sources required to use the uC/OS-II v2.00 real time k
uc/os-ii for 8051
This package provides the sources required to use the uC/OS-II v2.00
real time kernel on the 8051 processor. To use this package you will
need the TASKING C Compiler toolset v6.0r1 or higher.
For info on TASKING products you can contact our Web-site at:
http://www.tasking.com
U ...
Java书籍 This book isn t for uber-programmers who already have all the answers. If you think that J2EE does e
This book isn t for uber-programmers who already have all the answers. If you think that J2EE does everything that you need it to do and you can make it sing, this book is not for you. Believe me, there are already enough books out there for you.
微处理器开发 This zip file shows the use ROM Services in order to speed up an application and reduce its code siz
This zip file shows the use ROM Services in order to speed up an application and reduce its code size. It shows how to load a method of the Xmodem service and obtain a first level bootloader. Includes main.html file for help.
单片机开发 Decoding most of the infrared signals can be easily handled by PIC16C5X microcontrollers. This appl
Decoding most of the infrared signals can be easily
handled by PIC16C5X microcontrollers. This application
note describes how this decoding may be done.
The only mandatory hardware for decoding IR signals
is an infrared receiver. The use of two types is
described here. Both are modular types used of ...
DSP编程 要如何区别呢?执行公用程式‘file’(例如
要如何区别呢?执行公用程式‘file’(例如,file /bin/bash)就对了。就ELF的程式而言,萤幕上显示出来的讯息会含有ELF的字眼;如果说是a.out的,讯息内会箝有 Linux/i386的字样。
软件设计/软件工程 经典著作《设计模式》中将策略模式定义为:定义一系列的算法
经典著作《设计模式》中将策略模式定义为:定义一系列的算法,把它们一个个的封装起来,并且使它们可以相互转换。这个定义还是比较抽象,下面我将通过一个例子来具体的讲解策略模式。感觉这样更容易帮助新手理解模式,这也是《Head First Design Patterns》中讲解模式的方法。先来描述一下用到的例子的背景资料: ...
VC书籍 MFC Black Book Introduction: Are you an MFC programmer? Good. There are two types of MFC programme
MFC Black Book
Introduction:
Are you an MFC programmer? Good. There are two types of MFC programmers. What kind are you? The first kind are the good programmers who write programs that conform to the way MFC wants you to do things. The second bunch are wild-eyed anarchists who insist on getting thin ...
编译器/解释器 它是VC++6.0下面的一个项目
它是VC++6.0下面的一个项目,该目录包括PL/0编译器的源代码。
PL0/debug下面是已经编译成功的PL/0编译器:PL0.exe。该小编译器可以处理一些简单的
利用PL/0语言书写的程序。例如,PL0/debug下面的test.PL0就是一个简单的 PL/0 程序。
运行PL0.exe, 并把test.pl0提供给PL0.exe,处理结果将保存在test.out 中。
注:test.pl ...
压缩解压 LZW压缩和解压缩程序 lzw.c 主要的功能模块 bitio.c/bitio.h 一些支撑函数
LZW压缩和解压缩程序
lzw.c 主要的功能模块
bitio.c/bitio.h 一些支撑函数,支持以比特(bit)为单位的文件I/O
用法:
压缩 lzw E <in-file> <out-file>
解压缩 lzw D <in-file> <out-file>
压缩时,读入<in-file>中内容,压缩后存入<out-file>中,得到压缩文件。
解压缩时,读入<in-file>中内容,将结果存入<out-file>中 ...