-
内有红外收发的子程序,收和发是分开的。已经调试过,非常好用,有效的距离可达3米多...
内有红外收发的子程序,收和发是分开的。已经调试过,非常好用,有效的距离可达3米多-There are infrared transceiver of the subroutine, to close and fat are separated. Have been debug, and very easy to use and effective range of up to 3 meters
- 2023-03-31 08:55:03下载
- 积分:1
-
最优查找二叉树和红黑树算法,可调整数据输入规模,打印树结构和总权值...
最优查找二叉树和红黑树算法,可调整数据输入规模,打印树结构和总权值-Find the optimal binary tree and red-black tree algorithm, adjust the scale of data entry, printing tree structure and the total weight
- 2023-06-06 19:20:03下载
- 积分:1
-
for use XMS memory expansion to be completed array of categories
提供使用扩展内存XMS完成大数组的类-for use XMS memory expansion to be completed array of categories
- 2022-04-22 02:00:06下载
- 积分:1
-
C# 清空回收站的源码实例
C# 清空回收站,这个功能不用多介绍了吧,你懂的,具体的实现请看以下代码:
const int SHERB_NOCONFIRMATION = 0x000001;//整型常量在API中表示删除时没有确认对话框
const int SHERB_NOPROGRESSUI = 0x000002;//在API中表示不显示删除进度条
const int SHERB_NOSOUND = 0x000004;//在API中表示删除完毕时不播放声音
[DllImportAttribute("shell32.dll")]//声明API函数
private static extern int SHEmptyRecycleBin(IntPtr handle, string root, int falgs);
private void button1_Click(object sender, EventArgs e)
{
//清空回收站
SHEmptyRecycleBin(this.Handle, "", SHERB_NOCONFIRMATION + SHERB_NOPROGRESSUI + SHERB_NOSOUND);
}
- 2022-12-15 14:50:03下载
- 积分:1
-
摩托罗拉w156驱动,由其它版本驱动修改来,moto暂时还没有官方的w156驱动,用这个先对付一下吧。...
摩托罗拉w156驱动,由其它版本驱动修改来,moto暂时还没有官方的w156驱动,用这个先对付一下吧。-Motorola w156-driven, driven by modifications to other versions, moto far there have been no official w156 driver, use this to deal with you.
- 2022-01-25 20:14:42下载
- 积分:1
-
C#通过API调用windows菜单
C#通过Win32的API接口来调用windows系统的菜单,因此本源码的重点不是展示菜单是否漂亮,而是Win32的API如何调用,如何调用想要的系统功能或菜单来显示,这才是重点。注意:用P/Invoke调用动态链接库中非托管函数时,应执行如下步骤:
1、定位包含该函数的DLL。
2、把该DLL库装载入内存。
3、找到即将调用的函数地址,并将所有的现场压入堆栈。
4、调用函数。
- 2022-03-17 17:38:35下载
- 积分:1
-
jmail 实现的程序 绝对好用 我亲自试过了
jmail 实现的程序 绝对好用 我亲自试过了-jmail procedures to achieve absolute handy, I personally tried
- 2023-07-07 12:35:04下载
- 积分:1
-
易语言机器码注册原码,加密后的~希望大家有用
易语言机器码注册原码,加密后的~希望大家有用-Yi language codes of the original registration code encryption ~ hope we useful!
- 2022-01-25 15:20:41下载
- 积分:1
-
炮台射击游戏源代码,是一个很好的游戏,WinCE平台
游戏 炮台射击 源代码,是一款很好的游戏,wince平台-Fort shooting game source code, is a very good game, wince platform
- 2022-07-27 13:30:41下载
- 积分:1
-
74AC163
计数器 数据参考表
74AC163
计数器 数据参考表-74AC163 Datasheet
- 2022-07-21 16:19:37下载
- 积分:1