搜索资源列表
-
0下载:
QQ连连看*源码 20050609qq
连连看*简介
原理
1 截取屏幕,从而取得方块数据,然后搜索算法.
2 通过鼠标键盘钩子发送消息来消去.
3 腾讯反*作的很牛,连连看程序在接到鼠标点击消息的同时从驱动层判断有没有
点击消息,所以把0x00403291地址的内存锁定为0x00就可以让腾讯的凡*系统失效。
4 在消除过程中因为烟雾等特效的影响,中途按F9键分析结果很可能错误,谁有办法
解决这个问题一定要告诉我啊! 最好能取消动画特效,直接消去.
-
-
0下载:
24点牌算法,该算法可以对输入进行分析,提示错误。同时该算法在总结过去算法基础上避免了重复结果和不合理结果,具有一定参考价值。-24 points licensing algorithm, which can be input to the analysis, suggesting error. While the algorithm in the past algorithm on the basis of the results to avoid duplication and unreas
-
-
0下载:
这是我抄的一个算法分析程序可以帮助初学者-This is my copy of an algorithm analysis procedures can help beginners
-
-
0下载:
名称叫做多边形游戏,是算法设计技巧与分析中经常会遇到的一类问题,主要是由贪心法来解决-Name of the game called the polygon is algorithm design techniques and analysis of a class of frequently encountered problems, mainly by the greedy method to solve
-
-
0下载:
基于向量实现的AStar算法,给出了原理分析和必要注释,已经测试通过。-AStar vector-based algorithm to achieve, given the principle of analysis and notes the need to have the test.
-
-
0下载:
Java的经典算法大荟萃。认真学习之后定能提高编程设计的水平。内有算法分析及源代码。-The classic algorithm for big meets Java. After careful study and design will be able to improve the level of programming. There are algorithm analysis and source code.
-
-
0下载:
C#编写的wow外怪模块。基于Pather解析mpq文件。基于A*算法解析路点。-Wow written in C# strange outside the module. Analysis based on Pather mpq file. A* algorithm based on analytical way point.
-
-
0下载:
“华容道”游戏解法的研究与实现
“华容道”是中国古代传统单人玩的拼板类游戏。虽然以前多次见到报刊、网络有具体解法的报道,但未见到有对此游戏全面的分析和通用局的计算机解法的描述。为此,作者采用改进的非递归深度优先算法对《华容道》通用局的解法进行了全面的分析和论证。随后通过编程实现了这一通用解法,并通过对当前常见的几十个布局进行了测试,从而验证了分析结论及其有效性。-" Huarong" Research and implementation of the game solut
-
-
0下载:
实现连连看的算法设计,对连连的的实现算法做了详细的分析。-Lianliankan algorithm to achieve design, implementation again and again made a detailed analysis of algorithms.
-
-
0下载:
多边形游戏,用VC++6.0实现多边形游戏程序,算法设计与分析。-Polygon games, with VC++6.0 to achieve polygon games, algorithm design and analysis.
-
-
0下载:
中国象棋,c++源码,多种搜索算法和评估算法相结合条理清析,对于初级学习ai编程人员非常有用。-Chinese chess, c++ source code, a variety of search algorithm and evaluation algorithm combined analysis of Article clarify, for the initial study is very useful for programmers ai.
-
-
0下载:
编程之美中有关游戏的内容, 包括连连看游戏设计,中国象棋将帅问题,NIM“拈”游戏分析 三个重要的算法详细讲解,对于想要提高自己算法水平的人群,非常必须-Programming in the beauty of the game, including Lianliankan game design, Chinese chess generals problem, NIM " twist" game analysis to explain three important algo
-
-
0下载:
五子棋是一种受大众广泛喜爱的游戏,这里介绍五子棋程序的数据结构、评分规则、胜负判断方法,重点分析了搜索算法,并在传统的博弈算法在五子棋应用中进行一些改进,从而使剪枝更有效,运算性能更好。改进包括:不使用closed表;改变棋盘搜索顺序;增加记录最大棋盘信息的指针。实验证明,这几点改进对提高效率有很高帮助。
-Backgammon is one of the general public loved the game, and here the data structure of the 33
-
-
0下载:
关于中国象棋将帅的--比较经典的算法分析-About Chinese chess commanders-more classic algorithm analysis
-
-
0下载:
编写程序,可以实现m*n矩阵和n*p矩阵相乘。m,n,p均小于10,矩阵元素为整数。
分析:
首先我们可以根据题意写出函数头。可以定为void MatrixMutiply(int m,int n,int p,long lMatrix1[MAX][MAX],long lMatrix2[MAX][MAX],long lMatrixResult[MAX][MAX]),其中lMatrix1和lMatrix2分别是输入的m*n矩阵和n*p矩阵,lMatrixResult是输出的m*p矩阵。
因
-
-
0下载:
基于向量实现的AStar算法,给出了原理分析和必要注释,已经测试通过。-AStar vector-based algorithm to achieve, given the principle of analysis and notes the need to have the test.
-
-
0下载:
复杂网路中的BA无标度网络的边抽样分析 以及编程实现,如何实现算法。-Complex network of BA scale-free network edge sampling analysis and programming, how to realize the algorithm.
-
-
0下载:
是一个常见路由器升级文件的效验和算法!参考此源码对一些路由器的升级文件(*.bin)进行分析.-Is a common router upgrade file and algorithm-tested! Refer to this source of some router upgrade file (*. bin) for analysis.
-
-
0下载:
这是一个QQ连连看自动消除辅助程序,2015年测试可行。可能已有同类型的。但是【重点:我自己的这个算法很简洁】,我看过别人的算法,情况分析的太复杂,没有归纳到一起。-This is an automatic elimination of auxiliary program QQ Lianliankan, 2015 test is feasible. May have the same type. But [emphasis: I own this algorithm is very simple
-
-
0下载:
系统分析了人机博弈在pc机上的实现方法以及算法的改进与算法的分析。(This paper analyzes the realization method and algorithm improvement and algorithm analysis of PC on PC.)
-