本章节学过的重要命令整理,见下表Table 2. Command | Description | Example | | : : | : : | | 向屏幕输出字符串 | | | | 显示命令手册页 | | | | 跳出窘境 | | | | 移至该命令行开始 | | | | 移至该命令行末尾 | | ...
分类:
其他好文 时间:
2018-03-05 13:46:26
阅读次数:
220
Description Bessie wants to navigate her spaceship through a dangerous asteroid field in the shape of an N x N grid (1 <= N <= 500). The grid contains ...
分类:
其他好文 时间:
2018-02-12 00:24:57
阅读次数:
210
System.Web.HttpRequestValidationException: A potentially dangerous Request.F 在使用类似eWebedtior 拷贝内容进去的时候会带入 <> 在保存的时候会失败 解决方法如下: 当页面输入框默认情况下输入“<”或者“>”的时 ...
分类:
Web程序 时间:
2018-01-05 10:28:12
阅读次数:
175
字符数组 的英文名字是 char [] gets()函数的基本用法为:char *gets(char *s); 该函数的参数是一个字符数组,该函数的返回值也是一个字符数组。 linux下的代码如下: 1 #include <stdio.h> 2 3 int main() 4 { 5 char a[1 ...
分类:
系统相关 时间:
2017-12-30 19:59:31
阅读次数:
383
Android系统中,目前Dangerous级别的权限都需要动态申请。步骤如下; 1、AndroidManfiest.xml中申明需要的动态权限 2、代码中检查权限、申请权限 如下方法执行之后,会弹出提示框,提示要申请该权限 3、获取结果 转载请注明链接:http://www.cnblogs.com ...
分类:
移动开发 时间:
2017-12-09 23:51:43
阅读次数:
290
这题意真是... 题意:你在一个迷宫里,有一些门,每个门有一个参数x,如果为正表明你进入门后可以花x的时间出去,如果为负表明你进入门后可以花-x的时间回到出发的地方。每次回到出发的地方之后,不能记得之前的操作,因此每次你到这个地方,选择每个门的概率都是相等的。求出去的期望时间。 方法: 解一个期望方 ...
分类:
其他好文 时间:
2017-10-28 16:36:34
阅读次数:
149
Description Bessie wants to navigate her spaceship through a dangerous asteroid field in the shape of an N x N grid (1 <= N <= 500). The grid contains ...
分类:
其他好文 时间:
2017-10-20 10:18:19
阅读次数:
124
Scout YYF I YYF is a couragous scout. Now he is on a dangerous mission which is to penetrate into the enemy's base. After overcoming a series difficul ...
分类:
其他好文 时间:
2017-10-15 21:07:08
阅读次数:
206
题目链接: https://vjudge.net/problem/LightOJ-1027 题目描述: 有N个门, 每个门的选择是等概率的, 如果选择到正数, 我将在正数秒后逃出迷宫, 如果是负数就重新选, 问逃离的期望时间是多少 解题思路: 我这道题犯蠢了, 我认为是.....说不太明白, 看程序 ...
分类:
其他好文 时间:
2017-09-14 13:31:10
阅读次数:
182
(Another) YYF is a couragous scout. Now he is on a dangerous mission which is to penetrate into the enemy's base. After overcoming a series difficulti ...
分类:
其他好文 时间:
2017-09-09 18:10:14
阅读次数:
266