代码搜索:Transformation
找到约 2,841 项符合「Transformation」的源代码
代码结果 2,841
www.eeworm.com/read/184417/9101355
c transformation.c
/*
transformation.c
Nate Robins, 1997
Tool for teaching about OpenGL transformations.
*/
#include
#include
#include
#include
#include
www.eeworm.com/read/184417/9101365
exe transformation.exe
www.eeworm.com/read/184417/9101368
dsp transformation.dsp
# Microsoft Developer Studio Project File - Name="transformation" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32
www.eeworm.com/read/280448/10329214
cpp transformation.cpp
// Transformation.cpp: implementation of the CTransformation class.
//
//////////////////////////////////////////////////////////////////////
#include "windows.h"
#include "define.h"
#include "
www.eeworm.com/read/280448/10329977
h transformation.h
// Transformation.h: interface for the CTransformation class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_TRANSFORMATION_H__6BCB231D_F76F_4731_A951_
www.eeworm.com/read/276451/10736755
c transformation.c
/*
transformation.c
Nate Robins, 1997
Tool for teaching about OpenGL transformations.
*/
#include
#include
#include
#include
#include
www.eeworm.com/read/276451/10736763
exe transformation.exe
www.eeworm.com/read/276451/10736765
dsp transformation.dsp
# Microsoft Developer Studio Project File - Name="transformation" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32
www.eeworm.com/read/229363/6958129
txt transformation.txt
读入一个浮点数值,将其转化为金额的中文大写方式.
试验要求:
当金额为整数时,只表示整数部分,省略小数部分,并添加"整"字.
当金额中含有连续的0时,只需要一个"零"即可.
10的表示方式.例如110--壹佰一拾元整,10---一拾元整
-------------------------------------------------