-
一个类似linux的whois询问的windows中的例子
一个类似linux的whois询问的windows中的例子-Linux s whois a similar question in the example of windows
- 2022-08-12 12:20:02下载
- 积分:1
-
PING network procedure, but also, and everyone can look at, huh, huh!
PING 网络的程序,还可以的,大家可以看一下,呵呵!-PING network procedure, but also, and everyone can look at, huh, huh!
- 2022-03-11 15:48:46下载
- 积分:1
-
这是java程序
SimpleServlet.java
这是java程序
SimpleServlet.java-procedures SimpleServlet.java
- 2022-05-10 12:19:24下载
- 积分:1
-
自己买的一本书《Directshow入门》上的例子,学习UDP编程入门挺不错的。...
自己买的一本书《Directshow入门》上的例子,学习UDP编程入门挺不错的。-He bought a book " Directshow Getting Started" on the example of learning UDP program started pretty good.
- 2022-01-26 03:48:45下载
- 积分:1
-
很典型的一款嗅探器原程序,经过我的编译,可以正确运行.
很典型的一款嗅探器原程序,经过我的编译,可以正确运行.-typical one sniffer program, I have the compiler can function correctly.
- 2022-02-26 16:28:15下载
- 积分:1
-
based on a "all_usb_drivers" USB drive Programming Series.
一个基于“all_usb_drivers”USB驱动编程大全.-based on a "all_usb_drivers" USB drive Programming Series.
- 2023-02-13 22:15:05下载
- 积分:1
-
取得本机名与IP地址
取得本机名与IP地址-made the machine name and IP address
- 2022-12-12 21:25:03下载
- 积分:1
-
这个程序说明了用户的使用
This program illustrates the use of user-defined strut data types
A "Point" struct data type to represents cartesian coordinates
- 2023-06-15 14:45:03下载
- 积分:1
-
Windows网络编程代码例子集合,可以供初学者参考
Windows网络编程代码例子集合,可以供初学者参考-Windows network programming code examples of a collection, you can reference for beginners
- 2022-01-26 06:04:37下载
- 积分:1
-
开机自启动
将一个exe可执行文件设置为开机自启动项,通过修改注册表的SoftwareMicrosoftWindowsCurrentVersionRun项进行设置,
可执行文件在系统路径下
GetSystemDirectory(pFileName,MAX_PATH); //取系统路径
strcat(pFileName,"injectdll.exe"); //系统路径加injectdll.exe
此例中是将系统目录下的inject.exe设置为开机启动项,文件名可以自己修改。
- 2022-02-05 17:02:08下载
- 积分:1