码迷,mamicode.com
首页 >  
搜索关键字:jira wiki    ( 6249个结果
等高线生成算法
输入:离散的采样点坐标和高度值(x_0,y_0,value_0),(x_1,y_1,value_1)......(x_n, y_n, value_n)输出:等高线图,如下所示 wiki上的Marching squares算法对此有很好的说明,我也是按照wiki上面的步骤来实现这个算法的,下...
分类:其他好文   时间:2014-07-19 21:07:54    阅读次数:422
setjmp和longjmp
此文是学习 C专家编程 中的笔记。setjmp和longjmp是C语言所独有的,它们部分弥补了C语言有限的转移能力。函数说明(来自wiki百科):int setjmp(jmp_bufenv)建立本地的jmp_buf缓冲区并且初始化,用于将来跳转回此处。这个子程序保存程序的调用环境于env参数所指的缓...
分类:其他好文   时间:2014-07-19 20:09:16    阅读次数:221
python学习手册
1。GUI开发 python中界面开发使用wxPython库,开发手册wxPytyhon in action; * http://wiki.woodpecker.org.cn/moin/WxPythonInAction * http://blogimg.chinaunix.net/blog/u...
分类:编程语言   时间:2014-07-19 19:39:19    阅读次数:195
Decorator pattern
1. 定义,来自wiki(http://en.wikipedia.org/wiki/Decorator_pattern)The decorator pattern can be used to extend (decorate) the functionality of a certain obje...
分类:其他好文   时间:2014-07-16 19:11:29    阅读次数:312
Adapter pattern
1. 定义http://en.wikipedia.org/wiki/Adapter_patternAn adapter helps two incompatible interfaces to work together. This is the real world definition for ...
分类:其他好文   时间:2014-07-16 19:01:47    阅读次数:345
command pattern
1.定义(http://en.wikipedia.org/wiki/Command_pattern#Java)Inobject-oriented programming, thecommand patternis abehavioraldesign patternin which an object...
分类:其他好文   时间:2014-07-16 17:06:41    阅读次数:297
Eclipse的一些常用插件和来源
每次换电脑或者eclipse因为某些缘故挂掉了,重新搞一个eclipse 还要再去四处找各种插件去安装,烦死了~~~ 下面把一些常用的插件和地址放着: 1. HTML 编辑器 插件: http://amateras.sourceforge.jp/cgi-bin/fswiki_en/wiki.cgi?page=EclipseHTMLEditor 2. TOMCAT 服务器 插...
分类:系统相关   时间:2014-07-16 09:21:36    阅读次数:262
Vertex Fetch Texture (VTF)
http://www.opengl.org/wiki/Vertex_Texture_FetchVertex Texture FetchThis article contains inaccurate information. Further details can be found on theta...
分类:其他好文   时间:2014-07-15 23:02:34    阅读次数:515
Java学习网站大全
0.  java学习必看,你的大方向http://java.itcast.cn/subject/hadoop2/index.shtml?140701lcqqq1 1、JDK6中文API:http://tool.oschina.net/apidocs/apidoc?api=jdk-zh 2、Netty4.x用户向导:http://netty.io/wiki/user-guide-for-4.x....
分类:编程语言   时间:2014-07-15 22:37:33    阅读次数:312
yum install nagios and pnp4nagios
环境:centos6.21.下载并安装epel包linkshttp://fedoraproject.org/wiki/EPEL2.安装nagios及插件yuminstallnagiosnagios-nrpenagios-plugins*-y3.启动httpdservicehttpdstart;chkconfighttpdon4.创建管理用户htpasswd-cm/etc/nagios/passwduser15.更改默认的管理用户名vim/etc/..
分类:移动开发   时间:2014-07-15 12:11:36    阅读次数:259
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!