▍1. fx
说明: 以网络通讯为基础,客户端输入指令,得到反馈,在客户端和服务器端显示opengl模型,并控制模型的运动(base on the communication of network,client type the key ,the sever respond at the same time client and the sever show the live result on the screen.)
说明: 以网络通讯为基础,客户端输入指令,得到反馈,在客户端和服务器端显示opengl模型,并控制模型的运动(base on the communication of network,client type the key ,the sever respond at the same time client and the sever show the live result on the screen.)
VC++ 编写简单文件扫描器 编写递归函数 查找文件 用的(recursive function)
socket编程实现服务端与客户端互发消息(exchange message between server and client)
VC++源程序实现同步网络时间,基于C/S结构,启动服务端程序后,需要在客户端输入服务端的IP地址,然后点击“同步”按钮,如果顺利连接的话,则完成与服务器端的时间同步,注意,本程序并非是连接世界官方时间服务器,比如微软的时间同步服务器、NIST的服务器等,而是用本程序中的服务端来代替了。 (VC++ source code to synchronize network time, based on C/S structure, start the server program, you need the client enter the service side of the IP address, then click the " Sync" button, if successfully connected, then finished with the server time synchronization Note that this procedure is not an official time server connected world, the time synchronization server such as Microsoft, NIST' s servers, but with this program instead of the server.)
一个能够接受TCP/IP连接的服务器源代码(One can accept TCP/IP connection the server source code)
Visual C++ 平台下实现ping命令过程,包括打包发送接受解包等 对网络编程初期学习者很有帮助
IOCP基本原理介绍,主要介绍了如何使用IOCP进行开发。(Introduce the basic principles of IOCP, mainly on how to use IOCP for development.)
说明: 基于VC的OPC客户端软件研究与实现.......(The OPC-based VC research and implementation of client software ....... )
说明: 多播协议源代码分析,此代码是在AODV协议上的改进算法。(Multicast protocol source code analysis, this code is in the improved algorithm of AODV protocol.)
说明: 无线网络中的资源分配与跨层控制,国外专家编写的,讲解的很详细(Wireless network resource allocation and cross-layer control, prepared by foreign experts, to explain in great detail)
说明: PXI卫星综合测试系统的设计Integrated PXI test system design of satellite(Integrated PXI test system design of satellite)
说明: 使用BP神经网络进行光伏系统发电预测的论文 使用BP神经网络进行光伏系统发电预测的论文(Using BP neural network prediction of photovoltaic power generation system using BP neural network papers photovoltaic power generation system predicted papers)
说明: 网络文件系统,十分好的文件传输代码,非常适合初学者(Network file system, file transfer is very good code, very suitable for beginners)
说明: VC++编程实现网络嗅探器 简单 但是完整可运行。比较基础(VC++ programming for network sniffer)
说明: 程序实现了一个简单的网络版的掷骰子,一个服务器端,另一个客户端。(Program implements a simple network version of the dice, a server-side, another client.)
说明: ARP协议发现局域网内的活动主机,vc++语言编写,用有界面,美观实用(ARP protocol found in the activities of the LAN hosts, vc++ language, with a interface, beautiful and practical)
说明: 基于朴素贝叶斯分类器的汽车评定系统,用VC++实现(Naive Bayesian classifier based on vehicle evaluation system, using VC++ implementation)
无线传感器网络中基于蚁群的簇间路由算法研究(Wireless sensor networks based on ant colony routing algorithm between cluster)
Small program to find the best route to follow. Needs improvement but can help understand the concept of the A* Algorithm.