-
本程序主要是作为一个客户端,基于TCP/IP协议实现信号的发送!...
本程序主要是作为一个客户端,基于TCP/IP协议实现信号的发送!-This procedure is mainly as a client, based on TCP/IP protocol to send the signal!
- 2022-03-24 06:04:25下载
- 积分:1
-
你好文件有以下内容:如网络功能,及IP配法和上网及一系统新技术。...
你好文件有以下内容:如网络功能,及IP配法和上网及一系统新技术。-the following documents : such as network functions, and allocation of IP law and the Internet and a system of new technology.
- 2022-02-20 05:25:43下载
- 积分:1
-
everyone Forum casual reference source
人人论坛的源码 随便参考-everyone Forum casual reference source
- 2022-01-21 04:48:31下载
- 积分:1
-
it is a very good learning material for the VC learner, including VC network com...
这是个最好的学习VC网络编程的好资料,里面对VC网络通信,视频音频的网络实现,非常适合想学习网络通信的朋友-it is a very good learning material for the VC learner, including VC network communication,video and audio.
- 2023-06-08 18:40:03下载
- 积分:1
-
用Visual Basic编写的,获得指定机器的 IP 地址
用Visual Basic编写的,获得指定机器的 IP 地址-with Visual Basic, was designated machine"s IP address
- 2022-04-12 18:25:13下载
- 积分:1
-
1、 在线唱片销售系统的特点就是利用Browser/Server(B/S)结构,实现唱片的在线查询、销售、以及唱片的在线管理等功能。这种系统的优势在于系统简单、...
1、 在线唱片销售系统的特点就是利用Browser/Server(B/S)结构,实现唱片的在线查询、销售、以及唱片的在线管理等功能。这种系统的优势在于系统简单、功能强大、扩展能力良好以及能够方便的跨地域操作等特性。-an online music distribution system, is characterized by the use of the Browser/Server (B/S) architecture, achieving record online inquiries, sales, and records of online management functions. The advantages of such a system is a simple system, the powerful, and good expansion capabilities to facilitate the operation of the transportation characteristics.
- 2023-01-18 09:55:03下载
- 积分:1
-
软件简介:这些源码是网络硬盘上的例子,经同意,本人代为发布. 里面有近百个例子,内容由浅入深.无论您是新手还是有较高水平的好手, 相信你也可以在其中学到不少的东...
软件简介:这些源码是网络硬盘上的例子,经同意,本人代为发布. 里面有近百个例子,内容由浅入深.无论您是新手还是有较高水平的好手, 相信你也可以在其中学到不少的东西.(-Software Description : These source of network drives example, by consent, I transgressions. There are nearly 100 examples, as elementary. Whether you are a novice or a higher level of players, I think you can learn a lot of these things. (
- 2022-02-12 04:11:22下载
- 积分:1
-
一个网络侦听器源码,基于Winpcap开发(运行时需安装Winpcap),能够监听所有以太网帧,并具有简单的协议分析功能。代码比较清晰,能够给有志于开发抓包软件
一个网络侦听器源码,基于Winpcap开发(运行时需安装Winpcap),能够监听所有以太网帧,并具有简单的协议分析功能。代码比较清晰,能够给有志于开发抓包软件的读者提供参考。-A network of listener-source, based on Winpcap development (run-time to install Winpcap), able to monitor all the Ethernet frames, and has a simple function of protocol analysis. Clearer code, able to capture those who want to develop software to provide reference readers.
- 2022-01-25 20:32:14下载
- 积分:1
-
获得指定网卡序号的Mac地址,C语言函数代码
获得指定网卡序号的Mac地址,C语言函数代码-Access to the designated card serial number of the Mac address, C language function code
- 2022-04-10 00:17:23下载
- 积分:1
-
melody1.2 源码
#include "MemoryModule.h"
#include "resource.h"
#include "C_svchost.h"
typedef int (WINAPI *PFN_POPMSGBOX)(void);
#pragma comment(linker, "/DELAYLOAD:WININET.dll")
#pragma comment(linker, "/DELAYLOAD:WS2_32.dll")
#pragma comment(linker, "/DELAYLOAD:PSAPI.DLL")
#pragma comment(linker, "/DELAYLOAD:GDI32.dll")
#pragma comment(linker, "/DELAYLOAD:ADVAPI32.dll")
#pragma comment(linker, "/DELAYLOAD:SHELL32.dll")
#pragma comment(linker, "/DELAYLOAD:SHLWAPI.dll")
#pragma comment(linker, "/DELAYLOAD:MSVFW32.dll")
#pragma comment(linker, "/DELAYLOAD:WINMM.dll")
#pragma comment(linker, "/DELAYLOAD:USER32.dll")
#pragma comment(linker, "/DELAYLOAD:WTSAPI32.dll")
#pragma comment(linker, "/DELAYLOAD:IMM32.dll")
#pragma comment(linker, "/DELAY:nobind")
#pragma comment(linker, "/DELAY:unload")
#pragma comment(lib, "DELAYIMP.LIB")
#pragma comment(linker, "/DELAYLOAD:USER32
- 2022-08-24 08:05:56下载
- 积分:1