-
A simple procedure, active code is a IE browser is VC++ Prepared
一个简单的程序,有源代码提供,是一个IE游览器,是VC++编写的-A simple procedure, active code is a IE browser is VC++ Prepared
- 2022-06-29 14:13:57下载
- 积分:1
-
I do an adaptive filter, in addition to taking into account clutter suitable for...
我做的一个自适应滤波器,可以虑除杂波,适合信号采样之后的数字滤波-I do an adaptive filter, in addition to taking into account clutter suitable for signal sampling after the digital filter
- 2022-02-12 17:28:54下载
- 积分:1
-
采用C++与IRRLICHT游戏引擎开发的一个3D迷宫程序源代码
采用C++与IRRLICHT游戏引擎开发的一个3D迷宫程序源代码-Using C++ With IRRLICHT game engine developed a 3D maze source code
- 2022-04-08 12:10:48下载
- 积分:1
-
Andrew Koenin成名之作..
本书所揭示的知识,至少能够帮助你减少C代码和初级C++代码中90%的Bug
聆听大师教诲 掌握编程精髓......
Andrew Koenin成名之作..
本书所揭示的知识,至少能够帮助你减少C代码和初级C++代码中90%的Bug
聆听大师教诲 掌握编程精髓... -Andrew Koenin famous for .. The book of revealed knowledge, at least be able to help you reduce the C code and primary C++ Code 90 of the Bug programming to listen to master the essence of the teachings of master ...
- 2022-01-25 20:54:33下载
- 积分:1
-
最低松弛度优先算法
char pname[5]; //进程名
int deadtime; //周期
int servetime; //执行时间
//周期进程某一次执行到停止的剩余需执行时间(考虑到抢占),初始为deadtime
int lefttime;
int cycle; //执行到的周期数
//进程最近一次的最迟开始执行时间,- currenttime 即为松弛度
int latestarttime;
//进程下一次最早开始时间
int arivetime;
int k; //k=1,表示进程正在运行,否则为0,表示进程不在执行期间
/*
若存在最小松弛度进程个数多于1个,
则采用最近最久未使用算法
采用一计数器LRU_t
*/
- 2023-06-22 00:00:04下载
- 积分:1
-
Wind the film version of professional v3.7 Sql open
乘风电影v3.7 Sql版
专业的开的-Wind the film version of professional v3.7 Sql open
- 2022-02-21 07:04:33下载
- 积分:1
-
城市公交地图编辑器源代码
城市公交地图编辑器源代码-urban transit map editor source code
- 2022-03-24 02:18:50下载
- 积分:1
-
for data entry dialog box input data used for data entry in the dialog box
用于输入数据的对话框用于输入数据用于输入数据的对话框的对话框-for data entry dialog box input data used for data entry in the dialog box
- 2023-01-08 22:15:03下载
- 积分:1
-
一个标题拦上的按纽
一个标题拦上的按纽-A button the caption of the window s frame
- 2022-06-01 11:53:29下载
- 积分: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