-
SevenDownloader源代码国外的下载者源码,VB写的AntiSandBoxie,AntiCwsandbox,Antivmware,AntiAnubis...
SevenDownloader源代码国外的下载者源码,VB写的AntiSandBoxie,AntiCwsandbox,Antivmware,AntiAnubis,Anti Norman Sandbox-Foreign SevenDownloader download the source code from source code, VB wrote AntiSandBoxie, AntiCwsandbox, Antivmware, AntiAnubis, Anti Norman Sandbox
- 2022-03-13 18:14:30下载
- 积分: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
-
自己写的一个多线程聊天程序的服务器端 已经用面向对象的方法封装了。 希望对别人有帮助...
自己写的一个多线程聊天程序的服务器端 已经用面向对象的方法封装了。 希望对别人有帮助-yourself writing a multithreaded process chat server has been used object-oriented methods of packaging. Want to help others
- 2022-06-21 17:57:16下载
- 积分:1
-
该软件是一个类似串口调试助手的网口调试软件。软件实现TCP/IP下的数据发送和接收功能,可以作为单片机,嵌入式网口程序开发的调试工具...
该软件是一个类似串口调试助手的网口调试软件。软件实现TCP/IP下的数据发送和接收功能,可以作为单片机,嵌入式网口程序开发的调试工具-The software is similar to a serial debugging assistant net mouth debugging software. Software TCP/IP of the sending and receiving of data that can be used as a microcontroller, I Embedded Network Programming Debugging Tools
- 2022-03-19 23:19:59下载
- 积分:1
-
用socket实现服务端和客户端的通信。有各种命令,其命令类似linux的终端命令符...
用socket实现服务端和客户端的通信。有各种命令,其命令类似linux的终端命令符-Achieved with the socket server and client communication. There are various commands, the command similar to the linux terminal command Fu
- 2022-01-26 06:54:13下载
- 积分:1
-
a simple browser, can open any website, practical
一个简单的浏览器,可以打开任意的网址,很实用-a simple browser, can open any website, practical
- 2022-04-14 16:43:24下载
- 积分:1
-
vc编的tcp和udp服务器,客户端,很好用
vc编的tcp和udp服务器,客户端,很好用-vc series tcp and udp server, client, a very good use
- 2022-03-10 02:38:51下载
- 积分:1
-
flash_asp天气预报功能简介:在线管理,可以改变界面颜色。
flash_asp天气预报功能简介:在线管理,可以改变界面颜色。-flash_asp weather profiles : online management, interface colors can be changed.
- 2022-05-23 09:00:29下载
- 积分:1
-
主要功能是 完成自动下载与升级的功能
主要功能是 完成自动下载与升级的功能-main function is to be completed automatically download and upgrade the function
- 2022-05-21 19:41:27下载
- 积分:1
-
服务器端通过socket()系统调用创建一个Socket数组后(即设定了接受连接客户的最大数目),与指定的本地端口绑定bind(),就可以在端口进行侦听list...
服务器端通过socket()系统调用创建一个Socket数组后(即设定了接受连接客户的最大数目),与指定的本地端口绑定bind(),就可以在端口进行侦听listen()。如果有客户端连接请求,则在数组中选择一个空Socket,将客户端地址赋给这个Socket。然后登录成功的客户就可以在服务器上聊天了。-Server-side through the socket () system call to create a Socket after the array (that is set to receive the maximum number of connected customers), with a specified local port to bind bind (), will be able to listen on port listen (). If the client has to connect the request, then select an empty array Socket, the client address assigned to the Socket. And then sign in the success of customers can chat on the server.
- 2023-08-19 03:20:03下载
- 积分:1