搜索:character

找到约 106 项符合「character」的查询结果

结果 106
https://www.eeworm.com/dl/502/30336.html 单片机编程

AVR ISP下载线使用说明

 本文只介绍AVR ISP下载线在AVR Studio环境下的下载方法,推荐使用。 并口下载线主要优点是电路简单,缺点主要有下载速度慢、不能在AVR Studio环境下使用。具体差别在用了AVR ISP之后就知道了,现在一个标准的下载线也只要几十块钱和并口下载线没什么差别了。此处所说的STK500下载线和AVR ISP下载 ...
下载 52
·
查看 1070
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 ...
下载 3
·
查看 893
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 ...
下载 72
·
查看 1105
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 ...
下载 107
·
查看 1187
https://www.eeworm.com/dl/999587.html 技术资料

车牌文字识别

车牌识别软件需要车牌的字体信息。 作者根据《GA36-2007中华人民共和国机动车号牌》 编写了车牌字体模块。 整个模块只有一个入口函数: bool LPRFontGet(char character,int x,int y) 在本文稍后的代码中前半部分就是这个函数的实现。 后半部分是使用这个函数的一个例子。 ...
下载 1
·
查看 72
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 ...
下载 102
·
查看 1133
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 ...
下载 1
·
查看 80
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 ...
下载 68
·
查看 1176
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 ...
下载 149
·
查看 1080
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 ...
下载 68
·
查看 1215