转载自:https://myhloli.com/u3dgames-hook-superdsm.html 另外,在博客园搜外挂关键字,能找到不少干货: http://www.cnblogs.com/GameDeveloper/archive/2011/03/11/1981663.html ...
分类:
编程语言 时间:
2017-08-11 12:18:47
阅读次数:
154
In 12th Zhejiang College Students Games 2007, there was a new stadium built in Zhejiang Normal University. It was a modern stadium which could hold th ...
分类:
其他好文 时间:
2017-08-09 15:27:04
阅读次数:
185
多表查询:(多张表中数据集合到一张表中) SELECT USER_NAME AS '昵称‘,GNAME AS '游戏名称’,SCORE AS '分数‘ FROM USERS,GAMES,SCORES WHERE USERS.USER_QQ=SCORES.USER_QQ AND GAMES.GNO=S ...
分类:
数据库 时间:
2017-08-08 12:36:52
阅读次数:
197
Numerically Speaking A developer of crossword puzzles (and other similar word games) has decided to develop a mapping between every possible word with ...
分类:
其他好文 时间:
2017-08-05 17:45:11
阅读次数:
216
Alex doesn't like boredom. That's why whenever he gets bored, he comes up with games. One long winter evening he came up with a game and decided to pl ...
分类:
其他好文 时间:
2017-08-03 17:01:17
阅读次数:
192
求出排序后位于中间的两个字符串较小的和较大的分别为s1,s2
s[i]表示字符串s的第i位
对于第1位,显然只需要考虑两个值:s1[1],s1[1]+1
如果单独一位两种方式不能满足,则考虑2位的情况
显然,如果需要考虑第2位,那么第1位应该取s1[1]
对于第i位,如果s1[i]和s2[i]都存在... ...
分类:
其他好文 时间:
2017-08-02 16:58:26
阅读次数:
123
一、算法、数据结构 1、NOCOW http://www.nocow.cn/index.php/%E9%A6%96%E9%A1%B5 2.AI 算法 http://www.redblobgames.com/ 二、基础编程技术、参考手册 1、Microsoft API https://msdn.mic ...
分类:
Web程序 时间:
2017-08-02 00:28:51
阅读次数:
196
Curling 2.0 Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 21723 Accepted: 8842 Description On Planet MM-21, after their Olympic games thi ...
分类:
其他好文 时间:
2017-07-29 20:52:08
阅读次数:
218
连连看大家应该都玩过,不多说直接上一个做好的界面截图吧,所有的功能都在上面的,要做的就只是如何去实现它们了。 差不多就是这个样子。先说一下大致的思路吧。首先编写基本的界面:把什么按钮啊,表格啊什么的都画上去。然后就是编写事件处理类,因为操作使用鼠标,所以加上鼠标监听。然后获取点击的坐标,根据坐标得出 ...
分类:
编程语言 时间:
2017-07-29 11:32:24
阅读次数:
268
Alex doesn't like boredom. That's why whenever he gets bored, he comes up with games. One long winter evening he came up with a game and decided to pl ...
分类:
其他好文 时间:
2017-07-26 19:25:23
阅读次数:
148