-
MATLAB图像处理工具包最新版
MATLAB图像处理工具包最新版
MATLAB图像处理工具包
http://www.ilovematlab.cn/thread-482011-1-1.html
(出处: MATLAB中文论坛)
快去下载吧
- 2022-01-23 10:03:45下载
- 积分:1
-
判断一个点是否在某个窗口中
判断一个点是否在某个窗口中-Judge if a point is in a window
- 2022-05-10 12:07:23下载
- 积分:1
-
milk delivery systems, personal written for the small milk delivery unit
牛奶派送系统,个人所写,用于小型牛奶派送单位-milk delivery systems, personal written for the small milk delivery unit
- 2022-01-22 17:25:43下载
- 积分:1
-
C# 自动查询百度排名
C#自动查询网站在百度的排名,精确,上传成功有声音提示string txt = textBox1.Text.Trim(); int index = webBrowser1.Document.Body.InnerHtml.IndexOf(txt); HtmlElement he = webBrowser1.Document.GetElementById("page"); if (index > 0) { if (he != null) { HtmlElementCollection strong = he.GetElementsByTagName("strong"); label1.Text = "已找到 第 " + strong[0].Children[1].InnerText + " 页"; timer1.Stop(); &
- 2022-07-23 07:10:25下载
- 积分:1
-
SolidGraph CAD 系统
翻译 maninwest@Codeforge 作者:Geometros @ Codeproject介绍SolidGraph 是个功能完全的 3D 建模系统,适用于复杂的几何对象。每个使用电脑绘图的人都觉得有必要编写一个自己的编辑器。我们向您展示一种写模块化应用的方法,在模块化应用中,创建新对象的函数分布在插件之间。该项目仅使用了以下编译器编译:: Microsoft Visual C++ 7.1 和 Microsoft Visual C++ 8.0.
- 2022-03-09 11:41:03下载
- 积分:1
-
GBA games are one of the most popular of a game, the game interface can not play...
GBA游戏是最受欢迎的一种游戏之一,这个游戏界面效果很好不可不玩玩。-GBA games are one of the most popular of a game, the game interface can not play well.
- 2022-04-13 09:19:59下载
- 积分:1
-
Programmatically Fire Events.可以实现操作曲线记录。
Programmatically Fire Events.可以实现操作曲线记录。-Programmatically Fire Events. Can be achieved record operating curve.
- 2022-06-17 22:36:21下载
- 积分:1
-
auto create odbc
auto create odbc
- 2023-08-09 14:25:03下载
- 积分:1
-
A*算法解决八数码
题目
The
15-puzzle has been around for over 100 years; even if you don"t know it by that
name, you"ve seen it. It is constructed with 15 sliding tiles, each with a
number from 1 to 15 on it, and all packed into a 4 by 4 frame with one tile
missing. Let"s call the missing tile "x"; the object of the puzzle is to
arrange the tiles so that they are ordered as:
1
2 3 4
5
6 7 8
9 10 11 12
13 14 15 x
where the only legal operation is to exchange "x" with one of the tiles with
which it shares an edge. As an example, the following sequence of moves solves
a slightly scrambled puzzle:
- 2022-02-06 16:32:40下载
- 积分:1
-
这是一个模拟时钟的原代码
这是一个模拟时钟的原代码-This is a simulation of the original code Clock
- 2022-01-26 00:54:15下载
- 积分:1