登录
首页 » Windows Socket编程 » 此Windows NT网络供应商实现了一个小样本

此Windows NT网络供应商实现了一个小样本

于 2022-03-17 发布 文件大小:5.29 kB
0 197
下载积分: 2 下载次数: 1

代码说明:

This Windows NT Sample Network provider implements a small subsection of the NP interface. What it shows is how you can sample logon information when a logon is performed. This "credential sampling" is often useful for implementing unified logons with differing OS platforms. Once you gather the information in the NP, you can then communicate the credentials to another platform for verification and establishment of network resources.-Sample Windows NT Network provider im plements a small subsection of the NP interface . What it shows is how you can inform sample logon ation when a logon is performed. This "credenti al sampling "is often useful for implementing u nified logons with differing OS platforms. Onc e you gather the information in the NP, you can then communicate the credentials to competitor ther platform for verification and establishm ent of network resources.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 这是一个关于dhcp介绍和配置的PPT文档
    这是一个关于dhcp介绍和配置的PPT文档-dhcp briefed on the PPT and configuration files
    2023-01-06 22:05:03下载
    积分:1
  • UDP在网络中用于处理数据包,本文实现在java中操纵UDP.
    UDP在网络中用于处理数据包,本文实现在java中操纵UDP.-UDP is used for dealing with data packet. This file is implementing that how to control UDP protocol with Java
    2022-03-11 12:47:53下载
    积分:1
  • 本软件是用VB制作的,用于电脑与西门子S7
    本软件是用VB制作的,用于电脑与西门子S7-200PLC(PPI协议)进行通讯,如果您想用VB开发S7-200PLC(PPI协议)上位机控制界面,此软件是您的好帮手! 1、可以写入、读出寄存器的数值(字节、字、双字); 2、可以进行元件(V、M、S、Q、I)的置、复位操作; 3、可以读取元件(V、M、S、Q、I)的ON/OFF状态。 4、可以控制PLC的运行、停止。-A simple application of Visual C++
    2022-02-26 17:01:06下载
    积分:1
  • 最新的borland社区聊天的客户端
    最新的borland社区聊天的客户端程序- The newest borland community chats customer end procedure
    2022-02-14 03:57:24下载
    积分:1
  • 面向连接的服务器流中,必须设置服务器套接字为监听状态;而客户机则是主动连接。无连接客户机和服务器。无连接客户机和服务器在调用的函数方面没有区别,区别在于服务器...
    面向连接的服务器流程中,必须设置服务器套接字为监听状态;而客户机则是主动连接。无连接客户机和服务器。无连接客户机和服务器在调用的函数方面没有区别,区别在于服务器一般先启动recvfrom等待客户机的数据。客户机和服务器的通信过程为客户向服务器发送数据,服务器收到数据后给予应答,通信结束。-connection-oriented server process, you must set up to monitor server socket state; While the client is active connector. Without connecting client and server. Without connecting client and server in a function called no distinction, the general difference is the server for first launching recvfrom client data. Client and server communication process for clients to send data to the server, the server data received responses and communication end.
    2022-03-13 09:45:07下载
    积分:1
  • MFC下基于流套接字的网络通信客户端
    网络应用软件利用计算机间的连接,来实现双方的通信。连接的计算机做为一个节点,通过IP地址来标识该计算机。通信时向对方发送一个连接请求包含端口号和IP地址。在Client/Server模式下,客户端 需先建立Socket,初始IP地址和端口号;向指定的服务器端IP地址和端口发送连接请求;连接成功后,向服务器端发送命令或数据;发送完毕,关闭连接。
    2022-03-20 15:18:00下载
    积分:1
  • 采用mfc框架的 ftp 服务器端。支持断点续传等功能
    采用mfc框架的 ftp 服务器端。支持断点续传等功能-Mfc framework using ftp server-side. Features such as support for HTTP
    2022-01-25 19:39:39下载
    积分:1
  • TCP聊天客户端,希望对大家有所帮助啦,
    TCP聊天客户端,希望对大家有所帮助啦,-TCP chat client, I hope all of you to help you,
    2022-04-06 20:45:20下载
    积分:1
  • 一个邮件发送代码 一个邮件发送代码 一个邮件发送代码
    一个邮件发送代码 一个邮件发送代码 一个邮件发送代码 -Send an e-mail e-mail source code of a message send an e-mail source code of a message send an e-mail source code of a
    2023-08-19 18:50:03下载
    积分:1
  • TCP的客户服务器通信序 一:序运行过 1、运行服务器序,等待客户端发出请求 2、运行客户端序,输入客户的IP地址,请求连接 3、若连接成功,服务器端...
    TCP的客户服务器通信程序 一:程序运行过程 1、运行服务器程序,等待客户端发出请求 2、运行客户端程序,输入客户的IP地址,请求连接 3、若连接成功,服务器端显示客户的IP地址及端口号;客户端接收文件并保存在d:clientls.txt下,否则,显示错误信息。 二:程序实现原理 发送端:打开文件,逐一读取字符到缓冲区(缓冲区大小为1024),若文件大于1024,则成块发送;若小于,则直接发送。 接受端:与发送端同理。-TCP client-server communication program one : running a process, running the server and wait for the client to issue two requests, the client operating procedures, the importation of customer IP address, link request, if successful connection, the server-client shows the IP address and port number ; the client receives the document and preserve d : client ls.txt, otherwise an error message. 2 : Principle procedures transmitter : open the file, read each character to the buffer (buffer size for 1024), and if the document is greater than 1,024, then sent into pieces; If less, then sent directly. Receivers : Send-the same reason.
    2022-06-30 17:04:28下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载