-
Traffic
对网络的流量进行监测,会很好的对网络端口的流量进行监测,绝对可以完整运行(Traffic on the network to be monitored, will be well on network port flow monitoring, absolute integrity can be run)
- 2012-04-27 20:15:36下载
- 积分:1
-
遗传算法优化BP神经网络预测彩票实现代码
BP神经网络彩票预测MATLAB代码,遗传算法优化BP神经网络预测彩票实现代码(MATLAB Code for Prediction of Neural Networks based on BP Neural Networks)
- 2018-04-17 20:36:18下载
- 积分:1
-
ftp client
linux下的FTP客户端,使用C开发,GCC编译;实现文件的上传、下载、断点续传;技术点:守候进程、进程间通讯、管道、soket编程、文件I/O标准库函数与系统调用、文件权限管理
- 2022-08-13 01:00:33下载
- 积分:1
-
小波神经网络预测代码第二
说明: 人工神经网络(Artificial Neural Networks,简写为ANNs)也简称为神经网络(NNs)或称作连接模型(Connection Model),它是一种模仿动物神经网络行为特征,进行分布式并行信息处理的算法数学模型。这种网络依靠系统的复杂程度,通过调整内部大量节点之间相互连接的关系,从而达到处理信息的目的。(Artificial neural networks (ANN) is also referred to as neural networks (NNs) or connection models. It is an algorithm mathematical model that imitates the behavior characteristics of animal neural networks and carries out distributed parallel information processing. This kind of network relies on the complexity of the system, through adjusting the relationship between a large number of internal nodes, so as to achieve the purpose of processing information.)
- 2020-03-09 12:10:05下载
- 积分:1
-
基于距离向量算法的路由协议的实现RIP
说明: 基于距离向量算法的路由协议的实现,用c++实现了rip路由协议的距离向量算法,支持动态路由表的变化。(Implementation of routing protocol based on distance vector algorithm)
- 2020-07-17 02:08:49下载
- 积分: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
-
Digit
MATLAB 神经网络用于数字识别源程序,可以很好的识别数字,Digits Recognition有说明(MATLAB neural network for digital identification of the source code, you can identify the number of good, Digits Recognition described)
- 2008-12-19 00:34:41下载
- 积分:1
-
unix
这是一本Unix网络编程方面的经典教材,希望对大家有帮助。(This is a Unix network programming classic textbook, we want to help.)
- 2013-10-15 15:20:57下载
- 积分:1
-
mobilefacenet-V2-master
基于python语言的适用于移动端应用的开源人脸识别算法mobilefacenet算法(Open source face recognition algorithm for mobile applications based on Python language)
- 2021-01-05 09:28:54下载
- 积分:1
-
九宫格游戏。。。。刚学C sharp的第一个小游戏
九宫格游戏。。。。刚学C sharp的第一个小游戏-nine
- 2022-01-28 15:39:13下载
- 积分:1