▍1. aodv
基于NS2的AD HOC网络路由协议AODV的性能分析(Performance analysis of HOC AD network routing protocol AODV based on NS2 )
基于NS2的AD HOC网络路由协议AODV的性能分析(Performance analysis of HOC AD network routing protocol AODV based on NS2 )
基于MFC的TCP/IP socket编程,一个客户端程序,适合初学者学习,开发平台vs2015(TCP/IP SOCKRT programing based on MFC,A client program ,very good for first learner the develop platform is vs2015)
mail to server mail to server mail to server mail to server mail to server mail to server (mail to server mail to server mail to server mail to server mail to server )
C语言实现神经网络,用最基本简单的BP神经网络(neural network c)
仿照TCP协议的UDP封装,用ACK,和滑动窗口(Modeled on the TCP protocol UDP encapsulation, with ACK, and sliding window)
VC++流量监控程序,记录选择的接口号,得到接口号为interfaceNumber的接口流量。采用PDH技术对网卡的数据包进行测量,类似360的流量监控工具一样,可以实时观察上网流量的变化,包括上传流量与下载流量。(VC++ traffic monitor, record selection interface number to obtain the interface number of the interface traffic interfaceNumber. Using PDH technology for measuring card packet, similar 360 traffic monitoring tools, real-time observation of changes in Internet traffic, including download and upload traffic flow.)
Onvif协议的控制IP相机的方法,以及利用RTSP推流到视频服务器(IP camera control method Onvif agreement, and the use of RTSP video server push flows)
a star pathfinder v. 1.92,高效的A*寻路,一个外国牛人写的,可以编译直接运行(A star Pathfinder v., 1.92, A* pathfinding, a foreign expert to write, can be compiled to run directly)
程序利用多线程技术和socket技术实现网上聊天程序。服务器程序和客户端程序在同一程序里。(This program realizes the chatting fuction using the multithread technique and socket programming.)
torborwser 洋葱路由安装包,隐藏IP地址。(Torborwser onion routing package, hide IP address.)
多协议文件传输c/s网络应用设计与实现,程序用 TCP/UDP 两个协议模拟多协议服务器。首先服务器端要将两种协议的套接字创建好,并且监听 TCP 端口的连接。必要时使用select函数来进行多连接处理和非阻塞处理。而客户端直接可以按照发送的地址和端口号来进行通讯。 首先要运行服务器端,服务器会监听 TCP 端口。然后运行客户端,根据事先设定好的 IP和端口,就可以进行连接传输数据了。 程序实现的关键步骤: 以TCP协议为例 服务器端: 1.创建套接字;2.绑定端口;3.进入无穷的循环;4.接收请求;5.处理请求;6.应答。 客户端: 1.找到服务器的IP地址和协议的端口号;2.创建套接字;3.确定连接需要任意的,没有使用的端口号允许TCP去选择一个;4.将套接字和服务器连接;5.使用应用层协议和服务器交互;6.关闭连接。 (Multi-protocol file transfer c/s network application design and implementation of programs simulate multi-protocol server with TCP/UDP both protocols. First socket server to create a good two protocols, TCP port and listens for connections. If necessary, use the function to handle multiple connections and non-blocking treatment. And the client can follow directly address and port number to communicate. First run on the server side, the server listens on TCP port. Then run the client, according to pre-configured IP and port, you can connect the data transmission. The key step program implementation: In TCP protocol as an example Service-Terminal: 1. Create a socket 2 bound port 3 enter an infinite loop 4. receiving a request 5. processing requests 6 response. Clients: 1. Locate the server s IP address and protocol port number 2 creates a socket 3 connections need to determine arbitrary, unused port allows TCP to choose a 4 and the socket server connections 5 using appli)
话题一:大规模机器学习算法GBDT及应用,PPT详解(Topic 1: large-scale GBDT, and application of machine learning algorithm, PPT, rounding)
利用WCF实现文件传送,主要注意MessageContract的使用 本示例的主要功能 就是 client.exe通过wcf 将本机的 sample.docx文件传输到 server.exe端 亲测通过了
程序用C#控制台程序实现了 遗传算法 解决函数优化问题 (The program uses C# console program to achieve the genetic algorithm to solve the function optimization problem)
基于卷积神经网络的图像分割技术研究综述的实验报告(Research of image segmentation based on convolution neural network)
采用禁忌搜索算法解决组合拍卖问题,在短时间内找到近似最优解,用C++语言实现。(Tabu search algorithm for solving combinatorial auctions, in a short time to find the approximate optimal solution with C++ language.)
该程序模拟知乎,作为网上问答系统,用户能注册,登录,提问,回答,点赞,关注,取关,查找问题,等一系列操作,一个服务器端可以同时连接多个客户端,能够同步各个客户端操作结果。程序分为客户端和服务器端,用户gui采用mfc编写,通信方式为socket方式,开发环境为win7 vs2015,编译器v140.(The program simulates know almost as online quiz system, users can register, login, questions, answers, thumbs up, focus on, take off, find the problem, and a series of operations, a server can be connected to multiple clients simultaneously, it is possible to synchronize each client operating results. Program is divided into client and server side, the user using mfc gui written communication for the socket, the development environment for win7 vs2015, compiler v140.)