A*
标签:
上传时间: 2013-12-20
上传用户:569342831
题目:利用条件运算符的嵌套来完成此题:学习成绩>=90分的同学用A表示,60-89分之间的用B表示,60分以下的用C表示。 1.程序分析:(a>b)?a:b这是条件运算符的基本例子。
上传时间: 2015-01-08
上传用户:lifangyuan12
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 algorithms
标签: collaborative several Europe Israel
上传时间: 2015-01-09
上传用户:refent
The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers.
标签: programmers Scientific numerical Library
上传时间: 2015-01-09
上传用户:teddysha
A Library of Efficient Data Types and Algorithms,封装了常用的ADT及其相关算法的软件包
标签: Algorithms Efficient Library Types
上传时间: 2014-01-10
上传用户:fhzm5658
PQP is a library for performing three types of proximity queries on a pair of geometric models composed of triangles:
标签: performing geometric proximity library
上传时间: 2014-01-13
上传用户:love_stanford
source code to compute the visibility polygon of a point in a polygon.
标签: polygon visibility compute source
上传时间: 2015-01-09
上传用户:wpt
完成“快速拼写检查程序”的分析、设计和实现过程。 快速拼写检查程序基本功能说明如下: 1.进行拼写检查的文件以文本文件形式存储于外存上; 2.只检查文件中英文单词的拼写错误; 3.单词是用字母(a…z或A…Z)定义,任一非字母字符作为分隔符; 4.判断单词拼写正误的依据是词典,词典以文本文件形式存放于外存上; 5.词典文件第1行为词典的名称,以后每一行存放一个单词; 6.输出结果以文本文件形式存储,其格式为: 第1行:被拼写检查的文件名 + 词典名 第2行后的每一行: 出错单词 位于第x行 7.合理的GUI,注意GUI界面类与功能类的关系应比较松散。
上传时间: 2014-01-09
上传用户:ggwz258
用汇编编写的河内塔程序 将第一柱a上n-1个盘借助第二柱c移到第三柱b 把a上剩下的一个盘移到c 将n-1个盘从b借助a移到第三柱c 这三步是图示河内塔的根本方法 功能一:自己动手移动河内塔 先按左右键选择要移的盘,按箭头上键确定 再按左右键移到要的盘 如此,再根据河内塔的规则确定较好的次数step2 功能二:图示河内塔移动过程 根据河内塔的基本方法,确定图象,按任意键选下一步,(开始时输入level)
上传时间: 2015-01-10
上传用户:chenbhdt
企鹅推冰块游戏,A,D左右移动.K,M上下移动
标签: 移动
上传时间: 2015-01-10
上传用户:王者A