-
2009-06-10
-
2009-06-06
-
2009-06-02
-
2009-02-28
灵格斯词霸和金山词霸的划词翻译!!
估计hook了鼠标消息,然后向窗口发一个Ctrl + C消息,复制选中内容到剪贴板,不巧的是,QQ影音的Ctrl + C是默认的停止播放的快捷键,造成在QQ影音里拖动任何进度条,播放直接停止.
大哥些,你们不能有技术含量点,判断下用户在什么控件上做操作么,ft
-
2009-02-25
-
2008-10-15
-
2008-03-20
新发现----最大公约数(gcd)和最小公倍数(lcm)
a, b, c ∈ R;
最大公约数(gcd)
c is a greatest common divisor of a and b, if
1). c | a and c | b;
2). if d | a and d | b, then d | c, for all d&isin... -
2008-03-19
-
2008-03-13
一个看起来很奇怪的东西-------C++得到数组长度
#include <iostream>
#include <cstdlib>
template<int n>
void foo(int (&a)[n])
{
std::cout << "the length of this array is " << n << std::endl;
}... -
2008-02-21
unspecified behavior 和 undefined behavior - [C/C++]
unspecified behavior 和 undefined behavior
共1页 1










