-
vcd leasing system, the use of very small software for everyone to use.
vcd租赁系统,非常使用的小软件,给大家-vcd leasing system, the use of very small software for everyone to use.
- 2022-02-02 05:30:10下载
- 积分:1
-
实现匿名管道的类
转载请注明来源:
开源盛世
实现匿名管道的类
转载请注明来源:
开源盛世-源代码下载网
http://www.vscodes.com
-anonymous pipeline category reproduced indicate the source : Open source Spirit-source code download network http://www.vscodes.com
- 2022-05-19 00:39:31下载
- 积分:1
-
基于VC++的segy数据合成软件及代码,用来将文本的数据合成SEGY格式数据...
基于VC++的segy数据合成软件及代码,用来将文本的数据合成SEGY格式数据-Txt data to segy date
- 2022-02-26 22:00:57下载
- 积分:1
-
简版的GIS系统
通过对点的读取,实现绘图,之后完成从图到属性和从属性到图的查询。先是读文件,之后绘图,之后建立索引,最后是查询。应该就是这样吧,
- 2022-06-18 00:51:29下载
- 积分:1
-
这是一个录音设备产生的..C++的特性,如一个普通的球员…
这是一个录音设备生成的。。C++的特性,比如普通播放器停止录制
- 2022-09-06 11:15:03下载
- 积分:1
-
与书市配套的,挺不错的,很详细,各个部分都讲解的很清楚。
与书市配套的,挺不错的,很详细,各个部分都讲解的很清楚。-Associated with the book, very good, very detailed and explain all parts of it clearly.
- 2022-04-01 00:06:06下载
- 积分:1
-
汇编语言16qam_mod_matlab_wy.rar,花的设计(1)。AFF GFH
16QAM_mod_matlab_wy.rar基于汇编语言的电子琴设计(1).aff gfh -16QAM_mod_matlab_wy.rar on assembly language, the flower design ( 1). AFF gfh
- 2023-08-30 20:15:03下载
- 积分:1
-
演示直接强制关闭其他程序,类似于在任务管理器中关闭,例程是运行即关闭“spider.exe”然后退出,可根据需要修改。...
演示直接强制关闭其他程序,类似于在任务管理器中关闭,例程是运行即关闭“spider.exe”然后退出,可根据需要修改。-Forced the closure of the direct demonstration of other procedures, similar to the Task Manager to close, that shut down routine is to run
- 2022-03-22 11:41:22下载
- 积分:1
-
Excel 作为Microsoft Office里面的拳头产品,内建了COM支持,所以通过Automation,可以轻松实现Automation组件跟excel...
Excel 作为Microsoft Office里面的拳头产品,内建了COM支持,所以通过Automation,可以轻松实现Automation组件跟excel里面的VBA的通信.本程序就是根据这个原理完成.-Excel as a fist inside the Microsoft Office Products, built the COM support it through Automation, can easily realize Automation components inside VBA with excel communication. This procedure is completed in accordance with this principle.
- 2022-04-13 07:57:41下载
- 积分:1
-
获得焦点的窗口和窗口的句柄
应用背景通过使用这个应用程序,您可以轻松地获得标题和当前焦点的窗口句柄的句柄。在这个项目中我们必须使函数调用user32.dll是Windows的API的一部分。两种功能,我们将使用:getforegroundwindow() -得到处理和了解处理我们可以称getwindowtext()获得窗口的标题。关键技术在我们进入代码之前,让我们先添加2个标签,2个文本框和一个计时器。相应地将所有这些名称命名,设置定时器的时间间隔,当然,允许它。现在的代码。首先,我们定义我们的使用报表:使用系统;使用系统;使用system.windows.forms;使用system.runtime.interopservices;我们需要一个命名空间,所以我们可以使用dllimport。然后我们宣布我们的Windows API函数使用dllimport: ; ; ; ; ; ; ;[ dllimport(“user32。dll”)]静态extern int getforegroundwindow();【dllimport(“user32。dll”)]静态extern int GetWindowText(int HWND,StringBuilder文本,int数);最后,我们插入下面的代码,在计时器的滴答声(双按您的定时器在设计视图)事件: ; ; ; ; ; ; ; ; ; ; ; ;const int CHR = 256; ; ; ; ; ; ; ; ; ; ; ;int处理= 0; ; ; ; ; ; ; ; ; ; ; ;StringBuilder缓冲=新的StringBuilder(CHR); ; ; ; ; ; ; ; ; ; ; ;getforegroundwindow()处理=;&n
- 2023-04-09 00:00:03下载
- 积分:1