▍1. EXCEL合并拆分等
说明: 将一个EXCEL工作表,拆分为多个工作簿(Separate an EXCEL worksheet into multiple workbooks)
说明: 将一个EXCEL工作表,拆分为多个工作簿(Separate an EXCEL worksheet into multiple workbooks)
说明: 线性回归模型实现代码,用于实现线性回归,包括最小二乘,主成分分析(the code of linear regression model)
在具有至少十五个节点的网络中模拟洪泛路由。每个数据包应包含一个计数器(n = 10),该计数器在每一跳上递减。(Simulate flood routing in a network with at least fifteen nodes. Each packet should contain a counter (n=10) that is decremented on each hop. When the counter gets to zero, the packet is discarded. Time is discrete, and each link can handle only one packet per time interval (i.e. only one packet in total may traverse the link in either direction). Nodes should include a buffer to queue any additional packets. Present your results in terms of the number of duplicate packets produced, and the congestion at each node, and suggest a possible solution for reducing this problem.)
说明: 在具有至少十五个节点的网络中模拟洪泛路由。每个数据包应包含一个计数器(n = 10),该计数器在每一跳上递减。(Simulate flood routing in a network with at least fifteen nodes. Each packet should contain a counter (n=10) that is decremented on each hop. When the counter gets to zero, the packet is discarded. Time is discrete, and each link can handle only one packet per time interval (i.e. only one packet in total may traverse the link in either direction). Nodes should include a buffer to queue any additional packets. Present your results in terms of the number of duplicate packets produced, and the congestion at each node, and suggest a possible solution for reducing this problem.)
可以提取CAD中点的坐标信息并转为MIKE地理信息数据输入格式(The coordinate information of midpoint in CAD can be extracted and converted to MIKE geographic information data input format.)
说明: 可以提取CAD中点的坐标信息并转为MIKE地理信息数据输入格式(The coordinate information of midpoint in CAD can be extracted and converted to MIKE geographic information data input format.)
这是一个Python基础的练习Demo,提供以后进行学习查看和记忆(this is a Python basic traning Demo,Provide for future learning, viewing and memory)
说明: 这是一个Python基础的练习Demo,提供以后进行学习查看和记忆(this is a Python basic traning Demo,Provide for future learning, viewing and memory)
python源码剖析,带详细目录,觉得好请点赞(Python source code analysis)
说明: python源码剖析,带详细目录,觉得好请点赞(Python source code analysis)
说明: 对于深度学习中的图神经网络中图卷积网络的实战代码(For the practical code of graph convolution network in graph neural network)
interval tree python初级实现(Primary implementation of interval tree python)
说明: interval tree python初级实现(Primary implementation of interval tree python)
读取VECTOR或ETAS等汽车CAN分析工具数据的MDF格式(MDF Format for Reading Data of Vehicle CAN Analysis Tools such as VECTOR or ETAS)
说明: 读取VECTOR或ETAS等汽车CAN分析工具数据的MDF格式(MDF Format for Reading Data of Vehicle CAN Analysis Tools such as VECTOR or ETAS)
从文章或段落中划分词语,识别词性和统计词频,从而提取能显示内容中心关键词和高频词语(Dividing words from articles or paragraphs, identifying parts of speech and counting word frequencies, so as to extract keywords and high-frequency words that can display the content center.)