-
vb.net source we hope to help a bit
vb.net源码 希望对大家有点帮助-vb.net source we hope to help a bit
- 2023-06-25 20:30:03下载
- 积分:1
-
Class NodoD, for a list, a queque, or a disperse matrix.
Class NodoD, for a list, a queque, or a disperse matrix.
- 2023-06-15 03:10:05下载
- 积分:1
-
VB.net百宝箱程序源码
这是一个可以直接运行的VB.net程序,是有本人编写,并经过多次调试修改,最终达到比较理想的效果。程序的健壮性较好,代码可读性较强。可以最为学习的有效案例,也可以作为一个开发的基础进行进一步的开发只用。如果有什么不妥之处希望批评指正。 &
- 2023-06-19 17:25:03下载
- 积分:1
-
网络爬虫爬取满足一定正则表达式的页面,并可以对页面进行分析。...
网络爬虫爬取满足一定正则表达式的页面,并可以对页面进行分析。-Reptile climbing access network must meet the regular expressions of the page, and pages can be analyzed.
- 2022-03-22 00:06:38下载
- 积分:1
-
通过计算文件的CRC32值,对指定目录的文件进行去重。(支持线程,右键菜单)...
通过计算文件的CRC32值,对指定目录的文件进行去重。(支持线程,右键菜单)-Document by calculating CRC32 value of the designated directory to re-file. (Support thread, right menu)
- 2022-07-24 17:09:32下载
- 积分:1
-
WordPad source code to achieve all the functionality of WordPad. Very good
写字板的源代码,实现写字板的所有功能.非常不错-WordPad source code to achieve all the functionality of WordPad. Very good
- 2023-01-15 12:10:04下载
- 积分:1
-
基于窗口应用程序的 Xml 以 excel 转换器 C# desktio
XML 是一种平台独立语言,因此可以在任何其它平台 (操作系统) 使用 XML 格式的信息。XML 是一种自描述语言,它给出的数据,以及确定它包含什么数据的规则。在这里我们要从一个 XML 文件的内容读取并将相同的内容写到一个 Excel 文件。在这里使用的 XmlReader 读取到数据集的 XML 文件。循环访问该数据集,并将内容添加到 Excel 文件。对于创建一个 excel 文件,您必须将 Excel 库引用添加到您的项目,请按照 C# 创建 Excel 文件的详细信息的链接。
- 2023-08-27 15:15:03下载
- 积分:1
-
这是一个计算机设备的检测程序,在vc下编程
。例如对键盘的检测时,当你按下相应的键时对应的界面上的文本会高亮红色显示。...
这是一个计算机设备的检测程序,在vc下编程
。例如对键盘的检测时,当你按下相应的键时对应的界面上的文本会高亮红色显示。-This is a computer equipment testing procedures, programming under vc. For example, detection of the keyboard, when you press the corresponding key when the corresponding interface on the highlighted text will be displayed in red.
- 2022-02-26 11:01:02下载
- 积分:1
-
使用C++编程实现简单的绘图功能,非常实用。
使用C++编程实现简单的绘图功能,非常实用。-The use of C++ programming simple graphics, very useful.
- 2022-01-26 01:26:11下载
- 积分:1
-
调试工具windbg的扩展插件,可以查看进程中的所有窗口信息,可以结合windbg的命令使用:!hwnd
* 函数: hwnd
* 功能: 显示被调...
调试工具windbg的扩展插件,可以查看进程中的所有窗口信息,可以结合windbg的命令使用:!hwnd
* 函数: hwnd
* 功能: 显示被调试进程中的窗口信息
* 参数: hwnd [-h] [Handle [ UMFlags [TypeName] ] ]
* Handle 窗口句柄
* 如果Handle为0,则显示进程中的所有窗口信息
* UMFlags 显示参数,如果是0,则显示最基本参数
* Bit 0 (0x1) 显示General Properties
* Bit 1 (0x2) 显示窗口样式
* Bit 2 (0x4) 显示相关窗口
* Bit 3 (0x8) 显示Class信息
* -h 窗口边框高亮
* TypeName 窗口类型
-Windbg debugging tools for extension, you can view all the windows in the process of information may be combined with the use of windbg the command:! Hwnd* Function: hwnd* function: shows debug window in the process of information* parameters: hwnd [-h] [ Handle [UMFlags [TypeName]]]* Handle window handle* If Handle is 0, it shows all the windows in the process of information* UMFlags display parameters, if it is 0, it shows the basic parameters* Bit 0 (0x1) shows General Properties* Bit 1 (0x2) display window style* Bit 2 (0x4) display window* Bit 3 (0x8) display Class information
- 2022-03-06 01:53:55下载
- 积分:1