-
拟合平面使用 OpenCV
在 VC6.0,我们使用 OpenCV 以适合平面下, 压缩的包包含简单的 project.with 图像,我们可以容纳一架飞机。
- 2022-02-15 09:24:56下载
- 积分:1
-
你可以勾系统,做你想做的!
You can hook the system and do what you want!
- 2023-08-07 02:55:03下载
- 积分:1
-
给予osip的sipmanager源码
给予osip的sipmanager源码,给予osip的sipmanager源码给予osip的sipmanager源码给予osip的sipmanager源码给予osip的sipmanager源码给予osip的sipmanager源码给予osip的sipmanager源码给予osip的sipmanager源码给予osip的sipmanager源码
- 2023-08-20 11:00:04下载
- 积分:1
-
AutoCad regarding the use of vc programming in order to operate a Class examples...
AutoCad中关于使用vc++编程操作各种命令的一个类实例。-AutoCad regarding the use of vc programming in order to operate a Class examples.
- 2022-09-18 00:25:03下载
- 积分:1
-
者是一个生成立方体的程序,有算法程序
者是一个生成立方体的程序,有算法程序-generation is a cube procedures, procedures Algorithm
- 2022-10-06 17:20:08下载
- 积分:1
-
Forum of the source code of cgi
论坛的源代码关于cgi-Forum of the source code of cgi
- 2022-07-04 09:05:32下载
- 积分:1
-
首先指定要查找的目录,然后填入要查找的文件名,注意到带扩展名 也可以查找文件夹....
首先指定要查找的目录,然后填入要查找的文件名,注意到带扩展名 也可以查找文件夹.-first to find the specified directory, and then you have to fill in the name, notes with extension can also find folders.
- 2022-01-31 13:28:30下载
- 积分:1
-
分布式 TMTO Hash 数据库
翻译 maninwest@Codeforge 作者:Andrew Admire@CodeProject创建一个分布式的 P2P TMTO Hash 数据库我扩展了我的第一个 NTLM TMTO 数据库。我从 C# 迁移到了Python 3.4 并创建了 p2p 系统。我将此系统尽可能地模块化,以便使用其他hash。当前创建了 NTLM hash。如果你不需要,则不用生成 hash。这个程序在 Windows 上运行,应该可以在 Linux 上运行。系统通过命令窗口运行,没有GUI。程序的原理是创建大型数据库的一部分。点越多,来存储 23 个字符的所有组合的交换越好。如果 8 字符组是 2 太字节,使用此项目的默认限制是1 gig.,则存储所有可能组合需要至少 2,000 人。但是,只需几秒钟就可以找到 hash 的平面文本,因为每个人都有全部内容的一小部分。功能使用字符组: US 字母 (大小写),数字, 特殊字符,共 85随时开始/停止生成 hash 生成的长度 1 - 23 字符平面文件用过后创建字典文件服务器作为线程运行限制使用的磁盘空间,默认值是 1 gig使用创建的字典文件打破 wpa psk hash
- 2022-10-13 07:15:04下载
- 积分:1
-
WPF多点触控DEMO
基于Visual C#2010开发的Windows7 多点触控应用程序,简单实现了图片的移动、放大、缩小等功能。开发者可以根据自己需求更改功能实现视频、文字。
- 2023-07-25 16:00:04下载
- 积分:1
-
LCS问题就是求两个字符串最长公共子串的问题。解法就是用一个矩阵来记录两个字符串中所有位置的两个字符之间的匹配情况,若是匹配则为1,否则为0。然后求出对角线最长...
LCS问题就是求两个字符串最长公共子串的问题。解法就是用一个矩阵来记录两个字符串中所有位置的两个字符之间的匹配情况,若是匹配则为1,否则为0。然后求出对角线最长的1序列,其对应的位置就是最长匹配子串的位置。 最长递增子序列LCS的实现C源码!-LCS problem for two strings is the longest common sub-string problem. Solution is to use a matrix to record the location of two strings of all the matches between the two characters in the situation, if the match is one, otherwise to 0. And one of the longest diagonal obtained sequence, the location of its corresponding sub-string match is the longest position. The longest increasing sub-sequence source C implementation of the LCS!
- 2022-08-19 18:20:36下载
- 积分:1