-
微软 .NET 框架中可以定义托管类事件并用委托和 += 操作符处理这些事件。这种机制似乎很有用,那么在本机 C++ 中有没有办法做同样的事情?...
微软 .NET 框架中可以定义托管类事件并用委托和 += 操作符处理这些事件。这种机制似乎很有用,那么在本机 C++ 中有没有办法做同样的事情?
-Microsoft.NET framework can be defined category of custody with the incident and commissioned = operator and handling of these incidents. This mechanism appears to be useful, then in the plane C is not able to do the same thing?
- 2023-06-25 13:55:03下载
- 积分:1
-
wince下的按键钩子示例,里面有一些函数很有帮助!
wince下的按键钩子示例,里面有一些函数很有帮助!-wince under the button hook sample, which has some very useful function!
- 2022-01-26 03:30:29下载
- 积分:1
-
Simple multithread in C
Simple multithread in C-Simple multithread in C++
- 2022-03-16 17:40:52下载
- 积分:1
-
VBA合并两个Excel表的数据到目标表
"" 从src1.name和src2.age按ID获取数据,然后将数据设置为dst
Sub hebing()
Dim dstRowNo As Long
Dim src1RowNo As Long
Dim src2RowNo As Long
With ActiveWorkbook
dstRowNo = 1
Do While .Sheets("dst").Cells(dstRowNo, 1).Text ""
dstID = .Sheets("dst").Cells(dstRowNo, 1).Text
src1RowNo = 1
Do While .Sheets("src1").Cells(src1RowNo, 1).Text ""
src1ID = .Sheets("src1").Cells(src1RowNo, 1).Text
If dstID = src1ID Then
- 2022-02-04 08:02:48下载
- 积分:1
-
驾校在线考试系统
基于jsp的在线考试系统,适合Java的初学者学习,并在初次学习中掌握并了解这一类项目的建立和设计,其次由于这里都是用jsp写的,里面存在大量的JSP文件,这点如果有不习惯使用的人需要注意
- 2023-01-21 18:55:03下载
- 积分:1
-
Caribbean poker stand
加勒比扑克单机版,完整代码和资源文件.VC2003开发,有工程文件,直接编译即可,VC2005或更高版本编译要增加一些被删除的库文件.-Caribbean poker stand-alone, complete code and resource file. VC2003 development, has project file, you can direct the compiler, VC2005 compiler or later to increase the number of library files have been removed.
- 2022-08-18 00:05:52下载
- 积分:1
-
diskid_32.zip
diskid_32.zip
- 2022-08-14 08:24:30下载
- 积分:1
-
窗口图形编程的基本知识和常用方法
介绍windows图形编程的基础知识和一些常用方法-Windows graphics programming introduce basic knowledge and some common methods
- 2022-04-07 12:43:01下载
- 积分:1
-
数组排序,用C 实现
数组排序,用C 实现-Sorting an array using C to achieve
- 2023-01-07 20:30:03下载
- 积分:1
-
Duilib VS2013 静态链接库 动态连接库 库文件 编译
采用vs 2013编译的Duilib,将Lib引入,Dll放在Debug和Release目录。
参考Alberl的教程
在VS的菜单里,选择【工具】-【选项】-【项目和解决方案】-【VC++ 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-29 23:46:50下载
- 积分:1