码迷,mamicode.com
首页 >  
搜索关键字:na    ( 1857个结果
react native 开发IOS
转载自kaich blog(http://www.kaich.xyz)接触react native对于技术,我比较喜欢追新。看到报道大名鼎鼎的facebook(开源界的模范,发布了很多高质量的开源框架)开源了移动端跨平台的新框架react native,于是就迫不及待的开始接触它了。react na...
分类:移动开发   时间:2015-08-11 00:12:40    阅读次数:506
HDU 4185 Oil Skimming
题目大意:在一个N*N的矩阵里寻找最多有多少个“##”(横着竖着都行)。题目分析:重新构图,直接以相邻的两个油井算中间算以条边,然后进行匹配,看看两两之间最多能匹配多少对。#include#include#include#include#include#include#includeusing na...
分类:其他好文   时间:2015-08-10 17:43:10    阅读次数:107
后台弹出JS类
using System;using System.Collections.Generic;using System.Text;using System.Web;using System.Web.UI;///在後台註冊JavaScript腳本彈出信息對話框及確認對話框(需要有MS AJAX環境)na...
分类:Web程序   时间:2015-08-10 16:10:59    阅读次数:168
奔小康赚大钱---hdu2255(最大带权匹配)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2255带权匹配问题的模板;运用KM算法;#include#include#include#include#include#define INF 0xfffffff#define N 330using na...
分类:其他好文   时间:2015-08-10 13:32:10    阅读次数:103
Cellphone Typing 字典树
Cellphone TypingTime Limit:5000msMemory Limit:131072KBThis problem will be judged on UVA. Original ID:1252664-bit integer IO format:%lld Java class na...
分类:其他好文   时间:2015-08-09 13:51:29    阅读次数:221
Ural 1004 Sightseeing Trip
Sightseeing TripTime Limit: 2000msMemory Limit: 16384KBThis problem will be judged onUral. Original ID:100464-bit integer IO format:%lld Java class na...
分类:其他好文   时间:2015-08-09 12:15:03    阅读次数:90
poj3216Repairing Company 二分匹配之最小路径覆盖+floyd
//m个任务,每个任务都有开始时间和需要花的时间,以及其在哪楼地方工作 //给出地图,每楼到另一楼的路径所花的时间 //问最少需要安排多少人能完成这些任务 //对任务和任务之间建图,如果做完任务i还能做任务j那么i-j之间建立一条边 //这样只需要找到最小路径覆盖即为最终答案 #include #include #include using na...
分类:其他好文   时间:2015-08-06 13:28:22    阅读次数:141
使用Java多线程模简单拟售票系统
创建单个“火车票类” package date0804.demo3; /** * 票 * @author zzw922cn * */ public final class Ticket { private final String name; public Ticket(String name) { super(); this.name = na...
分类:编程语言   时间:2015-08-06 00:44:19    阅读次数:201
全反选,增加减少按钮
一。全反选cart-1.html中写script语句 function?checkAll(obj,?name)?{ var?el?=?document.getElementsByTagName(‘input‘); var?len?=?el.length; for?(var?key?in?el)?{ if?(el[key].na...
分类:其他好文   时间:2015-08-05 18:44:55    阅读次数:128
(转)Thinkphp系统常量 演示
Thinkphp2.1框架内置了许多系统常量, 具体如下:__ROOT__: 网站根目录地址__APP__: 当前项目(入口文件)地址__URL__: 当前模块地址__ACTION__: 当前操作地址__SELF__: 当前 URL 地址__CURRENT__: 当前模块的模板目录ACTION_NA...
分类:Web程序   时间:2015-08-04 13:10:36    阅读次数:114
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!