搜索结果
找到约 48 项符合
characters 的查询结果
按分类筛选
- 全部分类
- 其他 (8)
- 单片机编程 (5)
- 单片机开发 (4)
- 压缩解压 (2)
- 其他书籍 (2)
- Linux/uClinux/Unix编程 (2)
- 图形图像 (1)
- 通信网络 (1)
- C/C++语言编程 (1)
- 接口技术 (1)
- 汇编语言 (1)
- 数据结构 (1)
- 技术管理 (1)
- 嵌入式/单片机编程 (1)
- 电子书籍 (1)
- 数学计算 (1)
- 中间件编程 (1)
- Internet/网络编程 (1)
- 数值算法/人工智能 (1)
- 微处理器开发 (1)
- 加密解密 (1)
- Jsp/Servlet (1)
- GPS编程 (1)
- 多国语言处理 (1)
- Java编程 (1)
- 软件设计/软件工程 (1)
- 文件格式 (1)
- 书籍源码 (1)
- Symbian (1)
- VC书籍 (1)
- VIP专区 (1)
接口技术 XAPP904 - CoolRunner-II特性LCD模块接口
 
There are many manufacturers of dot matrix LCD modules. However, most of these displaysare similar. They all have on-board controllers and drivers capable of displaying alpha numericsand a wide variety of other symbols (including Japanese "Katakana" characters). The internaloperation of L ...
压缩解压 This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is described by Storer a
This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is described by Storer and Szymanski [2]. An implementation using a binary tree is proposed by Bell [3]. The algorithm is quite simple: Keep a ring buffer, which initially contains "space" characters only. Read several lette ...
汇编语言 ARM下 Implement matrix multiplication of 2 square matrices, with data read from an input file and pri
ARM下 Implement matrix multiplication of 2 square matrices, with data read from an input file and printed both to the console and to an output file.
&#8226 Assume a file with correct data (no garbage, characters, etc.).
&#8226 you must check and provide appropriate execution for 2 extra cases, namel ...
数据结构 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 ...
其他 xletview, for UNIX file and directory names are case sensitive. The path to the project CVSROOT must
xletview, for UNIX file and directory names are case sensitive. The path to the project CVSROOT must be specified using lowercase characters (i.e. /cvsroot/xletview)
技术管理 本文简要介绍了集成电路MAX038的性能
本文简要介绍了集成电路MAX038的性能,并给出了以MAX038波形产生器为核心具有四种输出波形的函数
信号发生器的设计方案。用这种方法设计的信号发生器具有结构简单、成本低、体积小等特点,很好地满足
了一般的实验要求。
关键词:集成电路 信号发生器 频率
Abstract:The performance ofIC_MAX038 was introduced briefly i ...
电子书籍 Listed below are the typographical conventions used in this guide. – Example C++ code and commands
Listed below are the typographical conventions used in this guide.
– Example C++ code and commands to be typed by the user are in non-bold characters in typewriter
font.
– Items where the user has to supply a name or number are given in lower-case italic characters in
typewriter font.
– Sections ...
其他 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 ...
数学计算 48 bit CRC routines These routines can be used to calculate a 48 bit CRC over an array of character
48 bit CRC routines
These routines can be used to calculate a 48 bit CRC over an array of characters.