-
图像细化操作
随着技术的发展,图像识别方便对图像的预处理要求更加严格,本程序描述的是对图像进行细化处理,优化图像,方便图像的识别过程。
- 2022-12-11 05:15:03下载
- 积分:1
-
C#演示如何正确关闭程序
C#演示如何正确关闭程序,这是一个Wpf窗体实例,演示WPF窗口如何才是正确的关闭方法。
其实下边这句话最重要:
正确关闭程序的方法:App.Current.Shutdown();
具体的代码写法如下:
//文件名称:Window1.xaml.cs
private void button1_Click(object sender, RoutedEventArgs e)
{//正确关闭程序
App.Current.Shutdown();
}
- 2023-04-28 12:25:02下载
- 积分:1
-
multhread
程序用于完成多线程程序设计,在vc环境下开发(Procedures for the completion of multi-threaded programming, in vc development environment)
- 2011-01-17 22:28:05下载
- 积分:1
-
3_09104339
说明: 可以双人对决的VC++围棋程序,游戏打开后可以选择适合15、17寸液晶的窗口,下棋速度很快。
(You can double showdown of the VC++ Go program, the game opens you can select the appropriate 15,17-inch LCD window, playing chess fast.)
- 2010-03-24 11:13:58下载
- 积分:1
-
YITTVR
说明: 编译的图形软件的一部分程序可以画出直线圆弧矩形(graphics software compiler part of the procedure can draw straight rectangular arc)
- 2006-05-11 15:35:39下载
- 积分:1
-
key11_11
单片机键盘扫描程序 微处理器课程设计 八位抢答器(SCM keyboard scanning procedures microprocessor eight Responder Course Design)
- 2013-12-06 15:07:47下载
- 积分:1
-
FGXQ
Nessus application under WinNT
- 2018-08-07 13:06:14下载
- 积分:1
-
CGraphDemo
MFC写的各种图形报表,如柱状图,饼状图,折线图,全部集成,没有用微软控件,方便移植(
MFC to write a variety of graphical reports, such as histogram, pie chart, line graph, all integrated with Microsoft, no control, easy to transplant
)
- 2016-12-08 17:02:28下载
- 积分:1
-
VB调用VC的DLL
说明: C语言编写的dll文件,在VB项目中调用(The DLL file written in C language is called in VB project)
- 2020-06-24 11:20:02下载
- 积分:1
-
Turbo
Model turbo code in c++
- 2011-02-21 07:09:58下载
- 积分:1