1653: [Usaco2006 Feb]Backward Digit SumsTime Limit:5 SecMemory Limit:64 MBSubmit:207Solved:161[Submit][Status][Discuss]DescriptionFJ and his cows enjo...
分类:
其他好文 时间:
2014-09-20 21:31:29
阅读次数:
223
Source:http://support.apple.com/kb/HT6441For the protection of our customers, Apple does not disclose, discuss, or confirm security issues until a ful...
分类:
移动开发 时间:
2014-09-18 14:32:34
阅读次数:
324
FibonacciTime Limit: 1000 MS Memory Limit: 65536 KB64-bit integer IO format: %I64d , %I64u Java class name: Main[Submit] [Status] [Discuss]Description...
分类:
其他好文 时间:
2014-09-16 20:32:41
阅读次数:
170
一般的帧动画是有两大确定:1.资源浪费,包大2.很难实现平滑过渡特别对于GIF,还会存在噪点问题,但是SWF利用自身的优势,不仅有现成的编辑器,而且还有矢量动画,补间动画等,大大降低了资源的大小,所以当我们有帧动画需求的优先考虑SWF,这里有几个工程可以参考:http://discuss.cocos...
分类:
其他好文 时间:
2014-09-16 20:20:00
阅读次数:
257
题目以下思路参考自discuss:http://poj.org/showmessage?message_id=176353/*我的思路:1.将长串数分成一个个部分,每个部分是从1到x的无重复的数字序列2.每个序列比前一个序列多的位数是他的最后一个数的位数,如12345678910比123456789...
分类:
其他好文 时间:
2014-09-15 21:01:49
阅读次数:
186
Pay Close Attention - String Handling
I need to make a detour for a few moments, and discuss how to handle strings in COM code. If you are familiar wi...
分类:
其他好文 时间:
2014-09-11 19:15:22
阅读次数:
455
Today I attended a meeting of reviewing code, and I learned a lot from it. In the discuss, we found out a problem that our program didn't have a good ...
分类:
其他好文 时间:
2014-09-09 22:49:59
阅读次数:
220
题意:给你一个数,计算他的阶乘有多少位。
算阶乘再看位数必超时。1
想每次%10 。一开始用int 果然有精度问题。于是double水了。600+ms
后来想到可以 log 10 () 。于是900+ms。
总觉得不对。应该有公式。看discuss 后终于知道了。
#include
#include
#include
#include
#inclu...
分类:
其他好文 时间:
2014-09-09 12:37:18
阅读次数:
165
这题....tle到落泪啊后来 discuss里面的一个人 提供了一个链接 一下子 明白了 自己以前怎么没有注意过呢?传送然后 只要按照第二种写法 果然AC了... 虽然时间还是卡的很紧 但起码不是tle了 1 #include 2 #include 3 using namespace std;.....
分类:
其他好文 时间:
2014-09-05 23:45:12
阅读次数:
195
In this article I'll discuss the most fundamental technique in concurrent programming known as memory barriers, or fences, that make
the memory state within a processor visible to other processors.
...
分类:
其他好文 时间:
2014-09-02 12:29:24
阅读次数:
266