码迷,mamicode.com
首页 >  
搜索关键字:precompile prefix he    ( 8901个结果
以软件推动工业进步 -嵌入式学习网站
http://www.cnblogs.com/cubean/archive/2010/04/26/1721035.html以下内容转自:http://bbs.msembed.com/showtopic-1238.aspx嵌入式入门篇:什么是嵌入式系统 http://www.he...
分类:Web程序   时间:2014-06-18 22:15:38    阅读次数:347
CF10E Greedy Change 判断硬币系统是否能用贪心策略
Billy investigates the question of applying greedy algorithm to different spheres of life. At the moment he is studying the application of greedy algo...
分类:其他好文   时间:2014-06-18 15:17:54    阅读次数:272
UVA 11205 The broken pedometer(子集枚举)
Description  The Broken Pedometer  The Problem A marathon runner uses a pedometer with which he is having problems. In the pedometer the symbols are represented by seven s...
分类:其他好文   时间:2014-06-18 12:31:09    阅读次数:203
linux下安装最新版Subversion 1.8.9
linux下安装最新版subversion,代码: [root@localhost subversion-1.8.9]# ./configure --prefix=/usr/local/subversion --with-apxs=/usr/local/apache2/bin/apxs --with-apr=/usr/local/apr --with-apr-util=/us...
分类:系统相关   时间:2014-06-18 12:19:21    阅读次数:275
Longest Common Prefix
题目 Write a function to find the longest common prefix string amongst an array of strings. 方法 从第一个字符开始,判断是否相同。 public String longestCommonPrefix(String[] strs) { if (strs ...
分类:其他好文   时间:2014-06-18 11:18:30    阅读次数:205
数据结构归并排序实现
package com.he.list; public class Collections { public static ArrayList mergeList(ArrayList l1, ArrayList l2) { ArrayList l = new ArrayList(); int l1_length = l1.getLength(); int l2_length = ...
分类:其他好文   时间:2014-06-17 22:53:46    阅读次数:247
建图方式之“邻接链表” BFS搜索
继续校赛前的建图任务,当时只写了DFS遍历,今天把BFS也写了一下。 #include #include #include #include #include const int maxe = 10001; using namespace std; struct node{ int to,w; node *next; }*head[maxe];//he...
分类:其他好文   时间:2014-06-16 22:25:20    阅读次数:286
NYOJ 483 Nightmare 【广搜】+【无标记】
Nightmare 时间限制:1000 ms  |  内存限制:65535 KB 难度:4 描述 Ignatius had a nightmare last night. He found himself in a labyrinth with a time bomb on him. The labyrinth has an exit, Ignatius should ...
分类:Web程序   时间:2014-06-16 18:57:52    阅读次数:268
数据结构线性表顺序结构的实现
package com.he.list; import java.util.Arrays; import org.w3c.dom.ls.LSException; class ArrayList { private int length;// the list's length private int[] store;// store the data // initialize ...
分类:其他好文   时间:2014-06-14 11:16:05    阅读次数:224
安装LAMP PHP的./configure 参数,未出现MYSQ
编译参数: ./configure --prefix=/usr/local/php5 --with-apxs2=/usr/local/apache2/bin/apxs --enable-shared --with-libxml-dir --with-gd --with-openssl --enable-mbstring --wit...
分类:Web程序   时间:2014-06-14 09:13:09    阅读次数:245
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!