摘要:
在C语言中,如何输出百分号呢? 很简单,只要在格式控制符里输入2个 %% 就可以了,例如: #include <stdio.h> int main() { int a=90; printf("%d%%\n",a); return 0; } 这样就会在屏幕上得到 90% 阅读全文
posted @ 2010-04-26 15:41
emanlee
阅读(55478)
评论(1)
推荐(2)
摘要:
The Microsoft .NET Framework 4 redistributable package installs the .NET Framework runtime and associated files that are required to run and develop applications to target the .NET Framework 4. File ... 阅读全文
posted @ 2010-04-26 15:40
emanlee
阅读(773)
评论(0)
推荐(0)

浙公网安备 33010602011771号