码迷,mamicode.com
首页 >  
搜索关键字:INDEX SCAN    ( 41471个结果
2014 Super Training #2 F The Bridges of Kolsberg --DP
原题:UVA 1172 http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=3613动态规划问题。定义: dp[i] = 右岸前i个村庄(m岸)能够与左岸(n岸)...
分类:其他好文   时间:2014-07-07 17:13:26    阅读次数:260
2014 Super Training #2 C Robotruck --单调队列优化DP
原题: UVA 1169 http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=3610大白书上的原题。代码:#include #include #include ...
分类:其他好文   时间:2014-07-07 15:09:20    阅读次数:386
SWT组件之Table浅析
研究了几天Table、TableViewer和数据库的东西,现整理table的一些基础知识如下。首先明确基本概念:Table为一张表;TableColumn为列;TableItem为行中的实体内容。1)Table的几个方法:1.table.remove(int index)→删除相应的tableIt...
分类:其他好文   时间:2014-07-07 14:45:19    阅读次数:174
lua常用函数
select (index, ···) 功能:当index为数字将返回所有index大于index的参数: 如:select(2,"a","b","c") 返回 "b","c" 当index为"#",则返回参数的总个数(不包括index) 如:select("#","a","b","c"...
分类:其他好文   时间:2014-07-07 13:56:46    阅读次数:143
myeclipse10.05安装aptana
安装步骤:1、下载aptana3.2 Eclipse Plugin插件.下载地址:http://update1.aptana.org/studio/3.2/024747/index.html2、在java文件夹下新建文件夹pluginsNew,在里面新建aptana_update_024747文件夹...
分类:系统相关   时间:2014-07-03 11:05:43    阅读次数:290
页面数据绑定全攻略
在做Web开发时,都会遇到将后台的数据显示在前台页面的情况。几种比较典型的应用实例:方法1:后台代码:namespace WebApplication3{ public partial class Index : System.Web.UI.Page { public string name = "...
分类:其他好文   时间:2014-06-30 20:31:59    阅读次数:162
zclip 复制内容到剪切板
直接上代码 ZeroClipboard Test .line { margin-bottom: 20px; } /* 复制提示 */ .copy-tips { position: fixed; z-index: 9999; bottom: 50%; left: 50%; margin: 0 0 -20px -80px; background-color: rgba(0,...
分类:其他好文   时间:2014-06-30 17:42:43    阅读次数:318
UValive3268 Jamie's Contact Groups(二分+最大流)
题目地址:https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=1269 Jamie is a very popular girl and has quite a lot of friends, so she always keeps a v...
分类:其他好文   时间:2014-06-30 16:55:26    阅读次数:374
Android笔记之 网络http通信
0、在认识HTTP前先认识URL 在我们认识HTTP之前,有必要先弄清楚URL的组成,例如: http://www.******.com/china/index.htm 它的含义如下: 1. http://:代表超文本转移协议,通知****.com服务器显示Web页,通常不用输入; 2. www:代表一个Web(万维网)服务器; 3.****.com/:这是装有网页的服务器的域名,...
分类:移动开发   时间:2014-06-30 09:16:52    阅读次数:252
Oracle_InstantClient及PL/SQL Developer工具的安装
一、下载InstantClient地址:http://www.oracle.com/technology/software/tech/oci/instantclient/index.htmlinstantclient-basic-nt-12.1.0.1.0(一定要下win32位的客户端)二、解压缩解压到C:\instantclient_12_1三、设置变量计算机,右键“属性”—高级系统设置—高级—点击..
分类:数据库   时间:2014-06-29 21:26:26    阅读次数:481
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!