-
图像处理
本解码器类支持普通jpeg文件格式,这也是目前大多数jpeg文件所采用的格式,此格式主要特点是数
据精度为8位,采用Huffman编码的普通DCT帧(不支持扩展串行和递进模式及数学编码)。本解码器类的
IDCT算法采用三种模式,分别是浮点解码、定点整数解码和定点整数MMX优化解码,您可根据具体情况选择。
- 2022-06-28 02:59:38下载
- 积分:1
-
人体动作识别
基于opencv的人体动作识别,识别效果很好,精度很高,对人体正常行走动作和跌倒动作的识别是利用存储的视频流的,可用于养老院的监护系统。
- 2022-03-07 12:38:43下载
- 积分:1
-
在c语言里面显示汉字的程序!
在c语言里面显示汉字的程序!-in Chinese language inside showed the procedure!
- 2023-03-14 16:30:03下载
- 积分:1
-
微型足球机器人底层控制系统研究
资源描述对微型足球机器人低层控制系统进行了研究,给出了一种以87c196Kc为核心辅以LM629运动控
制器构成的双闭环微型足球机器人低层控制系统由于采用了集成运动控制芯片,不仅简化了系统软硬件设
计,提高了系统可靠性,减轻了设计工作量.而且显著提高了系统性能,反应快,控制精度高,伺服刚度大,还
具有一定的自适应能力.堵转等问题也得到了较好的解头.该系统不仅可满足微型机器人控制需要,适当增
加功能后还可方便地改造成Robocup小型足球机器人低层控制系统,
- 2022-01-30 14:19:49下载
- 积分:1
-
the Capacitated Vehicle Routing Problem
The CVRP is a hard combinatorial optimisation problem. The scenario is that a set of depots contains goods to be delivered to customers by a fleet of trucks. Each customer wants a certain integer amount of goods called their demand and each truck can only carry a certain amount called its capacity. All trucks have the same capacity. The objective is to find a set of routes, one for each truck, which minimises the total distance travelled by all trucks (the 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-06-15 10:54:51下载
- 积分:1
-
数学系学生对kalman的理解,非常有用,对于理解kalman滤波,
数学系学生对kalman的理解,非常有用,对于理解kalman滤波,-Department of Mathematics students kalman understanding, very useful for understanding the kalman filtering,
- 2022-03-30 14:01:25下载
- 积分:1
-
素数环: 把从1到10这10个数摆成一个环,要求相邻的两个数的和是一个素数。 〖问题分析〗 这是一道回溯的题目。从1开始,每个空位有9种可能,每种可能加入约束...
素数环: 把从1到10这10个数摆成一个环,要求相邻的两个数的和是一个素数。 〖问题分析〗 这是一道回溯的题目。从1开始,每个空位有9种可能,每种可能加入约束条件即可
1.与前面所有的数不重复
2.与前一个数和为素数(最后一个和第一个也要满足)。 〖算法流程〗 1、数据初始化; 2、递归填数: 判断第J种可能是否合法; A、如果合法:填数;判断是否到达目标(10个已填完): 是,打印结果;不是,递归填下一个; B、如果不合法:选择下一种可能;-Prime Central: 1-10 from 10 the number of put this into a ring, asked the two adjacent numbers and is a prime number. 〗 〖Analysis is a retrospective this topic. From 1 year, 9 out of every space possible, each may be bound by the conditions of accession to 1. And in front of all the number of non-repetition, 2. With a few and for a prime number (the last and the first to meet). 1〗 〖algorithm processes the data to initialize 2, fill in the number of recursion: first to determine the legality of J possible A, if the legitimate: the number of Reclamation to determine whether the target (10 have been completed): Yes, print the results of not, fill in the next recursive B, if not legitimate: a possible alternative
- 2022-03-13 12:39:07下载
- 积分:1
-
定点数学库( QMATH )包含高度优化的,不动点数学/三角函数是发达国家作为一个易于使用的图书馆,这是关系到用户的应用程序。...
定点数学库( QMATH )包含高度优化的,不动点数学/三角函数是发达国家作为一个易于使用的图书馆,这是关系到用户的应用程序。-Fixed-point math library (QMATH) contains highly optimized, fixed point math/trigonometric functions that are developed as an easy-to-use library, which has to be linked to the user s application. The following table summarizes the set of functions that are defined in this library.
- 2022-01-22 15:06:56下载
- 积分:1
-
米勒拉宾算法的c语言代码
本代码是使用米勒拉宾算法对一个数是否为素数作出判断,综合运用了费马小定理,卡米尔歇数的性质,卡米尔歇数的考赛特判别法的数学方法,拉宾米勒素数测试算法是一个不完全准确的算法,当然,底数a数组取数越多,测试的准确率越高
- 2022-08-26 00:00:54下载
- 积分:1
-
常微分和偏微分方程中的c程序,C++,Fortran,java,马…
Ordinary and Partial Differential Equation Routines in C, C++, Fortran, Java, Maple, and MATLAB
- 2022-07-09 17:55:39下载
- 积分:1