码迷,mamicode.com
首页 >  
搜索关键字:low poly    ( 2316个结果
Zabbix的LLD功能--Low-level discovery
感觉这个主题是和一个主题是一个系列,而且更基础。准备深入研究一下。。。相关文档准备:https://www.zabbix.com/documentation/2.0/manual/discovery/low_level_discoveryhttp://itnihao.blog.51cto.com/1...
分类:其他好文   时间:2015-06-22 01:03:29    阅读次数:450
MySQL INSERT语句
insert的语法INSERT [LOW_PRIORITY | DELAYED | HIGH_PRIORITY] [IGNORE] [INTO] tbl_name [(col_name,...)] VALUES ({expr | DEFAULT},...),(...),... [ ...
分类:数据库   时间:2015-06-21 22:17:07    阅读次数:245
uva6511 强连通分量
求n减去在环上的元素个数 #include #include #include #include #include using namespace std; #define N 111111 stacksta; vectormp[N]; int dfn[N]; int low[N]; int InStack[N]; int indexx,number; int n, m; int nu...
分类:其他好文   时间:2015-06-21 09:23:41    阅读次数:121
判断一个数组是否是二叉搜索树的后序遍历(java)
分析: 代码:package Tree;public class VerifyBST { //第一个元素下标low,最后一个元素下标high public static boolean verifySequenceBST(int[] sequence,int low,int high){ if(sequence == null || high-low <0){...
分类:编程语言   时间:2015-06-19 00:05:57    阅读次数:167
排序--折半插入
#include using namespace std; #define SIZE 21 typedef int Sqlist[SIZE]; void BInsertSort(Sqlist &L,int n) { int i,j; int low; int high; int mid; for(i=2;i<n;++i) { L[0] = L[i]; ...
分类:编程语言   时间:2015-06-18 13:36:45    阅读次数:136
The LMAX disruptor Architecture--转载
原文地址:LMAX is a new retail financial trading platform. As a result it has to process many trades with low latency. The system is built on the JVM platf...
分类:其他好文   时间:2015-06-17 10:54:46    阅读次数:91
POJ 1847 dijstra算法
POJ 无限循环CE中。感觉是读题难。然后就可以建图上模板了。附个人代码:#include#include#include#define maxn 0x1f1f1f1f#define size 210using namespace std;int low[size];bool used[size];...
分类:编程语言   时间:2015-06-16 19:13:08    阅读次数:138
On Imitation monkey the assignment is usually to carry a variety of major model low cost diesel-engined wristwatches
This wristwatches are made to glimpse very much like the genuine wristwatches in order to retain each of the efficiency. On Imitation monkey the assig...
分类:其他好文   时间:2015-06-16 16:40:21    阅读次数:148
Android中的Low Memory Killer
转载请标明出处:  http://blog.csdn.net/yujun411522/article/details/46334123 本文出自:【yujun411522的博客】 在现有的技术条件下,内存永远都是一个吃紧的资源,不用说是PC上会出现内存不足的可能,更不必说在移动设备上了。一旦出现内存不足就会导致系统卡顿,影响用户体验。而Android运行在Linux的基础之上...
分类:移动开发   时间:2015-06-16 13:00:16    阅读次数:229
Acadia Lab 228 + Lab 222
又是一对串烧实验,布好线后非常方便就可以一起完成。连线方案一模一样:Lab 228 数码管骰子核心代码如下:def loop() : global cnt global btn_read,sec,on gpio.digital_write(channel[8],LOW) g...
分类:其他好文   时间:2015-06-16 07:50:35    阅读次数:132
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!