全部文章
参考链接:https://github.com/soapyigu/Swift-30-Projects ...
分类:编程语言 时间:2018-03-02 10:05:46 收藏:0 阅读:248
来源:Linux社区 作者:xiaojiang1025 :http://www.linuxidc.com/Linux/2017-02/141018.htm 和绝大多数源码编译安装一样,uboot的编译流程也类似于"make config->make->make install"**三步,只是由于ub ...
分类:其他 时间:2018-03-02 10:05:30 收藏:0 阅读:228
A strobogrammatic number is a number that looks the same when rotated 180 degrees (looked at upside down). Find all strobogrammatic numbers that are o ...
分类:其他 时间:2018-03-02 10:04:58 收藏:0 阅读:271
续Openstack虚拟机创建流程 在控制节点也安装一个计算服务也变成一个计算节点 启动并且设置开机启动 修改配置文件/etc/nova/nova.conf 在[vnc]加入以下 在[libvirt] 设置虚拟化支持 重启 验证 PS:暂时不管区域 使用admin登陆控制台 管理员-虚拟机管理器能查 ...
分类:其他 时间:2018-03-02 10:04:39 收藏:0 阅读:294
无源汇上下界可行流 1 #include<iostream> 2 #include<cstdio> 3 #include<string> 4 #include<cstring> 5 #include<cmath> 6 #include<algorithm> 7 #include<queue> 8 # ...
分类:其他 时间:2018-03-02 10:04:06 收藏:0 阅读:204
A strobogrammatic number is a number that looks the same when rotated 180 degrees (looked at upside down). Write a function to count the total strobog ...
分类:其他 时间:2018-03-02 10:03:33 收藏:0 阅读:265
博弈知识整理 一. 巴什博奕(Bash Game): 只有一堆n个物品,两个人轮流从这堆物品中取物,规定每次至少取一个,最多取m个。最后取光者得胜。 显然,如果n=m+1,那么由于一次最多只能取m个,所以,无论先取者拿走多少个,后取者都能够一次拿走剩余的物品,后者取胜。因此我们发现了如何取胜的法则: ...
分类:其他 时间:2018-03-02 10:03:12 收藏:0 阅读:585
There are two sorted arrays nums1 and nums2 of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexity sh ...
分类:编程语言 时间:2018-03-02 10:02:22 收藏:0 阅读:212
参考链接:https://github.com/soapyigu/Swift-30-Projects ...
分类:编程语言 时间:2018-03-02 10:01:45 收藏:0 阅读:340
web.xml <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee ...
分类:编程语言 时间:2018-03-02 10:01:19 收藏:0 阅读:237
1116746116747116748323994
上一页3239936下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!