-
BMPTOYUV的C实现,附详细注释
资源描述
视频格式转码的C实现,bmp to yuv, 附详细注释。上传的源代码属于个人原创,非抄袭,从来没有上传过,已编译通过,我自己的硕士论文里头已经用过了,绝对真实可信
- 2022-11-15 04:20:02下载
- 积分:1
-
Banker 的算法仿真研究
这是使用 c++/c.The Banker 的 Banker 算法: 仿真算法算法是由 Edsger Dijkstra,通过模拟的预先确定最大可能数量的所有的资源,分配安全测试,然后使"s 状态"检查挂起的所有其他活动可能死锁条件的试验开发资源分配和死锁避免算法然后才决定是否应该允许分配继续。
- 2022-07-01 19:31:31下载
- 积分:1
-
离散数学重言式判别以及逻辑表达式求值原代码
离散数学重言式判别以及逻辑表达式求值原代码-Discrete Mathematics tautology discriminant and logic expressions evaluates the original code
- 2022-04-19 01:15:23下载
- 积分:1
-
关于最短路径的算法,c语言写的
关于最短路径的算法,c语言写的-on the shortest path algorithms, written in C language
- 2022-01-24 10:12:35下载
- 积分:1
-
椭圆拟合的误差算法,拟合点到椭圆心的距离减去拟合点对应在椭圆上的点到椭圆心的距离,有效分析椭圆拟合的误差问题,并让其在对话框中显示出来...
椭圆拟合的误差算法,拟合点到椭圆心的距离减去拟合点对应在椭圆上的点到椭圆心的距离,有效分析椭圆拟合的误差问题,并让其在对话框中显示出来-The error ellipse fitting algorithm, fitting point to the ellipse center distance minus the corresponding fitting point on the ellipse to the ellipse center point of the distance, the effective analysis of the error ellipse fitting problem, and let it be shown in the dialog box
- 2022-03-18 15:29:28下载
- 积分:1
-
按列选主高斯消元,高斯消元算法
按列选主高斯消元,高斯消元算法-out elections by the main PGE, PGE algorithm
- 2022-01-30 15:15:13下载
- 积分:1
-
八皇后问题,C语言
八皇后问题,C语言-8, C Language
- 2022-03-05 03:26:29下载
- 积分:1
-
01背包问题
01背包是在M件物品取出若干件放在空间为W的背包里,每件物品的体积为W1,W2……Wn,与之相对应的价值为P1,P2……Pn。考虑用动态规划的方法来解决,这里的:阶段是:在前N件物品中,选取若干件物品放入背包中; 状态是:在前N件物品中,选取若干件物品放入所剩空间为W的背包中的所能获得的最大价值;决策是:第N件物品放或者不放; 由此可以写出动态转移方程:我们用f[i,j]表示在前 i 件物品中选择若干件放在所剩空间为 j 的背包里所能获得的最大价值f[i, j] = max( f[i-1, j-Wi] + Pi (j >= Wi), f[i-1, j] )
- 2022-03-15 21:02:09下载
- 积分:1
-
数据挖掘统计方法与实践,主要讲述统计学在数据挖掘中的应用。...
数据挖掘统计方法与实践,主要讲述统计学在数据挖掘中的应用。-Data Mining and practice of statistical methods, mainly on the statistics in data mining applications.
- 2023-07-26 23:50:05下载
- 积分:1
-
this mobile robot program including fuzzy control system, keypad, ultrasonic pin...
this mobile robot program including fuzzy control system, keypad, ultrasonic ping)), etc-this is mobile robot program including fuzzy control system, keypad, ultrasonic ping)), etc
- 2022-12-02 14:45:03下载
- 积分:1