搜索结果
找到约 13,316 项符合
A-uart 的查询结果
汇编语言 题目:利用条件运算符的嵌套来完成此题:学习成绩>=90分的同学用A表示
题目:利用条件运算符的嵌套来完成此题:学习成绩>=90分的同学用A表示,60-89分之间的用B表示,60分以下的用C表示。 1.程序分析:(a>b)?a:b这是条件运算符的基本例子。
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 ...
数值算法/人工智能 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.
数值算法/人工智能 A Library of Efficient Data Types and Algorithms,封装了常用的ADT及其相关算法的软件包
A Library of Efficient Data Types and Algorithms,封装了常用的ADT及其相关算法的软件包
数值算法/人工智能 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:
数值算法/人工智能 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.
微处理器开发 arm s3c44b0x 的uart程序源码
arm s3c44b0x 的uart程序源码
微处理器开发 arm s3c44b0x 的uart程序源码
arm s3c44b0x 的uart程序源码
源码/资料 完成“快速拼写检查程序”的分析、设计和实现过程。 快速拼写检查程序基本功能说明如下: 1.进行拼写检查的文件以文本文件形式存储于外存上; 2.只检查文件中英文单词的拼写错误; 3.单词是用字母(a…z
完成“快速拼写检查程序”的分析、设计和实现过程。 快速拼写检查程序基本功能说明如下: 1.进行拼写检查的文件以文本文件形式存储于外存上; 2.只检查文件中英文单词的拼写错误; 3.单词是用字母(a…z或A…Z)定义,任一非字母字符作为分隔符; 4.判断单词拼写正误的依据是词典,词典以文本文件形式存放于外存上; 5 ...