-
BleepInt.zip
资源描述这个程序教你如何的运用在Delphi中内嵌汇编语言来使喇叭发出美妙的声音。
- 2023-04-22 04:45:03下载
- 积分:1
-
考虑到4
Consider a 4-input and 1-output problem where the output is required to be one if the input configuration is symmetrical and zero otherwise.-Consider a 4-input and 1-output problem where the output is required to be one if the input configuration is symmetrical and zero otherwise.
- 2022-04-30 23:29:17下载
- 积分:1
-
一个简单 的用户密码管理系统;欢迎下载使用
一个简单 的用户密码管理系统;欢迎下载使用-A simple user password management system welcome to use the download
- 2022-04-14 13:26:12下载
- 积分:1
-
Telnet程序C #
嗨,这是一个帮助远程登录的程序。此项目将由c项目完全用于telnet;
- 2022-07-14 14:30:53下载
- 积分:1
-
c# VSchart实时曲线Demo源码
c# VSchart实时曲线Demo源码,可以帮助你快速编写基于VSchart的实时曲线程序。
- 2022-02-22 06:21:51下载
- 积分:1
-
详细阐述了网络中的最大流量的实现方法,并编写了实现算法。...
详细阐述了网络中的最大流量的实现方法,并编写了实现算法。-Elaborated in detail on the largest network flow method and the preparation of the algorithm.
- 2022-06-30 13:31:05下载
- 积分:1
-
网络流量统计源程序
网络流量统计源程序 -Network traffic statistics of source
- 2022-07-09 15:55:16下载
- 积分:1
-
可以监视文件目录被修改情况的小软件,vc编程
可以监视文件目录被修改情况的小软件,vc编程-surveillance directory can be small revision of the software, vc Programming
- 2022-11-02 14:25:03下载
- 积分:1
-
第1题_向量链表功能应用.txt 第2题_双向链表功能应用.TXT 第3题_扩充双向链表的功能.TXT 第4题_二叉树功能应用.TXT 第5题_利用二叉树功能解...
第1题_向量链表功能应用.txt 第2题_双向链表功能应用.TXT 第3题_扩充双向链表的功能.TXT 第4题_二叉树功能应用.TXT 第5题_利用二叉树功能解决实际问题.TXT 第6题_利用二叉树进行四则运算.txt-an article that _ Vector Chain function application. Txt No. 2 _ and that two-way linked list functional applications. TXT No. 3 _ and that the expansion of two-way Chain function. TXT 4 _ that function application binary tree. TXT No. 5 _ and that the use of binary tree functions to solve practical problems. TXT 6 that _ use binary tree for four computing. txt
- 2023-03-17 10:00: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