-
CAN网络与IP网络通信
void Task_Server(void *pdata) { SOCKET* s; int ei; //存放返回值的变量 int RecvCnt=0; //接收数据个数 uint8 RecvBuff[200]; //接收缓冲区 uint8 RecvBuffP=0; uint8 CanSUCCESS=0; struct sockaddr serveraddr,clientaddr; //sockaddr 结构体由协议栈类型、IP和端口组成 uint32 regaddrBYTE; serveraddr.sin_family = 0; //协议栈类型 serveraddr.sin_addr[0] = MCU_IP[0]; //四位IP地址 serveraddr.sin_addr[1] = MCU_IP[1]; serveraddr.sin_addr[2] = MCU_IP[2]; serveraddr.sin_addr[3] = MCU_IP[3]; serveraddr.sin_port = 4000; //服务器本地端口 s = socket(AF_INET,SOCK_STREAM,TCP_
- 2022-06-02 01:16:17下载
- 积分:1
-
局域网聊天的小程序,适合学习.http连接
局域网聊天的小程序,适合学习.http连接-LAN chatting small program for learning. Http link
- 2023-07-07 22:00:03下载
- 积分:1
-
RBF
MATLAB建模RBF网络仿真出训练曲线和拟合曲线!验证过了!还不错!(MATLAB Modeling RBF network simulation of the training curve and fitting curve! Verified! Good!)
- 2020-06-29 02:20:01下载
- 积分:1
-
dms
简单的数据采集系统代码,主要是客户端与服务器之间的通信(Simple data acquisition system code, mainly between the client and server communication)
- 2013-07-11 23:38:45下载
- 积分:1
-
CNN-for-bearing-fault-diagnosis-master
说明: 卷积神经网络的java代码,处理手写数字识别。内含数据集(Convolutional neural network Java code, handwritten digit recognition. Inclusive data sets)
- 2019-06-26 16:59:29下载
- 积分:1
-
JMF
一个基于JMF框架的网络电视
采用Applet-JMF-based framework for network television using Applet
- 2023-01-27 17:15:04下载
- 积分:1
-
网页转发0.2.0测试版本
说明: 一、方案名称:填写要设置的方案的名称。二、网址:填写http网页网址。三、点击“测试文本”。四、配置相关处理内容。1.选取标记 选取需要的内容。①格式:标记,字数,延后,其中各内容之间以“,”分割。②多个选取之间以“|”分割。③留空为跳过过该配置。图例:2.关键词 包含关键词时,方转发内容。①多个关键词之间以“|”分割。②消息包含多个关键词时,仅生效一个。3.删除内容 删除不需要的内容。①多个删除内容之间以“|”分割。②默认删除文本中所有内容。4.清除空行 清除一定数量的空行。①自行设置需要清楚的空指令。10.推送 设置推送。五、点击添加/修改,添加方案。该版本为测试版本0.2.0,本版本将在测试后停止使用。请在使用时反馈插件BUG,请不要反馈功能建议。(Scheme Name: Fill in the name of the scheme to be set. 2. Web Site: Fill in the HTTP Web Site. 3. Click "Test Text". 4. Configuration of relevant processing content. 1. Select tags to select what you want. Format: Mark, number of words, delay, among which the content is divided by ")
- 2018-12-27 01:14:58下载
- 积分:1
-
数据包捕获函数库
libpcap-0.7.1.tar.gz
- 2022-03-15 01:46:02下载
- 积分:1
-
附加动量法BP
说明: 改进的BP神经网络算法用于预测温度值的变化(Improved BP Neural Network for Predicting Temperature Change)
- 2019-04-02 16:05:26下载
- 积分:1
-
Python深度学习
说明: 本书由Keras之父、现任Google人工智能研究员的弗朗索瓦·肖菜(Francois Chollet)执笔,详尽介绍了用Python和Keras进行深度学习的探索实践,涉及计算机视觉、自然语言处理、生成式模型等应用。
书中包含30多个代码示例,步骤讲解详细透彻。由于本书立足于人工智能的可达性和大众化,读者无须具备机器学习相关背景知识即可展开阅读。在学习完本书后,读者将具备搭建自己的深度学习环境、建立图像识别模型、生成图像和文字等能力。
本拐适合从事大数据及机器学习领域工作,并对深度学习感兴趣的各类读者。(This book is written by Francois Chollet, the father of keras and currently a researcher of Google artificial intelligence. It introduces in detail the exploration and practice of deep learning with Python and keras, involving computer vision, natural language processing, generative model and other applications.
The book contains more than 30 code examples, the steps to explain in detail.
Because this book is based on the accessibility and popularity of artificial intelligence, readers can read without the background knowledge of machine learning. After learning this book, readers will have the ability to build their own deep learning environment, establish image recognition model, and generate images and characters.
It is suitable for all kinds of readers who are engaged in big data and machine learning and are interested in deep learning.)
- 2020-11-25 22:29:10下载
- 积分:1