码迷,mamicode.com
首页 >  
搜索关键字:24 point game    ( 12592个结果
POJ 3525 二分+半平面交
Most Distant Point from the Sea Time Limit: 5000MS   Memory Limit: 65536K Total Submissions: 3812   Accepted: 1779   Special Judge Description The main land of Japan ca...
分类:其他好文   时间:2014-05-12 14:48:41    阅读次数:438
CTreeCtrl 父结点联动子结点CheckBox
实现很简单,直接上代码: 1 void CCheckBoxTreeDlg::OnNMClickTree1(NMHDR *pNMHDR, LRESULT *pResult) 2 { 3 // TODO: 在此添加控件通知处理程序代码 4 CPoint point; 5 UINT...
分类:其他好文   时间:2014-05-12 11:07:03    阅读次数:297
谈谈游戏机制Game Mechanism
抱着游戏实现的想法去钻研技术可以让人明晰逻辑,然而理清构建将会统观大局。 今天就从游戏机制上谈谈电子游戏的满足机制和划分。 国内游戏的设计已经完全抛开了传统的趣味表达和故事叙述概念,流行的是网络的成就感获得。那种自动寻路打怪的系统让人哭笑不得,玩家更多的是为了等级装备成就感的虚荣。不说艺术表...
分类:其他好文   时间:2014-05-12 04:22:52    阅读次数:332
WPF草稿
public Point TranslatePoint( Point point, UIElement relativeTo)private void OnMouseLeftButtonDown(object sender, MouseButtonEventArgs e){ // Retrieve ...
分类:其他好文   时间:2014-05-10 08:09:34    阅读次数:225
linux 双网关双IP设置
server:CentOS5.8 ip:172.16.8.11 Gateway:172.16.8.1ip:10.120.6.78 Gateway:10.120.6.1网卡配置:eth0 point:[root@localhost ~]# cat /etc/sysconfig/network-scri...
分类:系统相关   时间:2014-05-10 06:50:23    阅读次数:536
zoj 1648 Circuit Board
题目:意思就是判断给定的几条线段是否有相交的。 方法:模版吧,有空在来细细学习。 代码: #include #include using namespace std; struct Point { double x,y; }; struct LineSeg { Point a,b; }; double Cross(Point a, Point b, Poi...
分类:其他好文   时间:2014-05-10 03:39:07    阅读次数:326
LeetCode:Jump Game I II
Jump Game Given an array of non-negative integers, you are initially positioned at the first index of the array. Each element in the array represents ...
分类:其他好文   时间:2014-05-10 03:13:50    阅读次数:481
HDOJ1176 免费馅饼 【DP】+【经典数塔】
免费馅饼 Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 23986    Accepted Submission(s): 8093 Problem Description 都说天上不会掉馅饼,但有一天game...
分类:其他好文   时间:2014-05-09 22:23:12    阅读次数:348
Popup menu VS2005中使用
程序中 ,我们经常会使用到快捷菜单。快捷菜单的实现在vc6.0中是要加载一个组件(Popup menu)。但是我们在vs2005 中,创建一个快捷菜单的方式有点不同。我们先创建一个菜单资源,在类中加载消息WM_CONTEXTMENU。在我们的头文件会有一个消息响应函数 声明。      afx_msg void OnContextMenu(CWnd* /*pWnd*/, CPoint Point...
分类:其他好文   时间:2014-05-09 22:10:04    阅读次数:304
poj 1704
Georgia and BobTime Limit:1000MSMemory Limit:10000KTotal Submissions:7233Accepted:2173DescriptionGeorgia and Bob decide to play a self-invented game. ...
分类:其他好文   时间:2014-05-09 20:27:36    阅读次数:374
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!