搜索结果
找到约 102 项符合
li 的查询结果
按分类筛选
- 全部分类
- 技术资料 (19)
- 电源技术 (10)
- matlab例程 (6)
- 其他 (5)
- 单片机开发 (5)
- 数据结构 (4)
- Linux/Unix编程 (4)
- 单片机编程 (3)
- 加密解密 (3)
- 电子书籍 (3)
- 系统设计方案 (3)
- 技术书籍 (2)
- 学术论文 (2)
- 汇编语言 (2)
- 其他书籍 (2)
- 数值算法/人工智能 (2)
- 人工智能/神经网络 (2)
- 论文 (2)
- 单片机 (1)
- 实用工具 (1)
- PCB图/BOM单/原理图 (1)
- 通信网络 (1)
- ARM (1)
- 编译器/解释器 (1)
- 串口编程 (1)
- 通讯/手机编程 (1)
- 软件设计/软件工程 (1)
- Internet/网络编程 (1)
- 数学计算 (1)
- 教育系统应用 (1)
- 嵌入式Linux (1)
- 数据库系统 (1)
- Java编程 (1)
- 技术管理 (1)
- 金融证券系统 (1)
- 其他嵌入式/单片机内容 (1)
- 书籍源码 (1)
- 电子书籍 (1)
- 其他 (1)
- 源码 (1)
- VIP专区 (1)
单片机编程 开放式汇编器系统的设计
汇编器在微处理器的验证和应用中举足轻重,如何设计通用的汇编器一直是研究的热点之一。本文提出了一种开放式的汇编器系统设计思想,在汇编语言与机器语言间插入中间代码CMDL(code mapping description language)语言,打破汇编语言与机器语言的直接映射关系,由此建立起一套描述汇编语言与机器语言的开放式映射体系。基 ...
单片机编程 锂-离子线性电池充电控制器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.
加密解密 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文件中拿到需要升级的文件清单,下载服务器里的相应文件.最后结束自己 ...