登录

最新会员 最新下载

成为了本站VIP会员

05月09日 16:51

成为了本站VIP会员

05月09日 14:47

成为了本站VIP会员

05月08日 20:16

成为了本站VIP会员

05月08日 10:54

成为了本站VIP会员

05月07日 09:50

成为了本站VIP会员

04月30日 12:23
已选条件
  1. 编程语言:所有
  2. 代码类别:IP
  3. 发布时间:一周内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. 用工业以太网在工业控制等领域的特殊作用…

工业以太网是应用于工业控制等领域的特殊以太网。基于工业以太网的网络负荷诊断和性能分析软件能有效的辅助工程人员即时的掌握网络状况,排除不稳定因素以确保工业以太网的正常稳定运行。要达到工业应用的要求,软件必须做到捕获网络数据的完备性和灵活性,分析数据的准确性和高效性,以及反映数据的直观性。同时软件自身在高网络流量、超长运行时间的情况下要保证足够的可靠性。这些要求可通过面向对象编程技术、多线程协作和灵活的内存管理等来予以满足。-Industrial Ethernet is used in industrial control and other areas of special Ethernet. Based on Industrial Ethernet network load diagnostics and performance analysis software to effectively support real-time engineering staff network status, exclusion of unstable factors in order to ensure that industrial Ethernet is running normal and stable. To achieve the requirements of industrial applications, software to capture network data must be complete and flexibility analysis of data accuracy and efficiency, as well as intuitive to reflect data. At the same time, the software itself in high network traffic, long run-time circumstances enough to ensure reliability. These requirements can be object-oriented programming techniques, multi-threaded collaboration and flexible memory man

1
下载
21
浏览
2023-04-29发布

2. UIP协议的中文介绍,很不错

UIP协议的中文介绍,很不错-UIP agreement the Chinese, very good

1
下载
28
浏览
2023-04-28发布

3. traceroute routing sequence scan the source code, under the direct use of Linux...

traceroute路由扫描成序的源代码,在linux下直接用make 编译即可-traceroute routing sequence scan the source code, under the direct use of Linux compiler can make

1
下载
18
浏览
2023-04-28发布

5. SetIP_MACAddress (Ethernet Library IP/MAC address set demo for ENC28J60 mcu) th...

SetIP_MACAddress (Ethernet Library IP/MAC address set demo for ENC28J60 mcu) this code shows how to set the IP and MAC addresses of the ENC28J60 based ethernet board. * after setting these addresses and initializing the ethernet board leda should be on * and ledb should be off and blink when packet is received on the network-SetIP_MACAddress (Ethernet Library IP/MAC address set demo for ENC28J60 mcu) this code shows how to set the IP and MAC addresses of the ENC28J60 based ethernet board. * after setting these addresses and initializing the ethernet board leda should be on * and ledb should be off and blink when packet is received on the network

1
下载
24
浏览
2023-04-27发布

6. udp 的 通讯以及Cone NAT的情况,穿透。

udp 的 通讯以及Cone NAT的情况,穿透。-udp communications and Cone NAT situation, penetrate.

1
下载
23
浏览
2023-04-26发布

7. 串行端口网络跨

======================================================================== MICROSOFT 基础类库: 串行端口 ======================================================================== 应用程序向导已创建此串行端口应用程序为您。此应用程序 不只演示了使用 Microsoft 基础类的基本知识 但也是您编写应用程序的起始点。 此文件包含的你会发现在每个文件中的摘要, 使您的串行端口的应用程序。 串行 port.dsp 此文件 (项目文件) 包含在项目一级的信息和

1
下载
38
浏览
2023-04-25发布

8. SOCKET编程之TCP服务端

应用背景基于WIN32框架编写的SOCKET TCP服务端,可以监听多路链接,能接受客户连接请求,向指定的客户端发送数据,也可以接收客户端发送过来的内容。代码简单,适合初学SOCKET编程的使用。 关键技术1.基于WIN32框架; 2.本软件采用SOCKET编程,使用TCP链接方式制作的服务端; 3.可以设置监听个数; 4.可以设置服务器TCP端口等信息; 5.支持接收客户端信息; 6.支持发送内容到客户端;

1
下载
38
浏览
2023-04-22发布

9. TCP&UDP测试程序

MFC实现的一个关于socket通信的测试工具(包含UDP组播,UDP,TCP) 本程序用MFC基于对话框实现了windows下的socket通信,分别实现了TCP通信、UDP通信以及UDP组播通信。可以发送字符串也能发送16进制的数据。socket使用了非阻塞模式,并且是事件触发的。

1
下载
24
浏览
2023-04-22发布

10. 利用PBWS32.DLL写的PB搜索程序

利用PBWS32.DLL写的PB搜索程序-use PBWS32.DLL written by PB search procedures

1
下载
23
浏览
2023-04-22发布

11. test:SelectProtocols Retrieves information about available transport protocolsth...

test:SelectProtocols Retrieves information about available transport protocolsthat meet the criteria indicated by dwSetFlags and dwNotSetFlags

1
下载
19
浏览
2023-04-21发布

12. 一个VC++实现的简单实用的SMTP程序,用于邮件的发送

一个VC++实现的简单实用的SMTP程序,用于邮件的发送-a simple and practical procedure SMTP for mail delivery

1
下载
23
浏览
2023-04-20发布

13. ATmega128 plus U_IP TCP/IP transplantation.

atmega128 加U_IP TCP/IP 移植.-ATmega128 plus U_IP TCP/IP transplantation.

1
下载
20
浏览
2023-04-19发布

14. TCP收包服务端程序。作用:指定端口接受TCP封包

TCP收包服务端程序。作用:指定端口接受TCP封包-TCP packet received client service procedures. Role: Specifies the TCP port to accept packets

1
下载
26
浏览
2023-04-18发布

15. MFC TCP通讯

资源描述BOOL bClientRun = TRUE; CString ClientStrText; SocketClient::SocketClient(void){} SocketClient::~SocketClient(void){} CString SocketClient::GetClientString() { return ClientStrText; } void SocketClient::SetbClientRun(BOOL bBool) { bClientRun = bBool; } void ClientFun(LPVOID pArg) { while(bClientRun) { (*(Socket *)pArg).RecData(ClientStrText); } } void SocketClient::TCPClientStart(CString IP,CString Port) { TCPClient.SocketVersionInit(); TCPClient.SocketClientInit(IP,Port); hClientThread = CreateThread(NULL,0,(LPTHREAD_START_ROUTINE)ClientFun,(LPVOID)&TCPClient,0,0); } void SocketClient::TCPClientSend(CString StrText) { TCPClient.SendData(StrText); } void SocketClient::TCPClientClose(CString StrText) { SetbClientRun(FALSE); if(hClientThre

1
下载
32
浏览
2023-04-17发布

16. 分析股票机构的参与,他们希望有助于以往…

股票机构介入比分析,希望对大家有所帮助。-Analysis of the stock agencies are involved, and they hope to be helpful to everyone.

1
下载
19
浏览
2023-04-17发布

18. 终极工具箱的TCP / IP版本4.2.this版包含了一套完整的C++类…

Ultimate ToolBox TCP/IP Version 4.2.This Edition contains a full set of C++ class libraries, with client side source code for comprehensive Internet and Intranet application development and enablement. Designed specifically for Visual C++ developers, this kit has the power and flexibility that you demand.

1
下载
21
浏览
2023-04-15发布

19. VC组播实例,这是一个很好的VC编写组播程序原代码。

VC组播实例,这是一个很好的VC编写组播程序原代码。 -VC Multicast example, this is a good VC Multicast procedures to prepare the original code.

1
下载
25
浏览
2023-04-14发布

20. socket服务器和客户端程序,具有很好的扩展性和灵活性 ,可以很方便地进行修改以适应你的程序。...

socket服务器和客户端程序,具有很好的扩展性和灵活性 ,可以很方便地进行修改以适应你的程序。-It s about socket server and client .It s flexible and scalable and can be easily changed to adjust your application

1
下载
14
浏览
2023-04-14发布