摘要:
一、读取数组长度 1、可以用代码(以一维数组int a[5]为例) sizeof(a)/sizeof(a[0]) 也就是 sizeo... 阅读全文
摘要:
一、IOS应用图标的设置(XCODE7.1beta,下略) 1.默认双击打开xcassets,然后打开Appleton,将图标图片拖... 阅读全文
摘要:
【情景设计】小君和小红是同事兼恋人,有一天他们亲密无间的关系遭到了危急,原来小君的代码风格太过于潦草,结果有一天小红忍不住对他发飙了:“你的activity我看了半天我都看不出来你需要哪个值过去你让我怎么给你写activity啊???!!!”说完摔门扬长而去,... 阅读全文
摘要:
【当前使用版本 1.4】 logcat是调试代码的很好工具,但是因为跳出的信息过多让人目不暇接,未必能让人找到想要的信息,所以我们必须从中过滤出想要的信息 【样例】这里我们要搜索 System.out.println("success"); 的输出 方法一:... 阅读全文
摘要:
Problem Description A number whose only prime factors are 2,3,5 or 7 is called a humble number. The sequence 1, 2, 3, 4, 5, 6,... 阅读全文
摘要:
类似的题目有HDU1058 humble number(翻译下来都是丑陋的数字)。 Description Ugly numbers are numbers whose only prime factors are 2, 3 or 5. The sequ... 阅读全文
摘要:
Problem Description Given a number N, you are asked to count the number of integers between A and B inclusive which are relati... 阅读全文
摘要:
Description 73 88 1 02 7 4 44 5 2 6 5(Figure 1) Figure 1 shows a number triangle. Write a program that ... 阅读全文
摘要:
Problem Description There are n people standing in a line. Each of them has a unique id number. Now the Ragnarok is coming.... 阅读全文
摘要:
在大神的网站进不去的时候可以过来看看,另外道客巴巴有个排版比较好的文档,外观派可以去看看http://www.doc88.com/p-2728103209174.html 很早前写的那篇线段树专辑至今一直是本博客阅读点击量最大的一片文章,当时觉得挺自豪的,还... 阅读全文