▍1. 5v5
机器人仿真比赛5v5获奖程序,更方便的了解机器人足球比赛。(5v5 game winning robot simulation program, more easily understand the robot soccer competition.)
机器人仿真比赛5v5获奖程序,更方便的了解机器人足球比赛。(5v5 game winning robot simulation program, more easily understand the robot soccer competition.)
为了加强足球机器人仿真5V5比赛前场的进攻,文章以增强进攻队员之间的动态协作配合为 出发点,设计了“3+1”的前场进攻队形及其控制算法。 (5V5 soccer robot simulation in order to strengthen the game' s offensive front, the article in order to enhance collaboration between the dynamic offensive player with as a starting point, the design of the “3+1” front offensive formation and control algorithms.)
说明: fira 5v5 足球机器人比赛程序,用C++编程,可以运行,结果较好(fira 5v5 soccer robot competition program, using C++ programming, you can run with satisfactory results)
5V5足球机器人比赛策略,进攻防守,守门员策略(5V5 soccer robot competition)
Simurosot 5v5 SCU 五人制机器人足球仿真源代码 四川大学底层 (Simurosot 5v5 SCU Futsal robot soccer simulation Sichuan University, underlying source code)
说明: 在反向传播神经网络的基础上,发明一种TABP的神经网络实现,以函数逼近为例(On the basis of back propagation neural network, a neural network implementation of TABP is invented, taking function approximation as an example)
说明: 在BP神经网络的基础上,采用自增熵的方法建立FBP神经网络实现函数逼近(On the basis of BP neural network, FBP Neural Network is established by means of self increasing entropy to realize function approximation)
使用dpdk高速回放pcap文件,分为拷贝和不拷贝版本,可根据需要自行选择(use dpdk to replay pcap file)
连连看服务器游戏对战平台软件包括服务端和客户端源代码,服务端采用IOCP机制,可实现多人联网对战,并带有项目说明文档,源代码标有注释。并且游戏界面十分美观。(Battle Snake game server platform software, including server and client source code, the server uses IOCP mechanism, enabling networked multiplayer gaming, and with the project documentation, source code is marked with comments. And the game interface is very beautiful.)
进行电力网络的潮流计算 可以此进行无功优化等问题(electrical calculation)
大地测量学基础,高斯投影正反算及换带计算(foundation of geodesy.GAUSS)
这是基于Visual C++6.0的网络抓包程序(This is a network packet program based on Visual C++6.0)
这是广义回归神经网络预测的一个算法程序,对求解具有很大意义(This is a general regression neural network prediction of an algorithm for solving the great significance)
模拟退火BP神经网络,使用模拟退火(simulated annealing)进行优化。c#环境开发。(BP neural network,with simulated annealing function that optimize the convergence rate.)
C#蒙特卡洛模拟软件,可以进行比较简单的蒙特卡洛模拟(C# Monte Carlo simulation software, can be relatively simple Monte Carlo simulation)
说明: ◎ 为所有socket函数调用添加错误处理代码; ◎ 范例中服务器地址和端口是固定值,请你将它们改成——允许用户以参数形式从命令行输入; ◎ 范例中客户机发送的是固定文本”Hello Network!”,请改成——允许用户输入字符串,按回车发送;实现循环,直至客户机输入“bye”退出; ◎ 服务器迭代地处理客户机:一个客户机退出后、才接受下一个,按Ctrl+C可以终止服务器程序。(Add error handling code for all socket function calls; In the example, the server address and port are fixed values. Please change them to - allow users to input from the command line in the form of parameters; In the example, the client sends the fixed text "Hello network!", please change it to -- allow the user to input the string and press enter to send; realize the loop until the client enters "Bye" to exit; Server processes clients iteratively: one client exits before accepting the next. Press Ctrl + C to terminate the server program.)