搜索结果
找到约 127 项符合
LI-OV 的查询结果
单片机编程 锂-离子线性电池充电控制器LTC1732及其应用
LTC1732 是LINEAR TECHNOLOGY 公司推出的锂离子电池充电控制集成电路芯片。它具有电池插入检测和自动低压电池充电功能。文章介绍了该芯片的结构、特点、工作原理及应用信息,给出了典型的应用电路。
LTC1732 是LINEAR TECHNOLOGY 公司生产的锂-离子(Li-离子)电池恒流/恒压线性充电控制器。它也可以对镍-镉(NiCd)和镍-氢 ...
通信网络 RF设计技术与经验
作者RICHARD CHI-HSI LI,结合自己20年RF设计经验,整理的RF设计技术与经验,工程性很强,从最基本的LNA、MIXERS、差分对等讲起,涉及到阻抗匹配,接地,天线设计,RF系统分析,是一本很不错的书。英文版
ARM LPC315x系列ARM微控制器用户手册
The NXP LPC315x combine an 180 MHz ARM926EJ-S CPU core, High-speed USB 2.0OTG, 192 KB SRAM, NAND flash controller, flexible external bus interface, an integratedaudio codec, Li-ion charger, Real-Time Clock (RTC), and a myriad of serial and parallelinterfaces in a single chip targeted at consumer, in ...
编译器/解释器 Tiny C Compiler - C Scripting Everywhere - The Smallest ANSI C compiler Installation on a i386 Li
Tiny C Compiler - C Scripting Everywhere - The Smallest ANSI C compiler
Installation on a i386 Linux host (for Windows read win32/readme.txt)
./configure
make
make test
make install
By default, tcc is installed in /usr/local/bin.
./configure --help shows configuration options.
matlab例程 数字水印的嵌入和检测
数字水印的嵌入和检测,dct,
作者Mao Li
Purpose:an algorithm to achieve the embeding watermarking to a image by
dct bloking and hvs,then detect the watermarking by comparability.
驱动编程 设备驱动可以理解为操作系统的一部分
设备驱动可以理解为操作系统的一部分,对于一个特定的硬件设备来说,其对应的设备驱动是不同的。本系统要使用摄像头获取视频数据,所以编写摄像头驱动是必需得。我们选用的是OV公司系列摄像头,因为对于嵌入式开发,几乎没有通用的驱动程序可以用,不同的软硬件环境有其特殊性。本文档阐述的摄像头驱动是基于OMAP芯片和嵌入 ...
加密解密 DES(Data Encrypton Standard) 算法的实现网上已经有很多
DES(Data Encrypton Standard) 算法的实现网上已经有很多,本人在此讲述的是在DES算法加密过程中如何查看16迭代过程中生成的Ki,Li,Ri,Fi,Si等,这样可以当做一个DES加密对照器,这样可以方便的发现你在加密过程中出现的错误!
Linux/Unix编程 SDL Library Documentation. The SDL library is designed to make it easy to write games that run on Li
SDL Library Documentation. The SDL library is designed to make it easy to write games that run on Linux, *BSD, MacOS, Win32 and BeOS using the various native high-performance media interfaces, (for video, audio, etc) and presenting a single source-code level API to your application. SDL is a fairly ...
其他书籍 Building Embedded Linux Systems shows you how to design and build your own embedded systems using Li
Building Embedded Linux Systems shows you how to design and build your own embedded systems using Linux® as the kernel and freely available open source tools as the framework
Internet/网络编程 用匿名方式登陆一个FTP服务器,下载FTP服务器里的文件到本地。在FTP服务器里应该有一个list.ini文件,里面记录一些相关的信息(版本号,需要下载的文件等)。 程序第一次执行,如果本地没有li
用匿名方式登陆一个FTP服务器,下载FTP服务器里的文件到本地。在FTP服务器里应该有一个list.ini文件,里面记录一些相关的信息(版本号,需要下载的文件等)。
程序第一次执行,如果本地没有list.ini文件,则先下载服务器的list.ini文件到本地,然后从本地的list文件中拿到需要升级的文件清单,下载服务器里的相应文件.最后结束自己 ...