搜索结果

找到约 13,316 项符合 A-uart 的查询结果

源码/资料 A*

A*
https://www.eeworm.com/dl/616/101662.html
下载: 128
查看: 1016

汇编语言 题目:利用条件运算符的嵌套来完成此题:学习成绩>=90分的同学用A表示

题目:利用条件运算符的嵌套来完成此题:学习成绩>=90分的同学用A表示,60-89分之间的用B表示,60分以下的用C表示。 1.程序分析:(a>b)?a:b这是条件运算符的基本例子。
https://www.eeworm.com/dl/644/101940.html
下载: 77
查看: 1125

Linux/Unix编程 CGAL is a collaborative effort of several sites in Europe and Israel. The goal is to make the most i

CGAL is a collaborative effort of several sites in Europe and Israel. The goal is to make the most important of the solutions and methods developed in computational geometry available to users in industry and academia in a C++ library. The goal is to provide easy access to useful, reliable geometric ...
https://www.eeworm.com/dl/619/102387.html
下载: 170
查看: 1049

数值算法/人工智能 The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers.

The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers.
https://www.eeworm.com/dl/518/102394.html
下载: 173
查看: 1138

数值算法/人工智能 A Library of Efficient Data Types and Algorithms,封装了常用的ADT及其相关算法的软件包

A Library of Efficient Data Types and Algorithms,封装了常用的ADT及其相关算法的软件包
https://www.eeworm.com/dl/518/102395.html
下载: 97
查看: 1078

数值算法/人工智能 PQP is a library for performing three types of proximity queries on a pair of geometric models compo

PQP is a library for performing three types of proximity queries on a pair of geometric models composed of triangles:
https://www.eeworm.com/dl/518/102396.html
下载: 121
查看: 1118

数值算法/人工智能 source code to compute the visibility polygon of a point in a polygon.

source code to compute the visibility polygon of a point in a polygon.
https://www.eeworm.com/dl/518/102397.html
下载: 161
查看: 1101

微处理器开发 arm s3c44b0x 的uart程序源码

arm s3c44b0x 的uart程序源码
https://www.eeworm.com/dl/655/102683.html
下载: 102
查看: 1138

微处理器开发 arm s3c44b0x 的uart程序源码

arm s3c44b0x 的uart程序源码
https://www.eeworm.com/dl/655/102684.html
下载: 59
查看: 1083

源码/资料 完成“快速拼写检查程序”的分析、设计和实现过程。 快速拼写检查程序基本功能说明如下: 1.进行拼写检查的文件以文本文件形式存储于外存上; 2.只检查文件中英文单词的拼写错误; 3.单词是用字母(a…z

完成“快速拼写检查程序”的分析、设计和实现过程。 快速拼写检查程序基本功能说明如下: 1.进行拼写检查的文件以文本文件形式存储于外存上; 2.只检查文件中英文单词的拼写错误; 3.单词是用字母(a…z或A…Z)定义,任一非字母字符作为分隔符; 4.判断单词拼写正误的依据是词典,词典以文本文件形式存放于外存上; 5 ...
https://www.eeworm.com/dl/616/102826.html
下载: 140
查看: 1072