-
装配生产线调度m行和N站
装配生产线调度m行和N站
- 2023-08-12 18:30:02下载
- 积分:1
-
Western Electric high
西电内部用的高精度库,原是保密的!!!我奉献了出来-Western Electric high-precision internal library, was kept secret!!! I dedicate out
- 2023-08-02 22:55:03下载
- 积分:1
-
ffmpeg创建rtp视频流
代码主要包含两部分,第一部分打开摄像头,开始录制视频,主要步骤如下:
设置打开参数dshow,以dshow打开并列出所有多媒体设备,打开视频流,获取编码器,打开编码器,读取流,解码,对帧进行转换(因为默认的图片格式为YUVY422而h264编码需要格式为YUV420)
第二部分,将第一步解码的图片进行编码,加入rtp视频流
新建视频流,设置编码参数,打开编码器,将编码格式设为实时编码,编码,并打印sdp信息,关闭相关函数。
文件中包含cpp文件和相关的头文件,库,以及dll文件
- 2022-03-17 01:53:30下载
- 积分:1
-
ZIBEE程序
Description: This application functions as a packet error rate (PER) tester. One node is set up as transmitter and the other as receiver. The role and configuration parameters for the PER test of the node is chosen on initalisation by navigating the joystick and confirm the choices with S1. The configuration parameters are channel, burst size and tx power. Push S1 to enter the menu. Then the configuration parameters are set by pressing joystick to right or left (increase/decrease value) and confirm with S1.
- 2022-06-12 05:42:09下载
- 积分:1
-
二叉排序树的插入
算法过程:1.将第一个元素放在树根结点。2.将每个要加进来的元素与树根结点比较,若比树根结点小, 再与左子结点比较,若没有左子树,则把此元素放于左子树。反之,比树根结点大, 则再与右子结点比较,若没有右子树,就把此元素放于右子树。3.重复第2步操作,直到所有的元素都被加入二叉树中
- 2022-03-01 19:40:22下载
- 积分:1
-
a program for get the shortest path of two points.
距离最近的点对计算方法-a program for get the shortest path of two points.
- 2023-04-02 07:30:03下载
- 积分:1
-
检测C++正切变换的代码
该功能主要是用来测试正切函数并计算正切值,以得出正切函数的参数是以弧度制形式!
- 2022-02-07 01:28:22下载
- 积分:1
-
128位长双精度型数字运算包
128位长双精度型数字运算包-128 long double precision numeral operation package
- 2022-06-16 16:49:03下载
- 积分:1
-
牛顿插值方法的计算机实现程序
牛顿插值方法的计算机实现程序-Newton interpolation method of computer procedures
- 2023-01-09 17:30:03下载
- 积分:1
-
An extensible math parser
An extensible math parser
- 2023-05-04 13:10:03下载
- 积分:1