USES_CONVERSION是用来转换类型的,比如我们很常见的问题: 在Socket编程时候,我们的IP地址从界面上输进去一般都使用CString类型的,可是在SOCKADDR_IN中的inet_addr却是const char *我们就不能直接用CString来用。我们就可以使用T2A()宏.....
分类:
其他好文 时间:
2014-09-01 19:04:03
阅读次数:
282
当一个app的功能越来越复杂,代码量越来越多,也许有一天便会突然遇到下列现象: 1. 生成的apk在2.3以前的机器无法安装,提示INSTALL_FAILED_DEXOPT 2. 方法数量过多,编译时出错,提示: Conversion to Dalvik f...
分类:
移动开发 时间:
2014-09-01 10:56:43
阅读次数:
3999
Conversionoffeet/inchestometers-英尺、英里装换为米,允许重复计算://Conversionoffeet/inchestometers-英尺、英里装换为米,允许重复计算
#include<iostream>
#include<cmath>
usingnamespacestd;
voidget_input(double&feet,double&inch);
doubleco..
分类:
其他好文 时间:
2014-08-31 18:46:44
阅读次数:
239
上一篇文章主要是參照AwesomePlayer直接用SoftwareRenderer类来显示yuv,为了能用到这个类,不惜依赖了libstagefright、libstagefright_color_conversion等动态静态库,从而造成程序具有非常高的耦合度,也不便于我们理解yuv数据直接.....
分类:
移动开发 时间:
2014-08-28 19:33:45
阅读次数:
277
1.看到WTL的CWindow源码时会发现这样的operator HWND()重载,仔细看会发现它并不是重载()操作符....
分类:
编程语言 时间:
2014-08-28 18:08:35
阅读次数:
260
template class Conversion{ typedef char Small; class Big {char dummy[2]; }; static Small Test(U); static Big Test(...); static T MakeT(); //稻草人函数publi...
分类:
其他好文 时间:
2014-08-27 21:51:48
阅读次数:
193
The string "PAYPALISHIRING" is written in a zigzag pattern on a given
number of rows like this: (you may want to display this pattern in a fixed font for better legibility)
P A H N
A P L S I ...
分类:
其他好文 时间:
2014-08-25 23:00:25
阅读次数:
671
There are some specialists pointing out the mechanical tools together with the positive aspects of energy-saving and environmental protection is just ...
分类:
移动开发 时间:
2014-08-23 11:12:20
阅读次数:
280
You are given the task to design a lighting system for a huge conference hall. After doing a lot of calculation & sketching, you have figured out the requirements for an energy-efficient design that c...
分类:
其他好文 时间:
2014-08-18 00:21:55
阅读次数:
211
Problem Description
There is a forest can be seen as N * M grid. In this forest, there is some magical fruits, These fruits can provide a lot of energy, Each fruit has its location(Xi, Yi) and the ...
分类:
其他好文 时间:
2014-08-15 14:42:38
阅读次数:
308