-
帧差法检测目标,简单适用,易于学习新
帧差法检测目标,简单适用,便于新手学习。-Homodyne detection target frame, simple to apply, easy to learn new
- 2022-02-12 15:13:15下载
- 积分:1
-
用VC6.0开发的能源
一个用vc6.0开发的能量图绘制程序-with a vc6.0 development of energy-mapping procedure
- 2022-02-04 09:07:36下载
- 积分:1
-
基于Astar算法的最优路径生成算法实现
应用背景
基于Astar算法的最优路径生成算法实现:
可应用于地理建模后的道路自动生成,实现人工智能中Astar最优路径选择功能,可辅助道路设计师;
计算机可视化领域的demo
关键技术
包含Astar算法实现,使用qt编写界面ui,使用osg三位渲染引擎加载三维地形,并显示可视化路径。
可鼠标点击生成路径的起点和终点,具备良好的ui交互。
- 2022-02-14 23:23:50下载
- 积分:1
-
200 多个可靠的算法源程序 Numerical Recipes Pascal代码
200 多个可靠的算法源程序 Numerical Recipes Pascal代码-reliable algorithm source code Pascal Numerical Recipes
- 2022-02-02 21:56:41下载
- 积分:1
-
桌面放大镜,使用delphi编制的桌面放大镜程序,通过对桌面的保存,将保存的图像进行放大...
桌面放大镜,使用delphi编制的桌面放大镜程序,通过对桌面的保存,将保存的图像进行放大-Desktop magnifier, desktop magnifier to use delphi compiled program, through the preservation of the desktop will save the image to zoom
- 2022-02-03 11:37:00下载
- 积分:1
-
一个3d图象,焰火特效的代码
一个3d图象,焰火特效的代码-A 3d images, special effects fireworks code
- 2022-03-18 05:34:19下载
- 积分:1
-
I collected some information about the human eye detection Journals hope everyon...
我收集的一些关于人眼检测的期刊论文,希望对大家有用!-I collected some information about the human eye detection Journals hope everyone useful!
- 2022-03-15 00:06:38下载
- 积分:1
-
English OCR recognition controls, can be identified on the Verification Code. De...
英文OCR识别控件,可对验证码进行识别。带有演示源码。 int startX = 0
int startY = 0
int width = -1
int height = -1
try
{
startX = Convert.ToInt32(textStartX.Text)
startY = Convert.ToInt32(textStartY.Text)
width = Convert.ToInt32(textWidth.Text)
height = Convert.ToInt32(textHeight.Text)
}
catch (Exception ex)
{
Console.WriteLine(ex.StackTrace)
}
String result = Marshal.PtrToStringAnsi(OCRpart(textImage.Text, -1, startX, startY, width, height))
textResults.Text = result -English OCR recognition controls, can be identified on the Verification Code. Demonstration with source code. int startX = 0 int startY = 0 int width =-1 int height =-1 try (startX = Convert.ToInt32 (textStartX.Text) startY = Convert.ToInt32 (textStartY.Text) width = Convert. ToInt32 (textWidth.Text) height = Convert.ToInt32 (textHeight.Text) ) catch (Exception ex) (Console.WriteLine (ex.StackTrace) ) String result = Marshal.PtrToStringAnsi (OCRpar
- 2023-04-27 23:15:04下载
- 积分:1
-
Compilation of complex shapes on the window asm source, although the code less,...
汇编的 关于 复杂形状的窗口 的asm 源程序,虽然代码量少,但汇编语言本来就是很精练的-Compilation of complex shapes on the window asm source, although the code less, but the assembly language is the very concise
- 2022-05-23 07:59:01下载
- 积分:1
-
本文讨论了一个随机的
This paper addresses a stochastic-#ow network in which each arc or node has several capacities and may
fail. Given the demand d, we try to evaluate the system reliability that the maximum #ow of the network is
not less than d. A simple algorithm is proposed "rstly to generate all lower boundary points for d, and then
the system reliability can be calculated in terms of such points. One computer example is shown to illustrate
the solution procedure.-This paper addresses a stochastic-#ow network in which each arc or node has several capacities and may
fail. Given the demand d, we try to evaluate the system reliability that the maximum#ow of the network is
not less than d. A simple algorithm is proposed "rstly to generate all lower boundary points for d, and then
the system reliability can be calculated in terms of such points. One computer example is shown to illustrate
the solution procedure.
- 2022-09-22 09:45:03下载
- 积分:1