搜索结果
找到约 241 项符合
bcc-src 的查询结果
多媒体处理 功能非常完善的MP3编译码器
·详细说明:功能非常完善的MP3编译码器,输入文件WAV或AIFF,能够方便的嵌入到你自己的系统当中.- Function extremely perfect MP3 arranges the decoder, input document WAV or AIFF, can facilitate inserting to you system文件列表: bladeenc-082-src
电源技术 三种布局的半桥谐振变换器的分析研究
驱动电路的设计是LED照明设备中的核心部分,驱动电路的好坏直接影响到了光源是否高效节能工作。而基于不对称式半桥谐振变换器设计的驱动电路在大功率LED中应用较多,本文即针对不对称式半桥谐振变换器进行了分析,横向对比SRC、PRC、LLC谐振变换器后,对性能最好的不对称式半桥LLC谐振变换器做仿真分析,获得了相关计算数据 ...
单片机编程 Keil C51使用详解
Keil C51使用详解Keil C51 是美国Keil Software 公司出品的51 系列兼容单片机C 语言软件开发系统,与汇编相比,C 语言在功能上、结构性、可读性、可维护性上有明显的优势,因而易学易用。用过汇编语言后再使用C 来开发,体会更加深刻。Keil C51 软件提供丰富的库函数和功能强大的集成开发调试工具,全Windows界面。另外重要 ...
通信网络 HITECH与电脑的通信协议
1 Communication Protocol (Computer as master)
 
The communication protocol describes here allows your computer to access 4096 internal registers (W0000-W4095) and 1024 internal relays&n ...
嵌入式/单片机编程 S3C44BOX的BIOS。可使用的命令:help --- show help ? --- = help date --- show or set current date time --
S3C44BOX的BIOS。可使用的命令:help --- show help ? --- = help date --- show or set current date time --- show or set current time setweek --- set weekday clock --- show system running clock setmclk --- set system running clock setbaud ------ set baud rate ipcfg ------ show or set IP a ...
Java编程 用Java写的一个mp3文件改名的小工具
用Java写的一个mp3文件改名的小工具,可能还有不少bug,希望高手多多指点:) 用法:打开需要改名的mp3文件(或者包含mp3文件的目录),然后按开始操作就可以了。 新文件名为:歌手名_歌曲名.mp3 从RedHat9和win2000下面测试过(都是jdk1.4)。 压缩包中包含一个可执行的jar文件(跨平台),一个exe文件(windows)和一个linux下可运 ...
Linux/Unix编程 该驱动的编译
该驱动的编译,需要linux内核源代码的支持。驱动编译默认指向的源代码路径为/usr/src/linux,如果您的linux源代码没有安装,请务必安装。如果您的内核源代码的路径不是/usr/src/linux,可以建立一个符号链接ln –s /usr/src/linux-x.xx.xx /usr/src/linux在驱动源代码路径下执行 make 命令,生成驱动的目标文件 can9880.o在 ...
驱动编程 The flpydisk sample is a floppy driver that resides in the directory \NtddkSrcStorageFdcFlpydsk. It
The flpydisk sample is a floppy driver that resides in the directory \\Ntddk\Src\Storage\Fdc\Flpydsk. It is similar to a class driver in that it sits a level above the floppy disk controller in the driver stack, and brokers communication between the application level and the low-level driver. The fl ...
其他 迅捷简易网页计数器 Ver2.0 一.系统要求: ASP+ACCESS 二.程序主要功能: 简单的页面计数功能。 三.使用方法 1. 上传全部文件; 2. 用记事本打开se
迅捷简易网页计数器 Ver2.0
一.系统要求:
ASP+ACCESS
二.程序主要功能:
简单的页面计数功能。
三.使用方法
1. 上传全部文件;
2. 用记事本打开setup.asp更改程序按装路径;
3. 将 下面的代码添加到需要计数的网页,
<script language="javascript" src="count.asp"></script>
其中count.asp应改为计数文件的实际路径。
...
驱动编程 In the ffuart.tar.gz it has one file. The serial.c is the source codes of the FFUART as a console
In the ffuart.tar.gz it has one file.
The serial.c is the source codes of the FFUART as a console port, it should be put into the directory: /usr/src/linux/drivers/char/, and be compiled into the kernel.