代码:
2-1 向用户发出警告
what_to_say="Warning";...
分类:
编程语言 时间:
2014-06-10 17:57:11
阅读次数:
288
??刚刚过去的周六(6月7号)是今年高考的第一天,同时也是GPCT杯大学生程序设计大赛颁奖的日子,下面我们用图文再回顾一下本次大赛颁奖的过程. 评审过程的一些花絮《感谢各位评审这些天的付出!》:感谢葡萄城给我的这次的锻炼的机会,让我学会了很多,也明白了很多!最重要的是感谢评委们!你们辛苦了! 感谢MTV…我在上嵌入式课…… 永远别忘了为你付出的人,成就永远不属于一个人。就是装也得怀有一颗谦卑感恩之...
分类:
其他好文 时间:
2014-06-10 17:56:33
阅读次数:
243
也许你是被逼无奈必须要root一下你的手机,也许你像我一样是一个苦逼的程序员,为了调试bug而root这个设备。不管何种原因,root完毕后,打开系统始终停留在一个X界面,或者google的开机闪屏窗口。而进入 Recovery模式下后,小机器人倒了,胸部出现了一个红色感叹号的图片。。。,表慌,表心里暗骂了十遍以上神马刷机精灵,一键root等坑爹。。。。。,其实我也突然心里有点慌了一下。。。
h...
分类:
其他好文 时间:
2014-06-10 17:39:05
阅读次数:
301
show和set命令是两条用于维护SQLPlus系统变量的命令
SQL show all --查看所有系统变量值
SQL show user --显示当前连接用户
SQL show error --显示错误
SQL set heading off --禁止输出列标题,默认值为ON
SQL set feedback off --禁止显示最后一行的计数反馈信息,默认值为对6个或更多...
分类:
数据库 时间:
2014-06-10 17:37:50
阅读次数:
388
原题地址:https://oj.leetcode.com/problems/letter-combinations-of-a-phone-number/题意:Given
a digit string, return all possible letter combinations that the ...
分类:
编程语言 时间:
2014-06-10 16:40:57
阅读次数:
223
The most strait forward approach is calculating
all the possible areas and keep the max one as the result. This approach needs
O(n*n) time complexity,...
分类:
其他好文 时间:
2014-06-10 16:11:31
阅读次数:
184
1 #ifndef __MAPLE_MATRIX_H__ 2 #define
__MAPLE_MATRIX_H__ 3 4 #include "maple.h" 5 6 typedef struct MATRIX{ 7 union{ 8
...
分类:
其他好文 时间:
2014-06-10 16:04:42
阅读次数:
159
Write an algorithm to print all ways of arranging
eight queens on an 8*8 chess board so that none of them share the same row,
column or diagonal.思路:本质...
分类:
其他好文 时间:
2014-06-10 10:36:29
阅读次数:
182
1 #ifndef __MAPLE_MATRIX_H__ 2 #define
__MAPLE_MATRIX_H__ 3 4 #include "maple.h" 5 6 typedef struct MATRIX{ 7 union{ 8
...
分类:
其他好文 时间:
2014-06-10 10:28:48
阅读次数:
310