-
mjpeg解码的类,适合进行mjpeg和jpeg之间的转化
mjpeg解码的类,适合进行mjpeg和jpeg之间的转化-MJPEG codec class, suitable for MJPEG and jpeg conversion between
- 2022-01-26 03:34:27下载
- 积分:1
-
IPIX
加拿大McMaster大学IPIX雷达数据分析与处理程序,对各种雷达数据处理具有启发意义(IPIX Radar Data Processing, McMaster Univ of Canada)
- 2010-02-11 22:56:00下载
- 积分:1
-
AAC反作弊3.3.9
说明: 这个mod可以有效避免我的世界服务器中出现作弊的情况(This mod can effectively avoid cheating in Minecraft Server)
- 2020-06-23 01:20:02下载
- 积分:1
-
labview8.2-rumen
第一章LabVIEW 虚拟仪器入门,第二章自定义VI,第三章完整版和专业版:分析和保存信号,硬件:采集数据并与仪器通信,第五章LabVIEW 其它功能简介(Getting Started with LabVIEW Virtual Instruments chapter, Chapter II custom VI, Chapter III Full and Professional: analysis and conservation of the signal, the hardware: data collection and communication with the instrument, LabVIEW Other Features Chapter)
- 2011-05-16 22:29:10下载
- 积分:1
-
YOLO
说明: 将一幅图像分成 SxS 个网格(grid cell),如果某个 object 的中心落在这个网格中,则这个网格就负责预测这个 object。(Divide an image into SxS grid cells. If the center of an object falls in the grid, the grid is responsible for predicting the object.)
- 2020-06-21 11:40:02下载
- 积分:1
-
Beep
界面是用wpf写的,这是一个非常好的wpf框架,写的串口助手非常的好(The interface is written in wpf. This is a very good WPF framework. The serial assistant is very good.)
- 2020-06-25 12:00:02下载
- 积分:1
-
dd
说明: Performance of Non-orthogonal Access with SIC in Cellular downlink using proportional fair-based resource allocation
- 2019-02-07 20:53:40下载
- 积分:1
-
flash-as3.0-常用代码-珍藏版.doc
说明: Flash-as 3.0-Common Code-Collection Edition
- 2020-06-17 11:20:02下载
- 积分:1
-
59564341BPneuro
说明: 神经网络进行预测控制,内含多个文件,请注意找到主函数进行运行(Neural Network for predictive control, including a number of files, please note to find the main function to run)
- 2020-12-23 20:29:05下载
- 积分:1
-
STACK
用C语言编写的堆栈接口,适用于各种环境,提供接口:
STACK *initStack(int MaxRoom)
void destroyStack(STACK **spp)
void resetStack(STACK *sp)
Boolean isStackEmpty(STACK stack)
Boolean isStackFull(STACK stack)
Boolean push(STACK *sp, USER_TYPE data)
Boolean pop(STACK *sp, USER_TYPE *data)
Boolean readTop(STACK stack, USER_TYPE *data) (C language implementation of the stack)
- 2013-07-22 10:59:32下载
- 积分:1