标题:z这个代表什么意思??
取消只看楼主
cll19820814
Rank: 2
等 级:新手上路
威 望:3
帖 子:328
专家分:0
注 册:2005-11-30
 问题点数:0 回复次数:1 
z这个代表什么意思??
.
.
System.out.print(Thread.currentThread());
accounts[from] -= amount;
System.out.printf("%10.2f from %d to %d", amount, from, to);
accounts[to] += amount;
System.out.printf("Total Balance: %10.2f%n", getTotalBalance());
sufficientFunds.signalAll();
.
.
这两句中间 %10.2f%n %10.2f 是什么意思?
搜索更多相关主题的帖子: 代表 
2006-08-15 10:20
cll19820814
Rank: 2
等 级:新手上路
威 望:3
帖 子:328
专家分:0
注 册:2005-11-30
得分:0 

因为我看的教程都没教过printf的,而且C基本上也没碰过嘛


懵懵懂懂,看千遍而不会;设身处地,试一下就成功!
2006-08-15 13:59



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-84036-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.038255 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved