-
实现对LSP等钩子程序的管理。对于SOCKET编程有兴趣的人可以参考。...
实现对LSP等钩子程序的管理。对于SOCKET编程有兴趣的人可以参考。-install and uninstall LSP
- 2023-03-01 18:35:04下载
- 积分:1
-
SJA1000_PELI V1.2 and its call for demonstrations
SJA1000_PELI库V1.2及其调用示范-SJA1000_PELI V1.2 and its call for demonstrations
- 2022-07-15 16:29:24下载
- 积分:1
-
vc++在操作系统的应用 vc++在操作系统的应用
vc++在操作系统的应用 vc++在操作系统的应用-vc in the operating system application in vc application of operating system
- 2022-11-12 13:50:04下载
- 积分:1
-
这是一个汇编程序
这是一个汇编程序-This is a compilation of procedures
- 2023-01-01 02:55:07下载
- 积分:1
-
windows编程-利用windows API创建新进程
该程序是利用windows API ,创建新进程,可以打开电脑的记事本,画图,计算器。修改程序中打开新进程的参数可以实现打开不同的程序的效果。Windows 这个多作业系统除了协调应用程序的执行、分配内存、管理资源…之外, 它同时也是一个很大的服务中心,调用这个服务中心的各种服务(每一种服务就是一个函数),可以帮应用程式达到开启视窗、描绘图形、使用周边设备等目的,由于这些函数服务的对象是应用程序(Application), 所以便称之为 Application Programming Interface,简称 API 函数。WIN32 API也就是Microsoft Windows 32位平台的应用程序编程接口。
- 2022-06-21 22:10:27下载
- 积分:1
-
VC与MATLAB混合编程的具体实例。VC调用MATLAB。米函数,…
vc与matlab混合编程的具体实例。vc调用matlab的.m函数,经过编译之后转换为C++程序,实现进行混合编程。-vc mixed with Matlab programming specific examples. Vc call Matlab. M function, compiled after the conversion of C procedures, mixed programming.
- 2022-03-21 21:23:21下载
- 积分:1
-
灌溉机械的论坛,在规定的时间间隔一二灌溉,…
论坛灌水机器
1、在指定时间间隔灌水一次
2、灌水后马上返回原来激活窗口,不影响原来工作
3、模拟鼠标、键盘输入-a forum for irrigation machinery, in a specified time interval a two irrigation, water immediately after activation to return to the original window, without affecting the original work of three simulated mouse, keyboard
- 2022-06-16 00:35:22下载
- 积分:1
-
权限管理Winform
应用背景简单的权限管理系统 运行环境为vs2008和sql2000,可以拿来学习哦关键技术
- 2022-07-07 01:57:03下载
- 积分:1
-
C++ And Threads
If you ve ever done multithreaded programming then most likely...
C++ And Threads
If you ve ever done multithreaded programming then most likely it was in C++. I haven’t
heard of many developers using the CreateThread Win32 API function from Visual Basic
or even Delphi. The reason is that the advantages of C++ and multiple threads are usually
the same.
- 2023-08-17 11:20:03下载
- 积分:1
-
iphone程序,让本地应用程序打开URL链接,31天开源工程中的第三个。...
iphone程序,让本地应用程序打开URL链接,31天开源工程中的第三个。-openURL helps you launch Maps, SMS, Browser, Phone, and even other applications. This is one area of iPhone development that I always have to look up again when I need to do it and it is only one line!
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"tel://8004664411"]]
This app demonstrates the basic protocols supported natively on the phone.
- 2022-10-08 13:15:02下载
- 积分:1