搜索:character
找到约 106 项符合「character」的查询结果
结果 106
按分类筛选
- 全部
- 技术资料 (14)
- 单片机编程 (9)
- 单片机开发 (8)
- 其他 (7)
- 电源技术 (6)
- 汇编语言 (6)
- matlab例程 (5)
- C/C++语言编程 (3)
- 通信网络 (3)
- 压缩解压 (3)
- Java编程 (3)
- 嵌入式/单片机编程 (3)
- 其他书籍 (2)
- 电子书籍 (2)
- 可编程逻辑 (2)
- CA认证 (2)
- 人工智能/神经网络 (2)
- Java书籍 (2)
- 其他嵌入式/单片机内容 (2)
- 书籍 (1)
- DSP编程 (1)
- 加密解密 (1)
- 通讯/手机编程 (1)
- 软件工程 (1)
- 嵌入式综合 (1)
- 教程资料 (1)
- 教程资料 (1)
- 手机短信编程 (1)
- 编译器/解释器 (1)
- 网络 (1)
- 多国语言处理 (1)
- 数学计算 (1)
- USB编程 (1)
- 通讯编程文档 (1)
- 文章/文档 (1)
- 嵌入式Linux (1)
- 数据结构 (1)
- Delphi控件源码 (1)
- 软件设计/软件工程 (1)
- JavaScript (1)
- SQL Server (1)
https://www.eeworm.com/dl/502/30336.html
单片机编程
AVR ISP下载线使用说明
 本文只介绍AVR ISP下载线在AVR Studio环境下的下载方法,推荐使用。 并口下载线主要优点是电路简单,缺点主要有下载速度慢、不能在AVR Studio环境下使用。具体差别在用了AVR ISP之后就知道了,现在一个标准的下载线也只要几十块钱和并口下载线没什么差别了。此处所说的STK500下载线和AVR ISP下载 ...
https://www.eeworm.com/dl/844024.html
技术资料
C编译器错误信息中文翻译
Ambiguous operators need parentheses 不明确的运算需要用括号括起 Ambiguous symbol ``xxx`` 不明确的符号 Argument list syntax error 参数表语法错误 Array bounds missing 丢失数组界限符 Array size toolarge 数组尺寸太大 Bad character in par ...
https://www.eeworm.com/dl/656/241394.html
Java书籍
Core Java 2 Volume I - Fundamentals, Seventh Edition Completely revised and up-to-date coverage o
Core Java 2 Volume I - Fundamentals, Seventh Edition
Completely revised and up-to-date coverage of
Generic programming, restrictions and limitations, type bounds, wilcard types, and generic reflection
Swing GUI development, including input validation and other enhancements
Ex ...
https://www.eeworm.com/dl/648/368167.html
单片机开发
51单片机C语言多种点阵屏驱动程序(开发软件为keil C ---8字点阵屏左移程序
51单片机C语言多种点阵屏驱动程序(开发软件为keil C ---8字点阵屏左移程序,64_16点阵屏驱动程序,上移显示程序,左移显示程序)51 monolithic integrated circuit C language many kinds of lattice screen driver (develops the software is keil C ---8 character lattice screen left shift proce ...
https://www.eeworm.com/dl/999587.html
技术资料
车牌文字识别
车牌识别软件需要车牌的字体信息。 作者根据《GA36-2007中华人民共和国机动车号牌》 编写了车牌字体模块。
整个模块只有一个入口函数:
bool LPRFontGet(char character,int x,int y)
在本文稍后的代码中前半部分就是这个函数的实现。 后半部分是使用这个函数的一个例子。 ...
https://www.eeworm.com/dl/665/161367.html
matlab例程
Frequency Scale Conversion From f To f Scale frq2mel mel2frq mel The mel scale is based on the hu
Frequency Scale Conversion
From f To f Scale
frq2mel mel2frq mel The mel scale is based on the human perception of sinewave pitch.
frq2erb erb2frq erb The erb scale is based on the equivalent rectangular bandwidths of the human ear.
frq2midi midi2frq midi The midi standard spe ...
https://www.eeworm.com/dl/522382.html
书籍
Digital+Signal+Processing+for+RFID
Identification is pervasive nowadays in daily life due to many complicated activities such as
bank and library card reading, asset tracking, toll collecting, restricted access to sensitive data
and procedures and target identification. This kind of task can be realized by passwor ...
https://www.eeworm.com/dl/cadence/doc/36662.html
教程资料
Cadence PCB 设计与制板
§1、安装:    SPB15.2 CD1~3,安装1、2,第3为库,不安装    License安装:         设置环境变量lm_license_file   D:\Cadence\license.dat         修改lic ...
https://www.eeworm.com/dl/kbcluoji/40272.html
可编程逻辑
Cadence PCB 设计与制板
§1、安装:    SPB15.2 CD1~3,安装1、2,第3为库,不安装    License安装:         设置环境变量lm_license_file   D:\Cadence\license.dat         修改lic ...
https://www.eeworm.com/dl/534/199662.html
其他
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: fi ...