摘要: UVA 10082 - WERTYUA common typing error is to place thehands on the keyboard one row to theright of the correct position. So ‘Q’ istyped as ... 阅读全文
posted @ 2017-09-22 18:01 passwd.d 阅读(67) 评论(0) 推荐(0)
摘要: C字符串-字符数组输入输出函数输入函数scanf("%s", s)读入字符串,在第一个空白符(' '、'\n'、'\t')处停止,不读入空白符,在串尾自动添加'\0'。(%*c表示读入并舍弃,可用于"吃掉"末尾的回车)gets(s)读入一行字符,直到遇到'\n',读入换行符并将其... 阅读全文
posted @ 2017-09-22 18:01 passwd.d 阅读(270) 评论(0) 推荐(0)
摘要: DescriptionTwo positive integers are said to be relatively prime to each other if the Great Common Divisor (GCD) is 1. For instance, 1, 3, 5, ... 阅读全文
posted @ 2017-09-22 18:01 passwd.d 阅读(129) 评论(0) 推荐(0)
摘要: 去官网找到自己需要的版本并下载。https://www.visualstudio.com/zh-hans/downloads/打开下载好的文件所在的文件夹,打开命令窗口 PowerShell对应的命令如下 企业版: .\vs_enterprise.exe –layout c:\vs2... 阅读全文
posted @ 2017-09-22 18:01 passwd.d 阅读(855) 评论(0) 推荐(0)
摘要: 由于R6800是联发科的芯片,暂时不支持梅林固件。 所以410块挂咸鱼卖了。开始折腾R6400.主要分为以下部分 1. 将drcom放到梅林固件里面,实现开机自动启动 2. 安装aira2,实现迅雷离线下载,与百度网盘下载。(以前下载百度网盘飞快,但是下载百度网盘限速了。现在很流行的... 阅读全文
posted @ 2017-09-22 18:01 passwd.d 阅读(2637) 评论(0) 推荐(0)
摘要: 这几天需要下载各种音效,但是在素材网里面打开下载链接,都是直接进入的网页,由于学校电脑没装idm,所以临时想了一个办法,在windows下用wget进行下载。进入此链接下载 wget for windows http://www.interlog.com/~tcharron/wge... 阅读全文
posted @ 2017-09-22 18:01 passwd.d 阅读(220) 评论(0) 推荐(0)
摘要: VS2017安装过程电脑突然关机,再次安装一直提示“很抱歉,安装失败”删掉 C:\ProgramData\Microsoft\VisualStudio\Packages解决 阅读全文
posted @ 2017-09-22 18:01 passwd.d 阅读(175) 评论(0) 推荐(0)
摘要: DescriptionAn important topic nowadays in computer science is cryptography. Some people even think that cryptography is the only important fie... 阅读全文
posted @ 2017-09-22 18:01 passwd.d 阅读(665) 评论(0) 推荐(0)
摘要: DescriptionIn the Fibonacci integer sequence, F0 = 0, F1 = 1, and Fn = Fn − 1 + Fn − 2 for n ≥ 2. For example, the first ten terms of the Fibo... 阅读全文
posted @ 2017-09-22 18:01 passwd.d 阅读(116) 评论(0) 推荐(0)
摘要: DescriptionGiven a n × n matrix A and a positive integer k, find the sum S=A+A2+A3+…+Ak.InputThe input contains exactly one test case. The fir... 阅读全文
posted @ 2017-09-22 18:01 passwd.d 阅读(88) 评论(0) 推荐(0)