码迷,mamicode.com
首页 > 2016年03月16日 > 全部分享
20160309作业
作业:信息系统集成有哪些特点?答:(1)信息系统集成要以满足用户需求为根本出发点。(2)信息系统集成不只是设备选择和供应,更重要的,它是具有高技术含量的工程过程,要面向用户需求提供全面解决方案,其核心是软件。(3)系统集成的最终交付物是一个完整的系统而不是一个分立的..
分类:其他好文   时间:2016-03-16 07:19:34    阅读次数:196
OpenGL深度缓存算法
OpenGL深度缓存算法...
分类:编程语言   时间:2016-03-16 07:18:47    阅读次数:243
LVM 类型的 Storage Pool - 每天5分钟玩转 OpenStack(8)
本节为 KVM 存储虚拟化的第二篇,介绍 LVM 类型的 Storage Pool
分类:其他好文   时间:2016-03-16 07:15:28    阅读次数:250
bzoj 1823: [JSOI2010]满汉全席
2-set问题,根据评委需求建边,比如h1,h2那m2向h1建边,m1向h2建边。求2-set时用tarjin找环。
分类:Web程序   时间:2016-03-16 07:17:21    阅读次数:223
lintcode-medium-Combination Sum II
Given a collection of candidate numbers (C) and a target number (T), find all unique combinations in Cwhere the candidate numbers sums to T. Each numb
分类:其他好文   时间:2016-03-16 07:15:49    阅读次数:146
bzoj 1856: [Scoi2010]字符串
卡特兰数答案为C(n+m,m-1)
分类:其他好文   时间:2016-03-16 07:17:20    阅读次数:146
python类库26[web2py之基本概念]
一 web2py的应用的执行环境Models,Controllers和views所在的执行环境中,以下对象已经被默认地导入: Global Objects: request,response,session,cache Navigation: redirect,HTTP Internationali
分类:编程语言   时间:2016-03-16 07:14:34    阅读次数:469
bzoj 1834: [ZJOI2010]network 网络扩容
一遍最大流,一遍费用流。第一问跑完之后在残余网络建边,单位费用为扩容费用,
分类:Web程序   时间:2016-03-16 07:14:13    阅读次数:276
java@ What are C++ features missing in Java
Following features of C++ are not there in Java. No pointers No sizeof operator No scope resolution operatorLocal variables in functions cannot be sta
分类:编程语言   时间:2016-03-16 07:13:57    阅读次数:154
bzoj 1833: [ZJOI2010]count 数字计数
数位DP,先预处理,a[i][j]代表有i位,最高位为j的各数字和。
分类:其他好文   时间:2016-03-16 07:14:07    阅读次数:207
bzoj 1878: [SDOI2009]HH的项链
将读入离线处理,先排序,树状数组维护。
分类:其他好文   时间:2016-03-16 07:13:10    阅读次数:194
bzoj 1818: [Cqoi2010]内部白点
将点拆成横线与点,用树状数组维护。
分类:其他好文   时间:2016-03-16 07:14:29    阅读次数:246
linux mysql操作
Start tomcat server: sudo /var/local/apache-tomcat-8.0.23/bin/startup.sh Stop tomcat server: sudo /var/local/apache-tomcat-8.0.23/bin/shutdown.sh Acce
分类:数据库   时间:2016-03-16 07:12:24    阅读次数:205
how to download image from any web page in java 下载图片
http://stackoverflow.com/questions/5882005/how-to-download-image-from-any-web-page-in-java See javax.imageio package for more info. That's using the A
分类:编程语言   时间:2016-03-16 07:13:40    阅读次数:289
[转载]C++中引用与指针的区别(详细介绍)
本文转载自http://www.cnblogs.com/tracylee/archive/2012/12/04/2801519.html string s("xyzzy"); string& rs = s; // 正确,rs指向s 指针没有这样的限制。 string *ps; // 未初始化的指针
分类:编程语言   时间:2016-03-16 07:13:55    阅读次数:222
LeetCode Restore IP Addresses
DFS
分类:其他好文   时间:2016-03-16 07:12:55    阅读次数:165
1225条   上一页 1 ... 53 54 55 56 57 58 59 ... 73 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!