基于Dva和TypeScript的后台管理系统框架 介绍 基于 , 和的轻量级前端框架。 开箱即用的react应用开发工具,内置css-modules,babel,postcss,HMR等 JS的强类型版本 UI库是 用做代码规范 安装 yarn # or npm install 开发 npm run dev 建立 npm run build 项目目录 ├── /dist/ # 项目输出目录 ├── /mock/ # 数据mock ├── /src/ # 项目源码目录 │ ├── /public/ # 公共文件,编译时copy至dist目录 │ ├── /components/ # UI组件及UI相关方法 │ │ ├── /Component/ # 单个UI组件目录 │ │ │ ├──
2022-04-02 17:07:49 9.05MB 系统开源
1
Webots+ROS学习记录(3)——四轮移动机器人 一、四轮移动机器人模型 本教程的目的是从头创建你的第一个机器人。这个机器人将由一个身体、四个轮子和两个距离传感器组成。结果如图1所示。图2从俯视图显示了机器人的坐标关系。 二、步骤 a) 新建一个仿真 新建一个工程,确保你的新world里面有地面、墙壁和照明(ground, the walls and the lighting)保存world文件为4_wheels_robot.wbt。 在给出创建机器人模型的规则之前,需要一些定义。 包含Solid节点及其所有派生节点的集合称为solid节点。类似的定义也适用于Device, R
2022-04-01 02:38:03 130KB bot ts 学习
1
本资源为硕士论文,主要解说了EPG系统实现的流程,以及如何过滤PAT\PMT\NIT\EIT表,并对界面的实现作出了详细介绍
2022-03-31 16:46:32 2.22MB EPG PMT TS NIT
1
mpegts.js 用TypeScript和JavaScript编写HTML5 MPEG2-TS流播放器。 mpegts.js针对低延迟的实时流播放进行了优化,例如DVB / ISDB电视或监视摄像机。 该项目基于 概述 mpegts.js的工作原理是将MPEG2-TS流转换为ISO BMFF(分段MP4)段,然后通过 API将mp4段馈送到HTML5 <video>元素中。 演示版 特征 通过H.264 + AAC编解码器在http(s)或WebSocket中传输的MPEG2-TS流进行回放 最好的情况下,只有1秒的极低延迟 支持处理动态编解码器参数更改(例如,视频分辨率更改) 支持Chrome,FireFox,Safari,Edge(旧版或Chromium)或任何基于Chromium的浏览器 支持自动跟踪HTMLMediaElement内部缓冲区的延迟 低CPU开销和低内存使用率
2022-03-31 15:16:43 268KB player html5 livestream mse
1
用来对ts服务器进行攻击,无限制创建频道,造成服务器崩溃
2022-03-31 15:14:09 9KB teamspeak 攻击软件 ts服务器 攻击
1
输入ts流的组播地址和本机地址,就可以对网上的ts流进行抓包,录制视频到本地,是把网上的ts流保存到本地的绝好的工具!
2022-03-28 17:10:52 95KB ts流录制,ts抓包
1
wcdma 的一些基本测试流程以及网络配置 The definition of the Conformance Tests for UE in 3G will be a complex task as the complete test suite covers RF, EMC and Protocol aspects of the UE. Each test requires a Test Environment to be defined in which the UE has to operate to defined standards, constraints and performance. The overall task can be simplified if there are a number of well defined and agreed Common Test Environments where every one can be used for a number of tests. Hence the present documents defines testing conditions that are common to several tests avoiding the need to duplicate the same information for every single test. The present document defines default values for a variety of common areas. Where values are not specified in test cases, the defaults in the present document will apply. If specified, the test case values will take precedence. The present document addresses the FDD mode as well as the TDD mode.
2022-03-24 17:40:56 7.52MB 3GPP 34.108 34108
1
源码,能将TS流解析出PES文件并保存,再将PES解析成ES文件并保存。支持音频,和视频ES的获取,非常实用,代码也可以用作参考。
2022-03-23 10:47:18 1.9MB TS解析出ES
1
代码实现了本地ts文件的解析,分离出音视频,在本地生成.264文件和.aac文件。里面必要的字段和逻辑都做了注释。如果对TS流的结构不清楚的,建议先学习下,然后再来看代码。有需要的朋友可以下载。
2022-03-23 10:29:27 12.64MB ts demux
1
ts_cluster 使用 R 的时间序列聚类 这个 repo 只是一个示例 repo,用于学习如何对时间序列数据进行聚类。 为了处理时间序列数据,我们必须考虑并选择适合的方法。 在这个存储库中,我们使用 DTW(动态时间包装)代替欧几里得来计算一个信号到另一个信号之间的距离。 对于聚类方法,我们使用层次聚类和 DBSCAN。 我们使用的数据是来自 UCI 的 Synthetic Control Chart Time Series,更多详细信息您可以访问
2022-03-22 08:54:30 1.72MB R
1