码迷,mamicode.com
首页 >  
搜索关键字:ar    ( 142626个结果
hdu1506 dp
1 //Accepted 1428 KB 62 ms 2 // 3 #include 4 #include 5 #include 6 using namespace std; 7 const int imax_n = 100005; 8 int l[imax_n]; 9 int ...
分类:其他好文   时间:2014-08-14 23:29:46    阅读次数:204
免费素材:25套免费的 Web UI 设计的界面元素(转)
Web 元素是任何网站相关项目都需要的,质量和良好设计的元素对于设计师来说就像宝贝一样。如果您正在为您的网站,博客,Web 应用程序或移动应用程序寻找完美设计的网页元素,那么下面这个列表会是你需要的。 今天这里收集的免费资源是25套免费的 Web UI 设计的界面元素,用于和Mobile App设....
分类:Web程序   时间:2014-08-14 23:29:36    阅读次数:446
《ASP.NET MVC 5框架揭秘》样章发布
今天算是新作《ASP.NET MVC 5框架揭秘》正式上架销售的日子(目前本书在互动网已经到货),为了让更多适合的朋友们能够阅读此书,同时也避免让不适合的读者误买此书,特将此书的样章发布出来。
分类:Web程序   时间:2014-08-14 23:29:06    阅读次数:297
网页版PPT快速安装指南
https://github.com/hakimel/reveal.js#installation1.install Node.jsbrew install nodejs2. install Grunthttp://gruntjs.com/getting-started#installing-the...
分类:Web程序   时间:2014-08-14 23:28:56    阅读次数:262
(转载)WindowsXP上安装和运行神器SqlMap的步骤
在Windows XP上安装和运行SqlMap的步骤……1、首先下载SqlMap点击下载。https://codeload.github.com/sqlmapproject/sqlmap/legacy.zip/master2、其次下载用于Windows系统的Python ……点击这里……(必须要下载...
分类:数据库   时间:2014-08-14 23:28:36    阅读次数:324
OCP读书笔记(26) - 题库(ExamF)
501.Note the output of the following query;SQL> SELECT flashback_archieve_name, status FROM dba_flashback_archieve;FLASHBACK_ARCHIEVE_NAME STATUSFLA1Y...
分类:其他好文   时间:2014-08-14 23:28:16    阅读次数:527
POJ 1269 Intersecting Lines
Intersecting LinesTime Limit: 1000MSMemory Limit: 10000KTotal Submissions: 10942Accepted: 4917DescriptionWe all know that a pair of distinct points o....
分类:其他好文   时间:2014-08-14 23:27:38    阅读次数:248
排序算法
1、冒泡排序1 /*2 * 冒泡排序3 */4 void BubbleSort(int *arr, int left, int right)5 {6 for(int i = left; i i; --j) 8 GreatExchange(arr[j-1], ar...
分类:其他好文   时间:2014-08-14 23:27:26    阅读次数:317
Triangle
Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below.For example, given the fol...
分类:其他好文   时间:2014-08-14 23:26:46    阅读次数:219
安卓实战
实战01.修改软件图标实战02.模拟器无法启动怎么解决实战03.点击按钮实现左右切换屏幕实战04.ViewPager实现左右滑动实战05.ListView下拉刷新实战06.服务器端的编写 -PHP数组 -Mysql -PHP中的json
分类:移动开发   时间:2014-08-14 23:26:36    阅读次数:229
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!