搜索:Contain
找到约 127 项符合「Contain」的查询结果
结果 127
按分类筛选
- 全部
- 技术资料 (32)
- Java编程 (10)
- 其他 (7)
- 其他书籍 (7)
- 单片机开发 (6)
- 书籍源码 (4)
- Linux/Unix编程 (4)
- 数学计算 (4)
- matlab例程 (4)
- 书籍 (3)
- 数据结构 (3)
- 微处理器开发 (3)
- Java书籍 (3)
- VC书籍 (3)
- 行业应用文档 (2)
- 压缩解压 (2)
- 文件格式 (2)
- 人工智能/神经网络 (2)
- Jsp/Servlet (2)
- 论文 (1)
- 单片机编程 (1)
- 电源技术 (1)
- 接口技术 (1)
- 数值算法/人工智能 (1)
- 通讯/手机编程 (1)
- 操作系统开发 (1)
- 技术书籍 (1)
- 技术教程 (1)
- 测试测量 (1)
- Matlab (1)
- 电子书籍 (1)
- 可编程逻辑 (1)
- 驱动编程 (1)
- Internet/网络编程 (1)
- 教育系统应用 (1)
- 编译器/解释器 (1)
- Applet (1)
- 通讯编程文档 (1)
- VxWorks (1)
- 系统设计方案 (1)
- 软件设计/软件工程 (1)
- GPS编程 (1)
- 3G开发 (1)
https://www.eeworm.com/dl/841969.html
技术资料
JEDEC-JESD220-2-UFS存储卡标准
JEDEC standards and publications contain material that has been prepared,reviewed,and approvedthrough the JEDEC Board of Directors level and subsequently reviewed and approved by the JEDEClegal counsel.JEDEC standards and publications are designed to serve the public interest thr ...
https://www.eeworm.com/dl/kbcluoji/39392.html
可编程逻辑
Nios II软件开发人员手册中的缓存和紧耦合存储器部分
        Nios II 软件开发人员手册中的缓存和紧耦合存储器部分
Nios® II embedded processor cores can contain instruction and data caches. This
chapter discusses cache-related issues that you need to consider to guarantee that
your program execut ...
https://www.eeworm.com/dl/654/161975.html
数据结构
The government of a small but important country has decided that the alphabet needs to be streamline
The government of a small but important country has decided that the alphabet needs to be streamlined and reordered. Uppercase letters will be eliminated. They will issue a royal decree in the form of a String of B and A characters. The first character in the decree specifies whe ...
https://www.eeworm.com/dl/654/168230.html
数据结构
Many applications use connection/object pool. A program may require a IMAP connection pool and LDAP
Many applications use connection/object pool. A program may require a IMAP connection pool and LDAP connection pool. One could easily implement a IMAP connection pool, then take the existing code and implement a LDAP connection pool. The program grows, and now there is a need for ...
https://www.eeworm.com/dl/505/23069.html
电源技术
LED的电源管理
A light-emitting diode (LED) is a semiconductor device that emits narrow-spectrum incoherent light when forward-biased.The color of the emitted light depends on the chemical composition of the semiconductor material used, and can benear-ultraviolet, visible or infrared. LEDs ar ...
https://www.eeworm.com/dl/650/192600.html
人工智能/神经网络
Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search ma
Implemented BFS, DFS and A*
To compile this project, use the following command:
g++ -o search main.cpp
Then you can run it:
./search
The input is loaded from a input file in.txt
Here is the format of the input file:
The first line of the input file shoud contain two chars ind ...
https://www.eeworm.com/dl/534/358029.html
其他
The MAX481E, MAX483E, MAX485E, MAX487E–MAX491E, and MAX1487E are low-power transceivers for RS-485
The MAX481E, MAX483E, MAX485E, MAX487E–MAX491E,
and MAX1487E are low-power transceivers for RS-485 and
RS-422 communications in harsh environments. Each driver
output and receiver input is protected against ±15kV electrostatic
discharge (ESD) shocks, without latchup. These part ...
https://www.eeworm.com/dl/845315.html
技术资料
UFS2.0协议资料
UFS 2.0协议,Universal Flash Storage (UFS) Version 2.0JEDEC standards and publications contain material that has been prepared, reviewed, andapproved through the JEDEC Board of Directors level and subsequently reviewed and approvedby the JEDEC legal counsel.JEDEC standards and pu ...
https://www.eeworm.com/dl/846295.html
技术资料
运算放大器手册
 [运算放大器手册]电子产品开发必备手册,难得的文档While in the process of reviewing Texas Instruments applications notes, including thosefrom Burr-Brown – I uncovered a couple of treasures, this handbook on op ampapplications and one on active RC networks. These old publicat ...
https://www.eeworm.com/dl/534/406523.html
其他
Instead of finding the longest common subsequence, let us try to determine the length of the LCS.
Instead of finding the longest common
subsequence, let us try to determine the
length of the LCS.
&#1048708 Then tracking back to find the LCS.
&#1048708 Consider a1a2…am and b1b2…bn.
&#1048708 Case 1: am=bn. The LCS must contain am,
we have to find the LCS of a1a2…am-1 and
b1 ...