码迷,mamicode.com
首页 >  
搜索关键字:control point    ( 17589个结果
10个linux 作业控制的bash 脚本实例
linux和unix都是多任务的操作系统,也就是说系统可以同时运行多个任务或者进程。下面我们来说一下在linux或者unix下用来处理多任务的作业控制命令。什么是作业控制(job control)?作业控制就是可以停止或者暂停正在执行的程序,还可以使暂停的进程重新开始运行。这些都是可以通过我们的sh...
分类:系统相关   时间:2014-05-26 16:34:57    阅读次数:429
CListCtrl的简单使用
1,定义和绑定CListCtrl m_CListCtrl;。。。void CMyDialog::DoDataExchange(CDataExchange* pDX){ CDialog::DoDataExchange(pDX); DDX_Control(pDX, IDC_LIST2, m_CL...
分类:其他好文   时间:2014-05-26 15:50:41    阅读次数:175
百度地图是用过程笔记
记忆力不行,做过好多东西,下次用的时候还会忘记,于是就记录一些,为了以后更快的入手:1.marker的点击事件中获取marker的信息 在函数中this就代表当前的markerthis.getPosition()就获取到了marker的位置,不能用e.point 这个是点击的位置。
分类:其他好文   时间:2014-05-26 15:14:03    阅读次数:195
Sublime settings and control for Python
Preferences.sublime-settings:{ "color_scheme": "Packages/Color Scheme - Default/Sunburst.tmTheme", "font_size": 16, "font_face": "Monaco", "highlight_...
分类:编程语言   时间:2014-05-26 10:25:11    阅读次数:223
Mahout 模糊kmeans
FCM 算法用一个Job寻找cluster的中心点。在map的初始化节点,加载初始化(或上一轮迭代的结果)中心点。在map中计算point 和每一个簇的亲和度。在combiner计算同一个cluster的参数,该过程只能计算同一cluster的局部信息。在reduce中首先计算同一个cluster的全局参数,然后计算该cluster是否收敛,输出cluster。...
分类:其他好文   时间:2014-05-26 04:12:39    阅读次数:302
HDU4033:Regular Polygon(二分+余弦定理)
Problem Description In a 2_D plane, there is a point strictly in a regular polygon with N sides. If you are given the distances between it and N vertexes of the regular polygon, can you calculate t...
分类:其他好文   时间:2014-05-26 03:50:40    阅读次数:252
神器Sublime Text 2安装Package Control
神器Sublime Text 2安装Package Control...
分类:其他好文   时间:2014-05-24 22:26:32    阅读次数:243
代码不仅仅考虑性能
今天阅读opencv2.0手册的时候,看到一句话,很有感触:Unless you are targeting embedded platforms, there’s no point to using the old methods(unless you’re a masochist program...
分类:其他好文   时间:2014-05-24 09:51:04    阅读次数:258
HDU 1048 What Is Your Grade? (简单模拟)
What Is Your Grade? Problem Description “Point, point, life of student!” This is a ballad(歌谣)well known in colleges, and you must care about your...
分类:其他好文   时间:2014-05-23 00:59:22    阅读次数:375
POJ - 1054 The Troublesome Frog
题意:给你个矩阵,里面有n个标记的点,许多只青蛙在上面跳,每次跳的距离都是一样的且轨迹是直线,目标是从一边跳到另一边,求最多步数的青蛙 思路:排序后,枚举判断 #include #include #include #include using namespace std; const int MAXN = 5050; struct point{ int x,y; void ini...
分类:其他好文   时间:2014-05-22 18:50:02    阅读次数:255
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!