-
algmrpthmandArtificial
人工神经网络BP算法源代码与演示程序,适用于神经网络算法的入门者(Artificial neural network BP algorithm source code and demonstration program, suitable for the introduction of neural network algorithm)
- 2018-11-28 22:03:59下载
- 积分:1
-
基于线性矩阵不等式理论对网络控制系统的控制器设计及方法进行了详细阐述,并进行了仿真试验,验证了所提出的方法的有效性。...
基于线性矩阵不等式理论对网络控制系统的控制器设计及方法进行了详细阐述,并进行了仿真试验,验证了所提出的方法的有效性。-Based on linear matrix inequalities theory of networked control systems with controller design and methods in detail, and carried out a simulation test to verify the proposed method is effective.
- 2022-01-27 21:23:12下载
- 积分:1
-
Rtsp2WebRtc
说明: 实现了用RTSP协议接入已有流媒体平台或摄像机的视频,通过转码后用WebRTC进行播放,只要支持WebRTC的浏览器或移动端都可以使用。用WebRTC播放监控视频可以处理高版本浏览器不支持插件的情况,且比rtmp、HLS的实时性更高。(It realizes accessing videos of existing streaming media platforms or cameras with RTSP protocol, and playing them with WebRTC after transcoding. It can be used by browsers or mobile terminals that support WebRTC. Playing surveillance video with WebRTC can deal with the situation that high version browsers do not support plug-ins, and it is more real-time than RTMP and HLS.)
- 2020-06-16 13:00:01下载
- 积分:1
-
DCMotorth
这是一个直流无刷电机讲义,讲述直流无刷电机的基本原理(This is a brushless DC motor lectures, about the basic principles of Brushless DC Motor)
- 2010-08-17 16:25:06下载
- 积分:1
-
CPU卡相关资料协议
说明: CPU读卡器的设计参考,实现CPU卡读写,以及NFC读卡需要的参考资料。(According to the design of CPU card reader, it realizes the reading and writing of CPU card and the basic reference for NFC card reading.)
- 2020-04-26 17:53:07下载
- 积分:1
-
经典小游戏俄罗斯方块的源代码,vc++.net版,界面很漂亮.
经典小游戏俄罗斯方块的源代码,vc++.net版,界面很漂亮.-small classic Tetris game"s source code, vc. Net version, the interface is very beautiful.
- 2022-03-26 17:54:02下载
- 积分:1
-
VC_GWVI_Code
说明: vc编写的虚拟仪器的例子
带有信号显示的方法(vc The virtual instrument with a signal example of the methods shown)
- 2010-04-06 12:31:29下载
- 积分:1
-
闹钟设计程序
用c++语言编写的简单闹钟程序,可以实现设置日期,时间和闹钟提醒功能!非常实用!!
- 2022-04-30 10:07:47下载
- 积分:1
-
MAX35104EVKIT
MAX35104评估板原理图,配合厂家上位机软件,研发前期可以使用。(MAX35104 EV Kit,you can use it when designing.)
- 2020-10-13 00:07:32下载
- 积分:1
-
prepare themselves with a small C games, DOS interface, oh run. Float Float basi...
自己用C编写的小游戏,DOS界面哦,可以运行。 浮点数基本运算 浮点数的基本运算主要有四则运算、符号处理、大小比较,以及浮点数分柝等。 包含头文件 "fn.hpp" #include "fn.hpp" 浮点数基本运算 浮点数的基本运算中有加、减、乘、除、取负、绝对值、相等比较等。 加减乘除 加、减、乘、除四个运算极为相似,都是需要两个参数,结果当然也是浮点数了。 例子: // 加 减 乘 除 btil::fn::plus::value // f1+f2 的结果 btil::fn::minus::value // f1-f2 的结果 btil::fn::multiplies::value // f1*f2 的结果 btil::fn::divides::value // f1/f2 的结果 plus::value::f_val // f1+f2 的结果的值 struct one { static const double f_val = 1.0 } // 两个浮点数 struct two { static const double f_val = 2.0 } minus::value::f_val == 0.5 取负 取负运算就是取一个浮点数的负数。-prepare themselves with a small C games, DOS interface, oh run. Float Float basic operations of the basic operations are four major operations, symbols, sizes, and float-watchman"s rattle so. The first document contains "fn.hpp"# include "fn.hpp" float float basic operations of the basic operations are, p
- 2022-03-22 16:15:25下载
- 积分:1