-
这是一个很小很简单的程序,就是在vc++平台上,实现本地IP地址查询。现实计算机名以及IP地址。...
这是一个很小很简单的程序,就是在vc++平台上,实现本地IP地址查询。现实计算机名以及IP地址。-This is a very very simple procedure, is vc++ Platform realize the local IP address query. Reality of the computer name and IP address.
- 2022-01-22 10:58:24下载
- 积分:1
-
Windows程序设计第五版示例源码
《Windows程序设计第五版》配套光盘源码,VS都可编译通过。
- 2022-02-25 11:48:42下载
- 积分: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
-
使用C++开发的ICP程序
使用C++开发的ICP算法程序,调试时需要下载安装open cv,在vc6.0中设置好路径,icp算法可以完成三维空间配准,对三维空间中的点进行配准
- 2022-11-21 13:05:03下载
- 积分:1
-
test important AppWizard has created this ExClock application for you. This appl...
test important AppWizard has created this ExClock application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
This file contains a summary of what you will find in each of the files that
make up your ExClock application.-test important AppWizard has created this ExClock application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
This file contains a summary of what you will find in each of the files that
make up your ExClock application.
- 2023-01-30 21:00:03下载
- 积分:1
-
engage database friends, and others, should be commended!
搞数据库的朋友,千万别错过了,值得推荐!-engage database friends, and others, should be commended!
- 2023-08-17 21:55:09下载
- 积分:1
-
AJAX编程实现功能等 AJAX编程实现功能等
AJAX编程实现功能等 AJAX编程实现功能等-Features such as AJAX programming AJAX programming functions AJAX programming functions
- 2022-05-22 03:19:47下载
- 积分:1
-
a general purpose class for multithreaded applications. Derive your class from i...
a general purpose class for multithreaded applications. Derive your class from it, call the constructor with the proper number of threads and populate the lpfns member before starting threads.
The main advantage is that you do not need to bother with the details of making the static method separate from your class and then passing the this pointer to it. CMultithreaded allows you to have all of your class methods in-class, even if they are to be run on separate threads. It is also a good example of RAII.
- 2023-02-05 08:40:03下载
- 积分:1
-
分布式 TMTO Hash 数据库
翻译 maninwest@Codeforge 作者:Andrew Admire@CodeProject创建一个分布式的 P2P TMTO Hash 数据库我扩展了我的第一个 NTLM TMTO 数据库。我从 C# 迁移到了Python 3.4 并创建了 p2p 系统。我将此系统尽可能地模块化,以便使用其他hash。当前创建了 NTLM hash。如果你不需要,则不用生成 hash。这个程序在 Windows 上运行,应该可以在 Linux 上运行。系统通过命令窗口运行,没有GUI。程序的原理是创建大型数据库的一部分。点越多,来存储 23 个字符的所有组合的交换越好。如果 8 字符组是 2 太字节,使用此项目的默认限制是1 gig.,则存储所有可能组合需要至少 2,000 人。但是,只需几秒钟就可以找到 hash 的平面文本,因为每个人都有全部内容的一小部分。功能使用字符组: US 字母 (大小写),数字, 特殊字符,共 85随时开始/停止生成 hash 生成的长度 1 - 23 字符平面文件用过后创建字典文件服务器作为线程运行限制使用的磁盘空间,默认值是 1 gig使用创建的字典文件打破 wpa psk hash
- 2022-10-13 07:15:04下载
- 积分:1
-
MSChart使用
里面详细说明了MSChart控件的各种使用方法,属性,事件等等,并且还有例子可参考...
MSChart使用
里面详细说明了MSChart控件的各种使用方法,属性,事件等等,并且还有例子可参考-MSChart use inside the detailed description of the various use MSChart control methods, properties, events, etc., and there are examples of reference
- 2022-05-17 16:33:10下载
- 积分:1