最多140个字
发布时间:2014-03-05 19:54:51
1,The library function operator new and operator delete are misleadingly named. Unlike other operator functions,such as operator=,these functions do not overload the new or delete expressions.In fact,we cannot redefine the behavior of the new and delete expressions.A new expression executes b.........【阅读全文】
发布时间:2014-02-24 18:44:08
1,编写调用端代码(文件名:DllCaller.java)package com.whut.qinchao.jni;//qinchao 2013/12/31public class DllCaller {static {/** * 加载需要的类.........【阅读全文】