-
用Djkstra算法找到最短路径,并用Turbo C环境的图形函数简单画出
用Djkstra算法找到最短路径,并用Turbo C环境的图形函数简单画出-Djkstra algorithm used to find the shortest path, and Turbo C environment to draw simple graphics function
- 2022-03-23 02:19:32下载
- 积分:1
-
基于opencv实现图像小波变换
本程序通过滤波器组实现图像的小波变换和逆小波变换,同时也将小波变换用于去噪的两种方法:硬阈值去噪法和软阈值去噪法都写了,在去除图像噪声后能够重建图像达到很好的效果。此外,本程序可以实现多层小波变换,通过参数的设置从而实现。
- 2022-02-11 10:57:59下载
- 积分:1
-
style is a source of the forms. Tired of the Windows Form, may try this, includi...
又是一个风格化窗体的源码。厌倦了WINDOWS的窗体,可以试一试这个,包括了风格化的窗体和按扭!-style is a source of the forms. Tired of the Windows Form, may try this, including the style of the forms and buttons!
- 2022-04-30 20:41:20下载
- 积分:1
-
一个无论鼠标点击还是放到按钮上还是释放,都可以播放音效的实例...
一个无论鼠标点击还是放到按钮上还是释放,都可以播放音效的实例-Whether or put a button on a mouse click or release, can play sound examples! !
- 2022-07-14 04:35:33下载
- 积分:1
-
一个简易的浏览器,用VC编的,对与初学VC的高级编程的人来说非常实用...
一个简易的浏览器,用VC编的,对与初学VC的高级编程的人来说非常实用-A simple explorer by VC, useful for someone who wants to study the advanced programming.
- 2022-07-15 14:31:53下载
- 积分:1
-
c++大学教程 适合初学者使用 书中详细介绍各类函数 另有大量源码...
c++大学教程 适合初学者使用 书中详细介绍各类函数 另有大量源码-c++ University tutorial suitable for beginners to use the book in detail various types of function otherwise introduce a large number of source
- 2023-04-26 15:45:04下载
- 积分:1
-
安全中断窗口 (C#)
翻译 maninwest@Codeforge 作者:Brisingr Aerowing@CodeProject
这是将 Richard MacCutchan的安全中断窗口移植到 C#
源代码在 Github 上。
使用代码
有两个显示中断窗口的方法:
public static void Blackout(IntPtr hWnd, Action action);
public static T Blackout(IntPtr hParentWnd, Func func);
第二个版本 (泛型)用于实现类似以下的功能:
BlackoutWindow.Blackout(SomeHandle, () => {
return MessageBox.Show("A Test", "A Test", MessageBoxButtons.YesNo);
});
- 2022-03-19 12:42:51下载
- 积分:1
-
This is called VC abnormal and unusual class of the use of usage, coupled with e...
这是冠以VC异常及异常处理类的使用用法,加上实例的说明,使你能很快不如编程的殿堂-This is called VC abnormal and unusual class of the use of usage, coupled with examples of the note, so that you can quickly program as a hall
- 2022-03-23 04:12:00下载
- 积分:1
-
VeStore 测试
它的 Delphi 代码连接 Vestore Db 和获得实际数据基本相符。 你可以使用它的 BDS2006。
- 2022-05-26 07:52:23下载
- 积分:1
-
This is basically to explain how to use an automation out of proc server. So I u...
This is basically to explain how to use an automation out of proc server. So I used MSN Messenger. My article explains a few things about MSN Messenger. It has one ATL class CIMSGEvents which handles the events fired by MSN Messenger. It catches events fired by MSN Messenger and just outputs about it in an EditBox.
- 2022-01-26 01:56:00下载
- 积分:1