-
Desktop
说明: 基于matlab的演化博弈模拟输出图,亲测好用,欢迎下载(Matlab-based evolutionary game simulation output diagram)
- 2019-04-27 20:24:39下载
- 积分:1
-
好用的网络文件传输工具
好用的网络文件传输工具-handy network file transfer tool
- 2023-07-08 14:25:02下载
- 积分:1
-
lithium battery
说明: 锂离子电池储能的一阶响应仿真模型,能基本实现电池储能的充放电。(The first-order response simulation model of Li-ion battery energy storage can basically realize the charge and discharge of battery energy storage.)
- 2020-09-10 14:58:01下载
- 积分:1
-
蚁群算法
说明: 根据蚁群算法解决三维路径规划的问题,得到三维的路径图(According to the ant colony algorithm to solve the problem of three-dimensional path planning, get the three-dimensional path map)
- 2020-10-15 11:30:07下载
- 积分:1
-
windows socket 编程实现的会话通信服务器端程序
windows socket 编程实现的会话通信服务器端程序-windows socket programming the oral communications server process
- 2023-02-14 09:40:04下载
- 积分:1
-
socket 网络通信 控制台程序 测试通过
socket 网络通信 控制台程序 测试通过
#include
#include
#pragma comment(lib, "ws2_32.lib")
void main()
{
WORD wVersionRequested;
WSADATA wsaData;//WSAata用来存储系统传回的关于WinSocket的资料。
int err;
wVersionRequested = MAKEWORD( 1, 1 );
err = WSAStartup( wVersionRequested, &wsaData );
if ( err != 0 ) {
return;
}
if ( LOBYTE( wsaData.wVersion ) != 1 ||HIBYTE( wsaData.wVersion ) != 1 )
{
WSACleanup( );
return;
}
SOCKET sockClient=socket(AF_INET,SOCK_STREAM,0);// AF_INET ..tcp连接
//初始化连接与端口
- 2023-07-26 07:35:05下载
- 积分:1
-
象棋识别
工作是棋盘图像二值化和棋子识别。针对棋盘全局二值化存在的问题,提出了基于相邻像素灰度差阈值的棋盘图像二值化方法。(The work is to binarize the chessboard image and recognize the chessboard. Aiming at the problem of global binarization of chessboard, a method of binarization of chessboard image based on gray difference threshold of adjacent pixels is proposed.)
- 2021-02-05 13:39:58下载
- 积分:1
-
kuailecxuexiao
说明: 别处找的英语网站 快乐学校 用ASP开发设计的(English Web site to find happiness elsewhere, the school developed and designed with ASP)
- 2010-03-24 15:35:01下载
- 积分:1
-
论坛建站的源代码,可直接运行执行,方便在自己主机上建立局域网共享的论坛...
论坛建站的源代码,可直接运行执行,方便在自己主机上建立局域网共享的论坛-Forum建站source code can be directly run the implementation to facilitate the establishment of the host in their own local area network sharing forum
- 2022-08-23 20:35:50下载
- 积分:1
-
协议
protocol
- 2022-06-26 00:29:08下载
- 积分:1