Changemakerproblem-找零(1-99美分),允许重复计算://Changemakerproblem-找零(1-99美分)
#include<iostream>
usingnamespacestd;
voidcompute_coins(intcoin_value,int&number,int&amount_left);
intmain()
{
intcents,number[2],amount_left;
charans;
do{..
分类:
其他好文 时间:
2014-08-31 18:48:19
阅读次数:
317
Description
The famous ACM (Advanced Computer Maker) Company has rented a floor of a building whose shape is in the following figure.
The floor has 200 rooms each on the north side and south side...
分类:
其他好文 时间:
2014-08-20 16:36:12
阅读次数:
263
在使用Smart Install Maker时, 出现“另一进程正在使用此文件,进程无法访问。”问题,但百度后发现没有解决方法。于是猜测可能是与其他程序冲突,于是一个一个关闭程序进行测试,关瑞星杀毒时,Smart Install Maker正常,说明瑞星杀毒在监控相应进程,导致无法打开。如果你也有类...
分类:
其他好文 时间:
2014-08-05 09:34:28
阅读次数:
257
当用户搜索到App的时候,一般都会先看截图,如果截图效果不好,可能用户就不会下载。 不想自己辛苦写的认为还不错的软件,因为截图的原因,而降低了很多下载量吧。轻轻松松做出这样高大上的截屏效果来。Screenshot Maker Pro(iOS – Free to Try)Promotee(OSX...
分类:
移动开发 时间:
2014-08-02 18:10:43
阅读次数:
322
在实际操作之前有几个概念先弄清一下.
Atlas : 图集。把美术给你提供的素材,用 NGUI 的 Atlas Maker 工具,合成一张图片(准确的说,还同时生成了prefab、mat )。
Sprite:精灵。由于Atlas已经把你的图片都合成一张了,那怎么单独调用呢?就是用Sprite。
1.导入外部图片
理解完了上面两个概念之后咱们可以言归正传了,首先需要使用外部图片,你可以...
分类:
其他好文 时间:
2014-08-01 16:12:02
阅读次数:
247
Moving TablesThe famous ACM (Advanced Computer Maker) Company has rented a floor of a building who...
分类:
其他好文 时间:
2014-07-26 14:22:30
阅读次数:
263
Hydrolink v9.52 for Maxsurf(数据交换模块)Section Maker v8.51 for Maxsurf(结构设计)Steel Designeer v8.51 for Maxsurf(钢结构设计) AutoYacht.8.2.0(Autoship公司的供快艇设计者使用的外...
分类:
其他好文 时间:
2014-07-26 14:05:05
阅读次数:
304
unity版本:4.5 NGUI版本:3.6.51、选择要制作的图片放到对应目录下,在Asset下新建一个文件夹Picture用于放置图片:2、选中一张图片,打开Atlas Maker:3、单击窗口中的Create按钮,选择一个路径保存,在这里我们新建一个文件夹Prefabs用于保存生成的文件,可以...
分类:
其他好文 时间:
2014-07-22 08:34:37
阅读次数:
224
打开 Atlas Maker:NGUI -> Open -> Atlas Maker新建一个 "Icon Atlas"生成3个东西:分别是 png、prefab、material。这个 UIAtlas 就是记住了所有图片的x,y,w,h,等信息 拷贝这3个东西, atlas 就可以到处用了生成好之后...
分类:
其他好文 时间:
2014-07-16 15:23:46
阅读次数:
289
打开 Font Maker:NGUI->Open->Font Maker类型:Generated Bitmap最后将生成一个 prefab。这个 prefab 包含一个 UIFont 的脚本。UIFont 与 UIAtlas 的关系UIFont 使用了 UIAtlas 中的某个 Sprite。生成 ...
分类:
其他好文 时间:
2014-07-16 15:09:20
阅读次数:
248