-
聊天程序的客户端,还有服务器在后面
聊天程序的客户端,还有服务器在后面-chat program and the client, the server behind
- 2022-06-17 17:21:02下载
- 积分:1
-
digi公司的Certified Sarian Technician (CST) Training CourseSarian专家认证培训课程...
digi公司的Certified Sarian Technician (CST) Training CourseSarian专家认证培训课程-digi" s Certified Sarian Technician (CST) Training Course Sarian specialist certification training courses
- 2022-07-21 09:18:24下载
- 积分:1
-
用Javascript巧做火焰字
用Javascript巧做火焰字-using Javascript characters skillfully done Flame
- 2022-12-20 12:25:03下载
- 积分:1
-
把EXCEL格式的多个工作簿的数据转换为ACCESS格式下的表,程序调用读取数据的效率大大提高。在该目录下有点目录.XLS程序运行有自动生成点目录.MDB....
把EXCEL格式的多个工作簿的数据转换为ACCESS格式下的表,程序调用读取数据的效率大大提高。在该目录下有点目录.XLS程序运行有自动生成点目录.MDB.-EXCEL format to multiple workbook ACCESS data into a table format, the program call to read data greatly improve the efficiency. A bit in the directory directory. XLS run directory are automatically generated points. MDB.
- 2022-09-09 08:30:02下载
- 积分:1
-
内网MAC地址获取器,方便收集各主机特征码,方便修改IP地址
内网MAC地址获取器,方便收集各主机特征码,方便修改IP地址-get Physical in Loacl net
- 2023-04-21 03:00:03下载
- 积分:1
-
一个在vb环境进行字符串加密的小程序,思路可以,适合初学者试用...
一个在vb环境进行字符串加密的小程序,思路可以,适合初学者试用-Vb environment for the conduct of a small string encryption program, ideas can be suitable for beginners trial
- 2022-03-16 17:09:18下载
- 积分:1
-
Serial port driver for Power Macintoshes
Serial port driver for Power Macintoshes
- 2022-01-30 19:34:11下载
- 积分:1
-
表驱动的CRC算法
Table Driven CRC algorithm
I tried to make a table driven CRC algorithm.
I hope that it can help your study..
If you need more comment, please send me e-mail
- 2022-06-15 16:03:18下载
- 积分:1
-
c#停车场管理系统--C#专业课大作业
功能介绍: 超级管理员:添加用户 费率管理 车库管理 出入日志 车辆管理 信息更改 用户帮助,关于系统 普通管理员:出入日志 车辆管理 信息更改 用户帮助,关于系统 试用与激活:使用4次,激活码:wuyulin注意: 使用之前需要先修改App.config中的数据库连接。 开发环境为Visual Studio 2010,数据库为SQL Server 2012,windows身份验证。 数据库文件-----停车场管理系统备份 报表插件CrystalReportsForVisualStudio for 2010
- 2023-01-30 06:55:03下载
- 积分: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