码迷,mamicode.com
首页 >  
搜索关键字:salient region detec    ( 2773个结果
c#常用工具类:文件和二进制转换
//================二进制相关转换类============== #region 将文件转换为二进制数组 /// /// 将文件转换为二进制数组 /// /// 文件完整路径 /// 二进制数...
分类:其他好文   时间:2014-08-16 10:52:50    阅读次数:167
生成并返回 json 结果文件
#region 生成并返回 json 结果文件/// /// 生成并返回 json 结果文件/// /// 主内容/// 其它参数/// 标志/// 结果/// public static string BackJson(string flag, string json, string mess){...
分类:Web程序   时间:2014-08-15 19:18:59    阅读次数:179
zoj 3659 Conquer a New Region 并查集+贪心
点击打开链接题目链接 Conquer a New Region Time Limit: 5 Seconds      Memory Limit: 32768 KB The wheel of the history rolling forward, our king conquered a new region in a distant continent. Ther...
分类:其他好文   时间:2014-08-15 10:47:18    阅读次数:286
中国行政区域(省,市,县)SQL
数据库:Region CREATE DATABASE [Region] 表:Province CREATE TABLE [dbo].[Province]( [Id] [int] NOT NULL, [ProvinceId] [nvarchar](6) NOT NULL, [ProvinceName]...
分类:数据库   时间:2014-08-15 01:25:06    阅读次数:3568
ORACLE序列触发
-- Create sequence create sequence MFB_REGION_SEQminvalue 1maxvalue 999999999start with 6increment by 1nocache;针对这个序列添加触发器。CREATE OR REPLACE TRIGGER T...
分类:数据库   时间:2014-08-14 14:02:08    阅读次数:188
hbase-site.xml 参数设置
1 2 3 24 25 26 hbase.rootdir 27 file:///tmp/hbase-${user.name}/hbase 28 The directory shared by region servers and into 29 ...
分类:其他好文   时间:2014-08-14 10:32:28    阅读次数:279
Surrounded Regions
Given a 2D board containing 'X' and 'O', capture all regions surrounded by 'X'.A region is captured by flipping all 'O's into 'X's in that surrounded ...
分类:其他好文   时间:2014-08-13 18:06:46    阅读次数:200
服务器下载文件http
#region 从服务器下载文件 /// /// 从服务器下载文件 /// /// /// /// 文件名称 /// 文件完整路径 /// 速度 /// public bool ResponseFile(HttpReque...
分类:其他好文   时间:2014-08-13 17:35:16    阅读次数:159
NPOI读写Excel0307
1 #region NPOI 操作 Excel 2007 2 /// 3 /// 将Excel文件中的数据读出到DataTable中(xlsx) 4 /// 5 /// 6 /// ...
分类:其他好文   时间:2014-08-12 10:05:23    阅读次数:356
《Prism 5.0源码走读》 设计模式
Prism或Prism构建的应用程序时会使用大量的设计模式,本文简要列举Prism相关的那些设计模式。Adapter(适配器模式):Prism Library主要在Region和IoC container应用Adapter模式。ContentControlRegionAdapter.csItemsC...
分类:其他好文   时间:2014-08-12 00:11:43    阅读次数:365
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!