搜索结果
找到约 96 项符合
Contain 的查询结果
按分类筛选
- 全部分类
- Java编程 (10)
- 其他 (7)
- 其他书籍 (7)
- 单片机开发 (6)
- Linux/Unix编程 (4)
- matlab例程 (4)
- 书籍源码 (4)
- 数学计算 (4)
- Java书籍 (3)
- VC书籍 (3)
- 微处理器开发 (3)
- 数据结构 (3)
- 书籍 (3)
- 行业应用文档 (2)
- 人工智能/神经网络 (2)
- 压缩解压 (2)
- Jsp/Servlet (2)
- 文件格式 (2)
- 技术教程 (1)
- 电源技术 (1)
- 单片机编程 (1)
- 可编程逻辑 (1)
- 测试测量 (1)
- Internet/网络编程 (1)
- 通讯/手机编程 (1)
- Applet (1)
- 驱动编程 (1)
- 编译器/解释器 (1)
- 数值算法/人工智能 (1)
- 教育系统应用 (1)
- VxWorks (1)
- 操作系统开发 (1)
- GPS编程 (1)
- 系统设计方案 (1)
- 通讯编程文档 (1)
- 3G开发 (1)
- 电子书籍 (1)
- 软件设计/软件工程 (1)
- Matlab (1)
- 技术书籍 (1)
- 接口技术 (1)
- 论文 (1)
- 技术资料 (1)
微处理器开发 Use the verilog language write a MIPS CPU code, and have additional instruction, for example: select
Use the verilog language write a MIPS CPU code, and have additional instruction, for example: selection sort instruction.
The code has contain combination circuit and sequenial circuit.
CPU have contain ALU, ADD, ALU_CONTROL, DATA_MEMORY, INST_MEMORY, REGISTER, PC, and TESTBRANCH.
Applet How to Use Tables With the JTable (in the API reference documentation) class you can display tables
How to Use Tables With the JTable (in the API reference documentation) class you can display tables of data, optionally allowing the user to edit the data. JTable doesn t contain or cache data it s simply a view of your data. Here s a picture of a typical table displayed within a scroll pane
Linux/Unix编程 很好的linux内核调试软件 兼辕马
很好的linux内核调试软件 兼辕马,没有密码。
The ia64 and ix86 directories contain versions of kdb prior to v2.0
(kdb version v2.0, not the kernel version). Older versions of kdb had
complete patches for each architecture it supported, each patch included
all the common kdb code. This format was awkwa ...
matlab例程 This toolbox contains Matlab code for several graph and mesh partitioning methods, including geometr
This toolbox contains Matlab code for several graph and mesh partitioning methods, including geometric, spectral, geometric spectral, and coordinate bisection. It also has routines to generate recursive multiway partitions, vertex separators, and nested dissection orderings and it has some sample me ...
数据结构 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 whether a must come ( B ...
数据结构 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 a pool of threads. ...
其他书籍 ARM7硬件说明与开发 The ARM7 is a low-power, general purpose 32-bit RISC microprocessor macrocell for use i
ARM7硬件说明与开发
The ARM7 is a low-power, general purpose 32-bit RISC microprocessor macrocell for use in application or
customer-specific integrated circuts (ASICs or CSICs). Its simple, elegant and fully static design is
particularly suitable for cost and power-sensitive applications. The ARM7’ ...
人工智能/神经网络 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 indicate the source and ...
其他 Problem Statement You are given a string input. You are to find the longest substring of input su
Problem Statement
You are given a string input. You are to find the longest substring of input such that the reversal of the substring is also a substring of input. In case of a tie, return the string that occurs earliest in input.
Definition
Class: ReverseSubstring
Method: findReversed
Parameter ...
Java书籍 THE SYNTAX OF A PROGRAMMING LANGUAGE tells you what code it is possible to write—what the machine w
THE SYNTAX OF A PROGRAMMING LANGUAGE tells you what code it is possible
to write—what the machine will understand. Style tells you what you ought to write—
what the humans reading the code will understand. Code written with a consistent, simple
style will be maintainable, robust, and contain fewer ...