-
RLS
说明: 递推最小二乘法的matlab程序,亲测可出图(recursive least squares)
- 2019-05-13 10:56:22下载
- 积分:1
-
simplest_ffmpeg_player_1.1
本程序实现了视频文件的解码和显示(支持HEVC,H.264,MPEG2等)。
是最简单的FFmpeg视频解码方面的教程。
通过学习本例子可以了解FFmpeg的解码流程。
项目包含两个工程:
simplest_ffmpeg_player:标准版,FFmpeg学习的开始。
simplest_ffmpeg_player_su:SU(SDL Update)版,加入了简单的SDL的Event。(This software is a simplest video player based on FFmpeg.
Suitable for beginner of FFmpeg.
Solutions contains 2 Project:
simplest_ffmpeg_player:Standard Version, suitable for biginner.
simplest_ffmpeg_player_su:SU(SDL Update)Version, Add SDL Event.)
- 2014-08-25 12:39:18下载
- 积分:1
-
几种姿态解算方法代码
四元数法、互补滤波及卡尔曼滤波法姿态解算,初学者,大家一起分享
- 2023-02-18 19:15:03下载
- 积分:1
-
HFBPM1.0
C#工作流 企业工作流引擎
源代码(C# Workflow)
- 2012-11-23 21:36:05下载
- 积分:1
-
123
校园导航系统
1) 校园景点介:绍介相关景点的有关详细信息。
2) 最佳路线查询:查询校园中任意两点之间所有路线,并提供两点间最短的简单路径。
3) 关节点查询:提供校园图的关节点查询。
4) 多景点最佳路线查询:提供多个景点的最佳线路查询,即求途径这个景点的最佳路径。
(Campus Navigation System 1) campus attractions Introduction: Shao Jie-related attractions for more information. 2) The best route query: Query on campus all the routes between any two points, and provides a simple shortest path between two points. 3) joint points: the key points to provide the campus map queries. 4) The best route queries more attractions: multiple sites to provide the best route queries, that is seeking ways to this spot the best path.)
- 2011-08-25 08:56:05下载
- 积分:1
-
Visual C# Timer 构建的进度条演示
Visual C# Timer 构建的进度条演示,progressBar进度条的建立与使用,简单的范例,面向C#的初级开发者,希望初学者能够熟悉Loading如何创作哦,以下代码可以参考:
private void timer1_Tick(object sender, EventArgs e)
{
//使用三元运算符为progressBar的Value值自加1
progressBar1.Value = ++progressBar1.Value > 1000 - 1 ? 0 : progressBar1.Value;
//显示载入百分比
label2.Text = string.Format("已经载入{0}%", (int)(progressBar1.Value / 1000f * 100));
}
- 2022-04-16 04:00:01下载
- 积分:1
-
aa
说明: 利用opengl编写的基于mfc框架下3d空心长方体,边框明显清晰,立体感十足(Using opengl write based on MFC framework of 3 d hollow cuboid, border clear, stereo sense is dye-in-the-wood
)
- 2012-06-19 09:48:17下载
- 积分:1
-
sift-match
SIFT -MATCH BY David Lowe USING C AND MATLAB(SIFT-MATCH BY David Lowe USING C AND MATLAB)
- 2014-02-21 17:10:57下载
- 积分:1
-
DEEC.matble
分簇协议的改进协议DEEC的matlab代码,绝对正确,大家可以下载试试,对学习WSN路由协议很有帮助。(Improved clustering protocol agreement DEEC matlab code, absolutely correct, you can download to try, to learn helpful WSN routing protocol.)
- 2014-01-20 17:29:25下载
- 积分:1
-
编程Delphi7经典介绍。新的参考书。
DELPHI7经典入门编程。
新手参考书籍。-Introduction to Programming Delphi7 classic. New reference books.
- 2023-06-06 03:40:04下载
- 积分:1