Snowflake Snow SnowflakesTime Limit:4000MSMemory Limit:65536KTotal Submissions:30529Accepted:8033DescriptionYou may have heard that no two snowflakes ...
分类:
其他好文 时间:
2014-07-15 09:27:32
阅读次数:
231
CTreeCtrl控件属性CTreeCtrl添加根项CTreeCtrl添加子项一、CTreeCtrl控件属性先设置CTreeCtrl的属性:Has Lines true 显示关系线Lines at root true 显示根结点的 关系线和+-号Has Button true 显示+-号Edit L...
分类:
其他好文 时间:
2014-07-15 09:30:10
阅读次数:
220
配置JDK环境变量配置及path和classpath的作用
分类:
其他好文 时间:
2014-07-15 09:31:25
阅读次数:
252
做软件,特别是SaaS软件,一般都会把升级日志公布给用户。让用户知道每次都升级了哪些内容。传统的格式无非是:1、新增了某某按钮2、修改了无法保存的错误3、...我们稍微给升级内容加入了人文情怀。升级日志本来就是开发者与用户的沟通的一个载体,何不写的轻松点呢?请看我们的做法。
分类:
其他好文 时间:
2014-07-15 09:32:02
阅读次数:
224
Commando War题意:求士兵完成任务的最短时间#include #include #include using namespace std;#define N 1008struct Node{ int a; int b;}Susake[N];int comp(Node x, No...
分类:
其他好文 时间:
2014-07-15 09:33:25
阅读次数:
198
exec 命令实例find . -name "*.cc" -exec grep -P -n -H --color=auto "[^\w]main[^\w]" {} \;-P perl正则查找-n 显示行号-H 显示文件名--color=auto 关键字高亮显示[^\w]main[^\w] main关...
分类:
其他好文 时间:
2014-07-15 09:32:46
阅读次数:
244
When you assign an object to a variable, Python copies the reference to the object. In this case a and b refer to the same list.If you want ...
分类:
其他好文 时间:
2014-07-15 23:18:08
阅读次数:
278
时间限制:0.25s空间限制:4M题意: 一个人在一个周长为L的圆上跑,每个时间段(Ti)的速度(Vi)不一样,问最后他离起点的圆弧距离,周长是个有四位小数的浮点数,其它全是整数。Solution : 在遇到浮点数的时候,能避免处理就尽量避免处理。 这里只要将浮点数乘上1000...
分类:
其他好文 时间:
2014-07-15 23:20:50
阅读次数:
328
If we execute these assignment statements: We know that a and b both refer to a string, but we don’t know whether they refer to the same str...
分类:
其他好文 时间:
2014-07-15 23:20:09
阅读次数:
208
题目Given a binary tree containing digits from0-9only, each root-to-leaf path could represent a number.An example is the root-to-leaf path1->2->3which r...
分类:
其他好文 时间:
2014-07-15 23:21:33
阅读次数:
218
Picture Control 控件属性CStatic类图片控件图片控件使用一、图片控件属性Picture Control 属性:Type:Frame //框架Type:Etched Horz水平蚀刻线条Type:Etched Vert垂真蚀刻线条Type:Rectangle实心矩形Type:Bit...
分类:
其他好文 时间:
2014-07-15 23:26:57
阅读次数:
386
“太行”WS-15让俄闭嘴令美叹服 歼20试飞向世界证明,中国军工世界一流,并有望与美英法争夺新一代航空发动机桂冠。笔者请教解放军专家证实;中国四代机所配套的两台18吨推力的WS-15“太行”发动机(原文如此),其性能基本赶上了俄罗斯和美国欧洲的同类引 擎,晋身世界航空三鼎甲的前景已经明朗化。这不....
分类:
其他好文 时间:
2014-07-15 23:29:36
阅读次数:
236
Task switcher in KDE is used to configure the behavior for navigating through windows. It has two modes, main and alternative. By default, the task sw...
分类:
其他好文 时间:
2014-07-15 23:29:00
阅读次数:
379
1. 服务器端和客户端通信设计上图中client1 和 server 描述通信过程,client2描述对其他的客户端,通过广播进行消息通信。client1向server发起连接请求server接受client的连接client1输入登陆用户名server返回欢迎语server通过广播告诉其他在线的用...
分类:
其他好文 时间:
2014-07-15 23:28:23
阅读次数:
296
1.冒泡冒泡就是 1 2 3 4 5 6 7 8 9 2 1 3 4 5 6 7 8 9 2 3 1 4 5 6 7 8 9 2 3 4 1 5 6 7 8 9 2 3 4 5 1 6 7 8 9 。。。。。。。。。 ...
分类:
其他好文 时间:
2014-07-15 23:27:38
阅读次数:
247
在Qt5之前,串口通信基本依赖于第三方库,下面是我曾接触过的串口通信类库。 串口通信类库通信过程基本是一下步骤,即:打开串口 > 配置串口参数 > 收发数据。注意,串口参数(波特率、数据位、停止位、奇偶校验、流控等)必须在串口打开之后进行配置才有效。在使用串口接收数据时,会出现数据接收不完整的情况,...
分类:
其他好文 时间:
2014-07-15 23:32:19
阅读次数:
443
java的集合一般指的就是java.util.Collection的子类。java的映射一般指的就是java.util.Map的子类。我们没有必要去看所有的API,但是基本的方法还是应该知道的。集合中包含的方法:size()isEmpty()contains(Object)iterator()toA...
分类:
其他好文 时间:
2014-07-15 23:35:32
阅读次数:
294