题目链接:https://cn.vjudge.net/problem/HDU-6297 题目介绍:一道关于输出格式规范问题 wrong answer代码: #include<iostream> #include<cstdio> #include<string.h> #include<string> ...
分类:
其他好文 时间:
2019-03-08 12:36:06
阅读次数:
165
在C++中,我们常用到的一些关于流操纵算子,来对我们程序中的输出结果进行格式化的输出。 程序如下: 运行结果: ...
分类:
编程语言 时间:
2019-03-05 21:27:01
阅读次数:
241
先上效果图 wxml代码开始 <view class="canvas-content"> <canvas canvas-id="Canvas" style="width:100%;height:360px;"></canvas></view> wxml代码结束 js代码开始 Page({ data: ...
分类:
微信 时间:
2018-10-23 18:00:46
阅读次数:
652
关键词:头文件<iomanip>,指令setw(x),fixed,setprecision(x)。 setw()这个指令也可以配合setfill('')用于对齐输出,详情见另一篇博客https://www.cnblogs.com/ljy1227476113/p/9737334.html 例:输出4位 ...
分类:
编程语言 时间:
2018-10-05 13:47:58
阅读次数:
169
Jessie and Justin want to participate in e-sports. E-sports contain many games, but they don't know which one to choose, so they use a way to make dec ...
分类:
其他好文 时间:
2018-09-16 16:15:28
阅读次数:
218
public class VAActivity extends Activity { private ImageView iv_animation; private TextView tv_animation_msg; @Override public void onCreate(Bundle sa... ...
分类:
其他好文 时间:
2018-07-24 22:51:49
阅读次数:
344
使用poi生成excel文件,支持多sheet、支持单元格合并、支持插入图片、支持单元格样式可定制。 ...
分类:
其他好文 时间:
2018-06-25 14:57:05
阅读次数:
205
<?php// + // | OneThink [ WE CAN DO IT JUST THINK IT ]// + // | Copyright (c) 2013 http://www.onethink.cn All rights reserved.// + // | Author: sima < ...
分类:
其他好文 时间:
2018-05-19 18:38:51
阅读次数:
190
反三角函数: acos, asin, atan; c++输出控制 dec, hex, oct 设置基数为10, 16, 8; (decimal, hexadecimal, octal); setfill, setw, 填充字符, 宽度控制, 可作用于浮点数, setfill作用域为下一个数, set ...
分类:
编程语言 时间:
2018-03-25 01:22:13
阅读次数:
229
// 次代码是在thinkPhp 框架中,导入的前提必须加载了phpExcel类<?php/** * ProjectName: oa2 * Description: 订单管理 - 导出 * FileName : ExportController.class.php * User : 刘瑞 * Dat ...
分类:
其他好文 时间:
2018-03-06 17:01:55
阅读次数:
131