-
Scenario_RamdomFemto_Macro_User
异构无线网络中随机生成宏基站与小基站场景的代码(Heterogeneous wireless networks randomly generated macro base station and the small base station scene code)
- 2017-01-03 22:26:09下载
- 积分:1
-
RC_model
说明: 电池模型的siulink模型,等效电路模型(The equivalent circuit model and the Simulink model of the battery model)
- 2020-07-01 11:46:51下载
- 积分:1
-
Java FTP服务器和客户端
应用背景这个程序将包括一个客户端和一个服务器。客户需要注册它本身服务器第一次使用简单的凭据(这些凭据的确切细节是留给你的决定)。这些凭据将被服务器用来验证客户的任何进一步会议。在客户端验证后,服务器将接受请求从客户端传送一个文件。如果请求的文件存在,那么它将被发送到客户。文件内容将被加密,使用一些简单的技术,如安全前提供的爪哇传播。如果被要求,文件不存在时,服务器将显示一个错误信息和关闭套接字连接。必须进行检查以确保文件传输成功完成(即,原文件及其副本在服务器上的内容相同)。如果转让不成功之后,任务就应该自动进行重试。一定的重试次数后(一个可以调整的参数),一个失败的消息应该是显示如果传输仍然不成功和套接字连接应该关闭。2)设计的服务器,它可以接受多个并发请求,使用爪哇的线程,然后你会得到一个额外的信用。你的程序应该处理适当的例外;关键技术FTP服务器的客户端加密 ;并发多线程
- 2023-01-10 21:50:03下载
- 积分:1
-
The project for the electronic message system, based on Struts, Hibernate soluti...
本项目为电子留言系统,基于Struts,Hibernate 的解决方案,是一个无论学习和实用都很好的项目-The project for the electronic message system, based on Struts, Hibernate solution is a learning and practical projects are very good
- 2023-05-08 03:10:02下载
- 积分: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
-
paper6
非理想信道状态信息对频谱共享认知中继网络性能的影响(The impact of non-ideal channel state information on the spectrum sharing cognitive relay network performance)
- 2012-12-27 20:59:44下载
- 积分:1
-
41112
宽带防盗拨号器源码,程序结合易语言互联网支持库,实现了当宽带连接的时候,防护一些黑客账户查看工具的功能。(Broadband alarm dialer source program combined with easy language Internet support libraries, which achieved when the broadband connection , some hackers protection accounts viewer function.)
- 2016-09-25 16:09:04下载
- 积分:1
-
email收发软件例子源代码
email收发软件例子源代码-email to send and receive software source code examples
- 2023-05-14 11:50:03下载
- 积分:1
-
tcp for test
tcp for test
- 2022-08-09 21:57:20下载
- 积分:1
-
My Functions that are used in Client Server Chat
我想在windows下用C语言编写一个客户机-服务器程序。
- 2022-08-06 20:57:55下载
- 积分:1