-
A1005
pat advanced level 1005. Spell It Right(Given a non-negative integer N, your task is to compute the sum of all the digits of N, and output every digit of the sum in English.
Input Specification:
Each input file contains one test case. Each case occupies one line which contains an N (<= 10100).
Output Specification:
For each test case, output in one line the digits of the sum in English words. There must be one space between two consecutive words, but no extra space at the end of a line.
Sample Input:
12345
Sample Output:
one five)
- 2015-10-23 10:14:29下载
- 积分:1
-
字谜检查器
此文件检查两个给定的单词不是是字谜。字谜意味着第二个单词是否可以从第一个单词或看下示例: dangergarden
- 2022-08-02 17:07:48下载
- 积分:1
-
平面点集的delaunay剖分
首先新建有关三角化的基本元素:顶点、边、三角形的类:
typedef struct Vertex
{
int x, y;// 离散点的坐标
int index;//点的索引
};
typedef struct Triangle
{
int NodeA; // 三角形的顶点A的坐标索引
int NodeB; // 三角形的顶点B的坐标索引
int NodeC; // 三角形的顶点C的坐标索引
int BorderA; // 三角形的顶点A的对边的索引
int BorderB; // 三角形的顶点B的对边的索引
int BorderC; // 三角形的顶点C的对边的索引
int index; // 三角形的索引
};
typedef struct Edge
{
int Start; // 边的起点的索引
int End; // 边的终点的索引
int LeftTriangle; // 边的左三角形索引
int RightTriangle; // 边的右三角形索引
int index; // 边的索引
}
- 2022-02-02 19:28:54下载
- 积分:1
-
基于对弹球游戏的C #实现,你可以设置PIN的速度…
基于C#实现的弹球游戏,可以设置弹球的速度。-Based on the C# implementation of the pinball game, you can set the speed of pinball.
- 2022-02-06 06:44:16下载
- 积分:1
-
Tmu_ni_dian_yh
这个课程设计的题目是模拟电压采集电路路与程序设计,报告书的内容都比较详细.
(The topics of this course design is an analog voltage acquisition circuit Road and program design, the contents of the report are more detailed.)
- 2012-07-19 09:23:07下载
- 积分:1
-
GeneratorTumpuk
Yes ajfhakjsghajlksgvajlsvnajksvgkasjvjlaskvnhaslv
- 2019-07-05 06:23:12下载
- 积分:1
-
gamesl
C语言编写的仿微软系统经典游戏扫雷,源代码全是C语言写的。大家学习、观摩。(The classic game Minesweeper of the the imitation Microsoft System C language source code is written in C language. Them to learn, to observe.)
- 2013-01-22 21:16:02下载
- 积分:1
-
QliuuguifeenA
QAM16调制的实现 matlab源程序源源码 星座图的输出与结果都正确 可直接使用。
(Matlab source source source constellation of QAM16 modulation output results are correct can be used directly.)
- 2012-07-25 23:06:40下载
- 积分:1
-
QT mydialog
window 平台的qt中一个界面中通过点击按钮打开不同对话框,包括文件对话框,颜色对话框,字体,消息,输入,进度,错误对话框的实现
- 2022-02-04 06:00:27下载
- 积分:1
-
ARM_CAN232
实现简单的RS232 TO CAN,CAN T0 RS232的数据转换
(Realize a simple RS232 TO CAN, CAN T0 RS232 data conversion)
- 2008-07-18 19:24:34下载
- 积分:1