码迷,mamicode.com
首页 >  
搜索关键字:zabbix3.0.2 graphs    ( 228个结果
扫描线三巨头 hdu1928&&hdu 1255 && hdu 1542 [POJ 1151]
学习链接:http://blog.csdn.net/lwt36/article/details/48908031 学习扫描线主要学习的是一种扫描的思想,后期可以求解很多问题。 扫描线求矩形周长并 hdu 1928 Picture Time Limit: 6000/2000 MS (Java/Othe ...
分类:其他好文   时间:2017-04-18 21:59:46    阅读次数:239
Transforming Real-Time Task Graphs to Improve Schedulability
Basic idea: insert artificial delays to the release times of certain vertices of a task graph to get a new graph with a smoother workload, while still ...
分类:其他好文   时间:2017-04-15 14:05:14    阅读次数:184
introduction经典句型
Using our techniques, task set transformation is performed by modifying the parameters related to each vertex in task graphs step by step. Our transfo... ...
分类:其他好文   时间:2017-04-15 09:24:58    阅读次数:182
tensorflow
介绍 TensorFlow是一个采用数据流图(data flow graphs),用于数值计算的开源软件库。 最初是由Google大脑小组(隶属于Google机器智能研究机构)研究开发,主要用于机器学习和深度神经网络方面的研究。它是谷歌基于DistBelief进行研发的第二代人工智能学习系统,在20 ...
分类:其他好文   时间:2017-04-13 11:57:09    阅读次数:475
python 教程
Websites: Python Course http://www.python-course.eu/graphs_python.php 廖雪峰 http://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e5 ...
分类:编程语言   时间:2017-04-11 10:09:47    阅读次数:172
AMF3编码
RTMPDump如果想实现RTMP协议的流媒体的下载保存,就必须可以编码和解码AMF格式的数据。 AMF(Action Message Format 动作信息格式)是用来序列化AS(ActionScript 动作脚本)实例对象 (object graphs)的压缩的二进制格式。序列化的AMF编码的实 ...
分类:其他好文   时间:2017-04-05 14:39:24    阅读次数:196
KDD2015,Accepted Papers
Accepted Papers by Session Accepted Papers by Session Research Session RT01: Social and Graphs 1Tuesday 10:20 am–12:00 pm | Level 3 – Ballroom AChair: ...
分类:其他好文   时间:2017-03-31 09:24:17    阅读次数:668
NSAttributedString的用法
标签: 以前看到这种字号和颜色不一样的字符串,想出个讨巧的办法就是“¥150”一个UILable,“元/位”一个UILable。今天翻看以前的工程,command点进UITextField中看到[attributedText]这个关键字,以前都没注意过UITextField还有这个属性,其实UITe ...
分类:其他好文   时间:2017-03-27 15:41:09    阅读次数:210
属性字符串的一些使用
1.了解NSAttributedString类 NSDictionary *attributes = @{NSForegroundColorAttributeName: [UIColor redColor],NSFontAttributeName:[UIFont fontWithName:@"Zap ...
分类:其他好文   时间:2017-03-27 15:33:36    阅读次数:140
rtf乱码解决办法
首先,阐述下rtf,富文本格式文档,目前常用来做模板; 我遇到的问题是rtf中替换后的文本显示是正常的,rtf直接转pdf就不正常了,通过notpad++ 打开后发现rtf本身内容编码是我没有见过的(查资料说时ansi,具体我也不晓得了),我替换后的则是中文显示,这样转换后中文全部乱码; 解决办法如 ...
分类:其他好文   时间:2017-03-12 00:41:27    阅读次数:313
228条   上一页 1 ... 13 14 15 16 17 ... 23 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!