可移动固定内存测试,项目打包下载 1 #include "../common/book.h" 2 #include "cuda_runtime.h" 3 #include "device_launch_parameters.h" 4 #include "device_functions.h"...
分类:
移动开发 时间:
2014-09-28 21:21:05
阅读次数:
262
No Launcher activity found!The launch will only sync the application package on the device! 已经安装成功,因为这Widget是插件啊!你对桌面按久一点就会有个Widget的选项然后就去选择你这个widget啊...
分类:
其他好文 时间:
2014-09-28 20:27:05
阅读次数:
214
Python编程实战:运用设计模式、并发和程序库创建高质量程序
目录
1
创建型设计模式2
结构型设计模式3
行为型设计模式4
高级并发5
扩充Python6
高级网络编程7
Tkinter8
OpenGL
创建型设计模式
抽象工厂
@classmethod def make_xxx(Class, ...)
Builder
...
分类:
编程语言 时间:
2014-09-28 10:52:41
阅读次数:
308
一、创建型模式单例模式(Singleton)(非23种设计模式)简单工厂模式(Simple Factory)工厂方法模式(Factory Method)抽象工厂模式(Abstract Factory)原型模式(Prototype)创建者模式(Builder)二、结构型模式适配器模式(Adapter)...
分类:
其他好文 时间:
2014-09-27 20:01:50
阅读次数:
201
1 /** 2 * show出对话框 3 */ 4 private void showUpdataDialog() { 5 AlertDialog.Builder builder = new Builder(this); 6 bu...
分类:
其他好文 时间:
2014-09-27 18:45:20
阅读次数:
244
第八讲 程序 debug 会出问题,release 不会出问题在调用geos.dll时出错查看osgearth生成时的cmake目录,会发现GEOS_LIBRARY_DEBUG目录选的是019.Earth/builder/runtime/geos3.3.2/bin/geos_i.lib 选错了 应该...
分类:
其他好文 时间:
2014-09-26 22:11:08
阅读次数:
199
1 NotificationManager notificationManager=(NotificationManager) getSystemService(NOTIFICATION_SERVICE);//获取系统服务 2 Not...
分类:
其他好文 时间:
2014-09-26 20:03:28
阅读次数:
174
if (isConnect(this)==false) {
final AlertDialog dlg = new AlertDialog.Builder(this).create();
dlg.show();
Window window = dlg.getWindow();
window.setContentView(R.layout.shrew_exit_dialog)...
分类:
其他好文 时间:
2014-09-26 13:58:18
阅读次数:
189
/**
?*?
?*/
package?com.wangbiao.design.builder;
import?java.util.ArrayList;
import?java.util.Iterator;
import?java.util.List;
/**
?*?@Title:?Product.java
?*?@Package?com.wangbiao.de...
分类:
编程语言 时间:
2014-09-26 11:51:19
阅读次数:
210
转载于http://blog.csdn.net/csh159/article/details/8127280使用的是java里面的反射机制:dialog = new AlertDialog.Builder(MainActivity.this); dialog.setTitle("输入用户名:");....
分类:
移动开发 时间:
2014-09-26 10:33:48
阅读次数:
228