码迷,mamicode.com
首页 >  
搜索关键字:map usage    ( 28359个结果
原型模式 private static Map<String,Prototype> map = new HashMap<String,Prototype>();
public class PrototypeManager { /** * 用来记录原型的编号和原型实例的对应关系 */ private static Map map = new HashMap(); /** * 私有化构造方法,避免外部创建实例 *...
分类:其他好文   时间:2014-05-01 15:02:37    阅读次数:307
hdu 1179 最大匹配
题意:n个ren m个棍子 每个棍子可以与i个人结合 问最大有多少个结合#include#includeusing namespace std;int map[111][111];int fa[111];int v[111];int n,m;int dfs(int x){ for(int i=...
分类:其他好文   时间:2014-05-01 13:22:34    阅读次数:422
记录我在百度地图开发和ArcGIS for Android开发时出现的一些错误及解决方案(后续更新)
[1]The import com.baidu.mapapi.map.Geometry conflicts with a type defined in the same file解决:百度api包下的Geometry和某个类名相冲突,将类名换成另外的名字,不要和百度相关类里面的类名相同[2]jav...
分类:移动开发   时间:2014-05-01 08:56:27    阅读次数:648
VC/MFC 在ListCtl 控件中随鼠标移动提示单元格信息
[cpp]view plaincopyBEGIN_MESSAGE_MAP(CTipListCtrl,CListCtrl)//{{AFX_MSG_MAP(CTipListCtrl)ON_WM_MOUSEMOVE()ON_WM_DESTROY()//}}AFX_MSG_MAPEND_MESSAGE_MA...
分类:移动开发   时间:2014-05-01 07:34:41    阅读次数:588
ios 耗电影响
屏幕背景颜色:影响不像 wp的屏幕那么明显,但还是有一定的作用,大概在5%左右,wp的屏幕大概在20%左右,测试方法 :只一个界面,一个是黑色背景,一个是白色背景,使用instrument 的 energy usage 进行分析。层次影响:加多四个层次并且加一个mask上面那个是加了层次和mask的...
分类:移动开发   时间:2014-05-01 01:19:58    阅读次数:422
const map 成员变量初始化例子
Author:DriverMonkey Mail:bookworepeng@Hotmail.com Phone:13410905075 QQ:196568501 #include #include #include #include #include #include using namespace std; class a_t { publi...
分类:其他好文   时间:2014-04-29 13:35:21    阅读次数:598
STL 之 map 源码剖析
/* * * Copyright (c) 1994 * Hewlett-Packard Company * * Permission to use, copy, modify, distribute and sell this software * and its documentation for any purpose is hereby granted without fee, ...
分类:其他好文   时间:2014-04-29 13:28:21    阅读次数:398
map容器设计
在红黑树基础上设计map容器,在设计map时,可以明显利用的map模板类中KEY,VALUE,KEYOFVALUE的灵活运用 不多说,代码如下: //my_map.h #ifndef MY_MAP_H_INCLUDED #define MY_MAP_H_INCLUDED #include //for pair #include"my_rb_tree.h" using std::pair;...
分类:其他好文   时间:2014-04-29 13:27:21    阅读次数:443
Struts工作机制图+OGNL+EL+值栈(Map,对象栈)
struts 值栈  通过get set方法 方便的获取,设置属性值      例如从jsp页面传来的参数。。。从Action设置jsp所要回显的内容...
分类:其他好文   时间:2014-04-29 13:16:21    阅读次数:256
Docker常用命令
Usage: docker [OPTIONS] COMMAND [arg...]  -H=[unix:///var/run/docker.sock]: tcp://host:port to bind/connect to or unix://path/to/socket to use A self-sufficient runtime for linux containers. Co...
分类:其他好文   时间:2014-04-28 10:17:41    阅读次数:359
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!