-
反编译软件,可以译出源程序,便于一些应用性的操作
反编译软件,可以译出源程序,便于一些应用性的操作-anti-compiler software, source code can be translated to facilitate the application of operation
- 2022-04-02 08:54:34下载
- 积分:1
-
一套完整的同学录静态页面程序,每工相当不错哦。
一套完整的同学录静态页面程序,每工相当不错哦。-a complete set of static website pages, each work is quite good, oh.
- 2023-04-18 02:00:04下载
- 积分:1
-
计算机监控
通过实现网络链接,对对方的计算机进行监控,并实现关机、重启等功能,此代码用VC++编译,已全部通过。本人技术有限,如有雷同,纯属巧合。
- 2022-03-02 16:25:00下载
- 积分:1
-
VB中基于TCPIP协议的点对点文件传输源代码,了解网络传输协议...
VB中基于TCPIP协议的点对点文件传输源代码,了解网络传输协议-VB-point based on TCPIP protocol file transfer the source code to understand the network transport protocol
- 2022-05-28 03:06:12下载
- 积分:1
-
完整串口通信程序Vc++源代码,能够实现windows下的串口通信。
完整串口通信程序Vc++源代码,能够实现windows下的串口通信。-Integrity of the serial communication program Vc++ Source code, to realize the serial communication under windows.
- 2022-05-07 02:00:17下载
- 积分:1
-
VC++集成环境下TCP的发展
用VC++集成环境开发的基于TCP的网络应用程序,包括服务器端和客户端。-VC++ integrated environment with the development of TCP-based network applications, including server-side and client-side.
- 2022-01-22 04:34:48下载
- 积分:1
-
高速UDP协议收发实现,附带原理实现和完整聊天室示例程序
高速UDP协议收发实现,附带原理实现和完整聊天室示例程序-udp demo
- 2023-01-30 06:30:04下载
- 积分:1
-
自已学了点网络编程后写的聊天小程序,很简单的功能,适合初学者,喜欢的朋友请下...
自已学了点网络编程后写的聊天小程序,很简单的功能,适合初学者,喜欢的朋友请下-Learn self-written after the point of network programming chat applet, a very simple function, suitable for beginners, like a friend to the next
- 2022-03-28 21:25:00下载
- 积分:1
-
网络编程,ir编程
网络编程,ir编程-Network Programming, Programming ir
- 2022-04-21 02:30:26下载
- 积分: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