-
vp9-bitstream-specification
google vp9 视频格式协议标准文档(google vp9 video encoding standerde)
- 2020-12-08 21:19:19下载
- 积分:1
-
双目标定计算深度学习源码
基于双目标定获得相机之间的转换关系,计算目标物相对物体的深度信息,并对深度信息进行归一化、平滑处理,得到目标物体
- 2022-08-08 07:21:38下载
- 积分:1
-
Gaussian-blur-with-CUDA-5
cuda5 and matlab code for Gaussian filtering and parallel image processing code, we hope to help
- 2013-10-01 10:52:33下载
- 积分:1
-
Neusoft_Media_Player
华中科技大学东软实训作品 media player
源码 MFC实现(Huazhong University of Neusoft training MFC source media player works to achieve)
- 2011-01-05 19:15:21下载
- 积分:1
-
ooptest
C++实现的FFT,详细,简单,内含多个测试类(using C++ implements fft,including serials class)
- 2013-12-12 23:22:05下载
- 积分:1
-
11
说明: 相变凝结蒸发,源项vof-udf,定义连续性方程,能量方程,动量方程中的质量源项,能量源项和动量源项(fluent1.Boiling Tutorial: Heat and Mass Transfer with the Mixture Model
2.Tutorial: Horizontal Film Boiling
3.Tutorial: Modeling Uniform Fluidization in a Two Dimensional Fluidized Bed)
- 2018-05-15 10:22:01下载
- 积分:1
-
计算器
用C语言写的关于计算器的实现方式,用栈方法能够实现基本的错误判断与加减乘粗#include #include #include using namespace std; #define MAX 1000 struct zhan1 { float n[MAX]; int top; }stack1; struct zhan2 { char n[MAX]; int top; }stack2; /* stack1用来存储数字 stack2用来存储运算符号. */bool stackempty(zhan1 s)//判断是否为空 { if (s.top== -1) return 1; else return 0; } bool stackempty2(zhan2 s)//判断是否为空 { if (s.top== -1) return 1; else return 0; } void push(zhan1 &s,float x)// 入栈 { if(s.top==MAX-1) { printf("
");
- 2022-07-08 12:40:11下载
- 积分:1
-
C++_COM
这是根据”Dr. GUI and ATL” 的文章自己做的例子程序,主要是在原有接口上继承新的接口,这样在保留原接口的基础上可以扩展新的功能(This is based on "Dr.. GUI and ATL, "the article themselves examples of procedures, mainly in the original interface inheritance new interface, so that the preservation of the original interface can be extended on the basis of new functions)
- 2006-12-05 22:19:43下载
- 积分:1
-
整型数组与Object数组的互操作性
整型数组与Object数组的互操作性-integer arrays with the Object array of interoperability
- 2022-03-23 10:00:23下载
- 积分:1
-
cPP
Richard Kaiser
C++ mit
Microsoft Visual C++ 2008
- 2013-12-12 20:42:59下载
- 积分:1