码迷,mamicode.com
首页 >  
搜索关键字:zabbix_server functions    ( 2506个结果
[转]真正了解泰勒公式
SERIES EXPANSION OF FUNCTIONS, MACLAURIN’S SERIES, TAYLOR’S SERIES, TAYLOR’S FORMULAMany functions can be represented by polynomials. In this connect....
分类:其他好文   时间:2014-11-06 00:40:10    阅读次数:171
XNA+WPF solution worked
Cory Petosky's websiteEdit 11/17/2010:While this article's XNA+WPF solution worked when I wrote it, in mid 2009, it no longer functions. This solution...
分类:Windows程序   时间:2014-11-05 23:01:11    阅读次数:459
hdu 5095 Linearization of the kernel functions in SVM(模拟)
hdu 5095 Linearization of the kernel functions in SVM(模拟) —— black的专栏——waShaXiu...
分类:其他好文   时间:2014-11-05 17:21:04    阅读次数:199
js深度模块模式
本文摘自http://www.adequatelygood.com/JavaScript-Module-Pattern-In-Depth.html1 Anonymous Closures(function () { // ... all vars and functions are in this ...
分类:Web程序   时间:2014-11-05 10:38:34    阅读次数:158
lua function
This is the main reference for the World of Warcraft Lua Runtime. Note that these are mostly standard Lua functions, available in most Lua environment...
分类:其他好文   时间:2014-11-04 19:32:04    阅读次数:311
POJ 1080 Human Gene Functions(求两字符串相似度:LCS变形)
POJ 1080 Human Gene Functions(求两字符串相似度:LCS变形) http://poj.org/problem?id=1080 题意: 给你两个由字符A,C,G,T构造的字符串s1和s2, 现在你可以在这两个字符串中插入空格, 使得两串长相等(但是不能使得s1的空格对应s2的空格位置). 然后给你s1的特定字符对应s2中特定字符所能获得的分数矩阵: 问你最后两个字符串所能获得的最大分数是多少? 分析: 本题很类似于求字符串最短编辑距离或者求...
分类:其他好文   时间:2014-11-04 17:35:43    阅读次数:187
Zabbix配置文件详解之服务端zabbix_server
作为zabbix的部署,这里就不说了,网上一大堆文档,但关于配置文件的说明就比较少,这里列出服务端的配置文件zabbix_server的详细解释,感谢我主管的功劳。ZabbixServer端配置文件说明#ThisisaconfigurationfileforZabbixServerprocess#TogetmoreinformationaboutZabbix,#visit..
分类:其他好文   时间:2014-11-04 06:51:29    阅读次数:219
《Effective C++ 》学习笔记——条款05
《Effective C++ 》学习笔记——条款05 Know what functions C++ silently writes and calls...
分类:编程语言   时间:2014-11-03 22:36:27    阅读次数:252
HDU 5095 Linearization of the kernel functions in SVM(模拟)
HDU 5095 Linearization of the kernel functions in SVM(模拟)...
分类:其他好文   时间:2014-11-02 19:41:18    阅读次数:230
Redis源码分析(二十七)--- rio系统I/O的封装
I/O操作对于每个系统来说都是必不可少的一部分。而且I/O操作的好坏,在一定程度上也会影响着系统的效率问题。今天我学习了一下在Redis中的I/O是怎么处理的,同样的,Redis在他自己的系统中,也封装了一个I/O层。简称RIO。得先看看RIO中有什么东西喽: struct _rio { /* Backend functions. * Since this functions ...
分类:其他好文   时间:2014-11-02 10:56:10    阅读次数:166
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!