-
可以供参考的用于对openldap操作的一系列函数,提供了接口函数...
可以供参考的用于对openldap操作的一系列函数,提供了接口函数-can be used for reference for the operation of a series of openldap function, provide the interface function
- 2023-02-16 03:20:04下载
- 积分:1
-
WebBroker technology of the source
基于Delphi的WebBroker技术的源码-WebBroker technology of the source
- 2023-04-03 11:25:04下载
- 积分:1
-
线程工具,可以使用ndis中间层,用vc编的简单防火墙程序使用ndis中间层,用vc编的简单防火墙程序...
线程工具,可以使用ndis中间层,用vc编的简单防火墙程序使用ndis中间层,用vc编的简单防火墙程序-threading tools can use NDIS intermediate layer using vc series of simple procedures for the use of firewall NDIS intermediate layer using vc series of simple procedures firewall
- 2023-06-07 16:25:02下载
- 积分:1
-
1. Contents simpletcp through Winsock API TCP chatting procedures , the integrat...
1. 目录simpletcp是通过Winsock API实现TCP聊天的程序,程序中集成了服务器端和客户端;2. 目录simpleudp是通过Winsock API实现UDP聊天的程序;3. 目录winsock control是通过winsock控件实现聊天的程序,其中子目录tcp是通过winsock控件实现tcp聊天的程序、而子目录udp是通过winsock控件实现udp聊天的程序;-1. Contents simpletcp through Winsock API TCP chatting procedures , the integration process server and the client; 2. Contents simpleudp through Winsock API UDP chatting procedures; 3. Contents winsock control is achieved through chat winsock control procedures, tcp subdirectory which is achieved through winsock tcp Chat Control procedures and subdirectories udp through winsock Controlware udp chatting procedures;
- 2022-05-08 13:52:25下载
- 积分: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
-
基于IP_UDP协议的socket编程
基于IP_UDP协议的socket编程-IP_UDP agreement based on the socket programming
- 2022-02-26 19:46:58下载
- 积分:1
-
java
运用随机字符和数字的组合生成图片的验证码。-java- JAVASCRIPT
- 2022-05-16 09:28:34下载
- 积分:1
-
This is my prepared by the VB
这是我用VB编写的-This is my prepared by the VB
- 2022-02-05 23:28:00下载
- 积分:1
-
讲述如何对长文件进行socket通讯,编程,保证传输的质量
讲述如何对长文件进行socket通讯,编程,保证传输的质量-on how long the documents socket communications, programming, the quality assurance transmission
- 2022-10-07 08:40:03下载
- 积分:1
-
网络缓冲队列操作。队列的个数由宏定义QUEUE_NUM
规定。
函数:
void queueInit()
char queueAd...
网络缓冲队列操作。队列的个数由宏定义QUEUE_NUM
规定。
函数:
void queueInit()
char queueAdd(int index, unsigned char* pBuff, int pri)
char queueDelHead(int index)
char queueDelAll()
调用: 无
被调用: 网络通讯程序及用户程序的初始化部分-Network buffer queue operation. The number of queues defined by the macro QUEUE_NUM provisions. Function: void queueInit () char queueAdd (int index, unsigned char* pBuff, int pri) char queueDelHead (int index) char queueDelAll () call: None is called: network communication procedures and user program initialization part
- 2022-01-29 02:43:28下载
- 积分:1