-
by calling Windows API Simulation System mouse and keyboard, a typical example.
Windows下通过调用API模拟系统鼠标,按键的典型例子.-by calling Windows API Simulation System mouse and keyboard, a typical example.
- 2023-05-10 22:00:02下载
- 积分:1
-
可选倒计时和定时关机两种方式
MFC开发,没有采用提升应用程序权限,最后关机调用的是系统命令,所以最后生成的exe文件请不要和系统命令shutdown重名...
可选倒计时和定时关机两种方式
MFC开发,没有采用提升应用程序权限,最后关机调用的是系统命令,所以最后生成的exe文件请不要和系统命令shutdown重名-Optional countdown and time off in two ways MFC development, the application did not enhance the authority, the final system shutdown command is called, so I finally generated exe file, please do not duplicate names and the system shutdown command
- 2023-06-01 13:00:03下载
- 积分:1
-
hough变换,真的很好用,可以试一试
matlab运行
hough变换,真的很好用,可以试一试
matlab运行-hough transform, really good use, you can try to run matlab
- 2022-03-24 15:13:32下载
- 积分:1
-
屏幕捕捉程序源码
屏幕捕捉程序源码-source code: capture the screen
- 2022-07-21 12:30:54下载
- 积分:1
-
好用的 Windows 基础库,有线程,文件,异步网络通讯等相关功能类。
好用的 Windows 基础库,有线程,文件,异步网络通讯等相关功能类。
模仿了qt的风格,自己实现的一套C++ Windows 平台的基础类库,小巧灵活,能加快你的开发。
- 2022-04-28 11:50:40下载
- 积分:1
-
Base64 Encoder&Decoder
Base64 加密算法模块,VB 编写,代码已经优化!-Base64 Encoder&Decoder
- 2022-03-14 19:34:55下载
- 积分:1
-
将labview中的数据格式转换为mat格式,然后可在matlab中直接调用,压缩包中有一个例程,以帮助你快速掌握,此包经本人实际项目测试通过。使用时注意转换的...
将labview中的数据格式转换为mat格式,然后可在matlab中直接调用,压缩包中有一个例程,以帮助你快速掌握,此包经本人实际项目测试通过。使用时注意转换的数据格式。-Labview in the data format will be converted to mat format, and then directly calls in matlab compressed package there is a routine to help you quickly grasp the actual item in this package after I test. Note that when used to convert data format.
- 2022-09-15 04:05:03下载
- 积分:1
-
Duilib 浏览器演示
这是一个演示,通过使用 duilib lib 完成 ie 浏览器。它是一个很好的演示来研究 duilib,它可以告诉如何使用CWebBrowserUI 控制。
- 2023-06-15 15:35:13下载
- 积分:1
-
meteoinfo Demo
MeteoInfo是一个免费、开源的气象数据显示、分析软件,具有较强的综合数据图形显示、分析能力,操作简便、图形美观。软件支持多种常用气象数据格式,具备一些基本的GIS功能。MeteoInfo还可以通过编脚本程序自动运行,具备强大的数据分析功能。MeteoInfo的核心功能封装在类库中,使用该类库可以方便快捷地开发气象数据显示分析类软件。目前MeteoInfo分别由两种语言开发:Java和C#,二者的功能和用法类似,Java版具备很强的跨平台能力,是今后发展的重点。
- 2022-01-25 14:15:36下载
- 积分:1
-
1、BOOTSECT.BIN
功能:1.44M软盘的引导扇区中的文件
源代码文件:BOOTSECT.ASM
编译方法 nasm bootsect...
1、BOOTSECT.BIN
功能:1.44M软盘的引导扇区中的文件
源代码文件:BOOTSECT.ASM
编译方法 nasm bootsect.asm -o bootsect.bin
2、WRBOOT.COM
功能:将BOOTSECT.BIN 写到软盘的引导扇区
源代码文件:WRBOOT.ASM
编译方法 nasm wrboot.asm -o wrboot.com
使用方法:将BOOTSECT.BIN 与WRBOOT.COM
置于同一目录下,软驱中插入软盘,执行WRBOOT.COM
3、OS.PCS
功能:操作系统的任务切换演示
源代码文件:PCS.ASM
编译方法 nasm pcs.asm -o os.pcs
使用方法:将OS.PCS拷贝到引导扇区为BOOTSECT.BIN的软盘上,设定从软驱启动计算机,重新启动计算机,电脑启动成功后可运行OS.PCS文件以显示任务切换。
-1, BOOTSECT.BIN features: 1.44M floppy disk boot sector of the document source code files: BOOTSECT.ASM compiler methods nasm bootsect.asm-o bootsect.bin2, WRBOOT.COM features: The floppy disk BOOTSECT.BIN wrote the guide Sector source code files: WRBOOT.ASM compiler methods nasm wrboot.asm-o wrboot.com use Methods: BOOTSECT.BIN with WRBOOT.COM under the same directory, insert the floppy diskette, the implementation of WRBOOT.COM3, OS.PCS functions: task switching operating system demo source code files: PCS.ASM compiler methods nasm pcs.asm-o os.pcs use
- 2022-03-26 13:01:00下载
- 积分:1