资源列表
Knight
- 1. 问题描述 在一个n*n的棋盘上,一个放在棋盘上某个位置的马是否可以恰好访问每个方格一次,并且回到起始位置上? 2. 回溯法的一般思路 深度优先搜索,若寻找到满足要求的解,则输出;否则推回上一层往下一个方向搜索。 3. 求解问题的回溯算法描述 对于当前所在位置(x,y),依次枚举n个方向搜索,直到找到一组可行解为止。使用剪枝有3处:第一、使用Warnsdorff s rule,枚举当前解得时候优先选择下一步可行步数最少的方向;第二、若第一点中的方向存在不止一个,则优先选择
minimum-mean-square-error-algorithm
- 自适应滤波算法(最小均方误差算法)matlab源码程序-Adaptive filtering algorithm Matlab source program (minimum mean square error algorithm)
baiduAPI
- 百度个人云存储SDK,百度网盘SDK[源码] 百度个人云存储SDK 百度个人云存储API 百度网盘SDK 百度网盘API 各函数均亲自测试过,能正常返回。-Baidu personal cloud storage SDK Baidu network disk SDK [Open Source] the Baidu Personal Cloud Storage SDK Baidu personal cloud storage API Baidu network di
javamelody-1.40.0
- 通过简单的web.xml配置即可达到系统监控的功能-System monitoring functions can be achieved by simple web.xml configuration
watsnd
- An open source windows 3.1 control panel applet. delphi 1.0 source watlers world freeware and opensource snd.dll is a direct replacement for the windows system file snd.cpl wat say?
KSGLREG
- 一个用Qt编写的类注册机程序,在windows下根据磁盘序列号,用md5加密方式生成可用的用户识别序列与授权序列。 此源码主要展示了Qt如何调用windowsAPI,希望对大家有用-A class RI program, written using Qt under windows disk serial number available sequence of user identification and authorization sequence generated by md5 e
edit-distance
- 计算两个拥有几万字符的文件的编辑距离的动态规划的代码-Calculate the edit distance two files with tens of thousands of characters of dynamic programming code
des
- C++实现的一个完整des算法,可以从一个文件中取出明文,加密后放入另一个文件,再解密到另一个文件-C++ to achieve a complete des algorithm, can be removed from a file in plaintext, encryption into another file, and then decrypt to another file
zc
- 简单的找茬游戏!大家可以参考参考借鉴很容易的!-Simple game of finding fault!
redesneurais
- A very simple example of Neural Networks using back propagation This program is a simple example of Neural Networks using back propagation. My code has all basic functionalities like learning rate, load net, save net, etc. You can have as many l
VC-API
- 在VC_中利用API实现多线程编程实例,非常实用,感谢下载-Multithreaded programming examples using the API in VC_ very practical, thanks to download
VC-USB
- 基于VC的USB接口通信程序设计,内含两个文件。比较详细-Based on VC USB interface communication program design
