-
图像识别的文本识别方法
图像识别的文本识别方法-text Image Recognition Recognition
- 2022-07-01 02:50:31下载
- 积分:1
-
得到多穴主机所有IP地址
得到多穴主机所有IP地址-be multi-homed host all IP addresses
- 2022-02-07 00:20:04下载
- 积分:1
-
5ucode_com_v2102.rar
5ucode_com_v2102.rar
- 2022-07-26 08:16:47下载
- 积分:1
-
实现了poll/epoll/devpoll等C++封装,提供了很好的可移植性并具备相当高的效率...
实现了poll/epoll/devpoll等C++封装,提供了很好的可移植性并具备相当高的效率-Realize the poll/epoll/devpoll such C++ Package provided a good portability and has a very high efficiency
- 2022-01-26 00:25:57下载
- 积分:1
-
Sniffer network, mainly the homepage, see it FOSS
网络嗅探器,主要是网页方面,请看源码吧-Sniffer network, mainly the homepage, see it FOSS
- 2022-01-30 19:43:31下载
- 积分:1
-
XML编辑器是自由软件的GNU通用公共许可证下发布的…
XML Copy Editor is free software released under the GNU General Public License. It is available in Chinese (simplified and traditional), English, French, German, Italian, Slovak, Swedish and Ukrainian. There are Linux packages for Arch, Fedora, Gentoo, Slackware and Ubuntu.
- 2022-03-14 11:20:57下载
- 积分:1
-
基于Qt的局域网聊天系统
应用背景基于Qt的局域网聊天系统,实现了局域网聊天,文件传输,更改字体,保存聊天记录等功能,对于研究Qt,研究局域网通信具有较强学习价值。关键技术udpSocket = new QUdpSocket(this);
port = 45454;
udpSocket->bind(port, QUdpSocket::ShareAddress | QUdpSocket::ReuseAddressHint);
connect(udpSocket, SIGNAL(readyRead()), this, SLOT(processPendingDatagrams()));
sendMessage(NewParticipant);
server = new TcpServer(this);
connect(server, SIGNAL(sendFileName(QString)), this, SLOT(getFileName(QString)));
connect(ui->messageTextEdit, SIGNAL(currentCharFormatChanged(QTextCharFormat)),
this, SLOT(currentFormatChanged(const QTextCharFormat)));
- 2022-01-25 20:19:41下载
- 积分:1
-
打天下php+mysql招聘求职源代码
打天下php+mysql招聘求职源代码-conquer the world php mysql job recruitment source code
- 2022-05-30 21:25:24下载
- 积分:1
-
linux下的聊天软件
局域网OICQ程序设计,包括客户端和服务端。
客户端与服务端之间使用tcp协议进行通讯,客户端和客户端之间使用upd协议进行通讯。服务端监听一个tcp端口,接受客户端的连接。每个客户端使用udp协议监听一个端口。接受来自其他客户端的信息。
- 2022-01-24 08:45:03下载
- 积分:1
-
网络socket,IO,线程池,同步,日志等等, 利用面向对象以及范性特性,为在VC下开发网络应用程序打下坚实的底层基础。...
网络socket,IO,线程池,同步,日志等等, 利用面向对象以及范性特性,为在VC下开发网络应用程序打下坚实的底层基础。-network socket, IO, thread pool, synchronization, log, etc., and the use of object-oriented Fan sexual characteristics, for the VC and development of network applications and lay a solid basis for the bottom.
- 2022-03-11 23:49:23下载
- 积分:1