PAT中关于大数的有B1017,A1023,A1024 (A-Advance,B-Basic)B10171017. A除以B (20)本题要求计算A/B,其中A是不超过1000位的正整数,B是1位正整数。你需要输出商数Q和余数R,使得A = B * Q + R成立。输入格式:输入在1行中依次给出A和...
分类:
其他好文 时间:
2015-02-06 18:23:10
阅读次数:
167
首先我们回顾一下C、OC中字符串相关知识:C语言中,通常说字符串为一个普通的字符数组,如:charcharacters[12]="helloworld";而C语言中引用字符串通常和指针扯上关系,写法如:char*s="helloworld";这两种写法上,存在一个明显的区别在于characters中的字符存在于栈区,而s指..
分类:
编程语言 时间:
2015-02-03 15:20:16
阅读次数:
278
一、Cacti脚本及模板 Cacti脚本及模板论坛:http://forums.cacti.net/forum-12.html 一个完整的cacti脚本及模板列表:http://forums.cacti.net/about15067.html 1.Advance Ping 脚本及模板 下载地址:ht...
分类:
其他好文 时间:
2015-01-20 23:52:02
阅读次数:
273
今天闲着没事在SourceForge逛,无意中找到了VisualBoyAdvance(VBA)项目的svn地址。哈哈,那就编了它吧。编译工具:vs2010VBA主页:http://vba-m.com/VBA最新代码svn地址:http://svn.code.sf.net/p/vbam/code我把代码CheckOut到了G:\vbamCheck的速度慢的可以,幸好工程也不大,..
分类:
其他好文 时间:
2015-01-19 00:24:35
阅读次数:
207
1.使用stl中的 advance和 distance 方法来进行iterator的加减以前在遍历vector的时候,经常使用iterator之间的加减来获得元素在容器里面的index。 今天在进行list的 iterator加减的时候,发现不能编译通过,后面想起list是非线性的容器,不能加减。查...
分类:
其他好文 时间:
2015-01-16 18:50:06
阅读次数:
183
安装Texmaker后,如需要支持中文环境,需要安装CJK包。终端(Ctrl+Alt+T(Terminal))下输入命令:sudo -isudo apt-get install latex-cjk-chineseapt:Advance Package Toolkit
分类:
其他好文 时间:
2015-01-14 21:12:56
阅读次数:
271
Pat1089代码
题目描述:
According to Wikipedia:
Insertion sort iterates, consuming one input element each repetition, and growing a sorted output list. Each iteration, insertion sort removes one element ...
分类:
其他好文 时间:
2015-01-10 01:31:42
阅读次数:
282
Pat1087代码
题目描述:
Indeed there are many different tourist routes from our city to Rome. You are supposed to find your clients the route with the least cost while gaining the most happiness.
Input S...
分类:
其他好文 时间:
2015-01-10 01:31:07
阅读次数:
245
Pat1090代码
题目描述:
A supply chain is a network of retailers(零售商), distributors(经销商), and suppliers(供应商)-- everyone involved in moving a product from supplier to customer.
Starting from one root supp...
分类:
其他好文 时间:
2015-01-10 01:28:52
阅读次数:
212
Pat1085代码
题目描述:
Given a sequence of positive integers and another positive integer p. The sequence is said to be a "perfect sequence" if M
Now given a sequence and a parameter p, you are s...
分类:
其他好文 时间:
2015-01-09 23:48:11
阅读次数:
495