搜索资源列表
网络5子棋
- 一款网络版的5子棋
c_child子窗口编程的例子
- 子窗口编程的例子-Programming examples of sub-window
骰子
- 一个模拟骰子的小系统. 虽然简单,但是覆盖知识面很全的喔-dice simulation of a small system. Although simple, but full coverage is the knowledge oh
Canny算子与边缘检测
- Canny算子与边缘检测,一个用完整的图像边缘提取算法-Canny operator and edge detection, complete with an Image Edge Extraction Algorithm
最长公共子序列
- 动态规划算法中的最长公共子序列算法-dynamic programming algorithm for the longest sequence of public Algorithm
最长公共子串问题
- 最长公共子串问题-longest public substrings problems
log算子边缘检测源码及文档说明
- LOG算子边缘检测源码及文档说明-LOG Operator edge detection and source documents note
自动调整对话框上子窗口显示位置vc
- 自动调整对话框上子窗口显示位置vc-automatically adjust for dialog on the window location vc
获取、修改计算机的IP地址及子网掩码
- 这是一个获取、修改计算机的IP地址及子网掩码.-This is an acquisition, changes to the computer's IP address and subnet mask.
在多文档应用程序的状态条中加入子窗口的列
- 在多文档应用程序的状态条中加入子窗口的列表, 使程序的状态条有点像Windows 95的任务条.-more documents in the application of state-window to join the list of the process, the state of a bit like Windows 95 taskbar.
子网掩码算法
- 有很多人肯定对设定子网掩码这个不熟悉,很头疼,那么我现在就告诉大家一个很容易算子网掩码的方法,帮助一下喜欢偷懒的人-sure a lot of people to set the subnet mask not familiar with a headache, then I will tell you a very easy way of counting subnet mask, a helping hand to people l
利用Sobel边缘算子法对图像进行边缘提取的源代码
- sobel边缘算子对图像进行边缘提取,简单实现,对图像处理的朋友大有裨益。-pixel Edge Operator right image edge extraction, the simple realization of the right image processing friends useful.
公共子序列
- 本算法实现的是对两个单字符串的扫描,找出其最长公共子序列。-the algorithm to achieve the two-string scan, identify its longest public sequences.
canny算子
- canny算子边缘提取 基于256色图像进行操作-canny operator Edge Detection Based on 256 color images operation
乘子法
- 优化方法中的解非线性规划问题的一种方法,乘子法-optimization methods of solving nonlinear programming problem in a way Multiplier Method
边缘检测CANNY算子的C实现
- 该文件为网上得的C语言实现的canny边缘检测算子,属于对经典算法的经典实现,具有很高的参考价值。-the document online for the C language the canny edge detection operator, belonging to the classical classic algorithms to achieve with very high reference value.
最长公共子序列
- 定义两个字符串,运用动态规划算法求出两个字符串的最长公共子序列(Finds the longest common subsequence of two strings)
canny算子进行边缘检测的源代码
- 对于现有canny算子进行了一定的改进,使得效果更好(Some improvements have been made to the existing Canny operator, which makes the effect better)
面向高维数据的子空间聚类算法研究
- 面向高维数据的子空间聚类算法研究,包括所有的硬子空间,软子空间等聚类算法,也包括一些新提出的子空间聚类算法及其伪代码和实验分析。(The research of subspace clustering algorithms for high-dimensional data includes all the hard subspace, soft subspace and other clustering algorithms. It
六子棋
- 六子棋运用了alphabeta搜索的方法。。。。。(The code is making a game for person and computer to play chess together.)