-
用于图象边缘检测,是一个视频采集的基础
用于图象边缘检测,是一个视频采集的基础-for image edge detection, is a collection of video
- 2023-01-24 02:40:04下载
- 积分:1
-
It is the DOS environment to develop a mathematical calculation software, the ma...
它是在DOS环境下开发的数学计算软件,菜单中主要的一种是“有限元法”,使用的编程语言是C语言,解压无需密码。-It is the DOS environment to develop a mathematical calculation software, the main menu is a "finite element method", the use of the C programming language is the language, extract no password is required.
- 2023-01-04 08:40:03下载
- 积分:1
-
F2812Q格式代码
空间电压矢量脉宽调制技术(SVPWM)在DSP中的实现步骤:
(1)获得SVPWM的输入信号UALFA,UBETA,Ud,Uq经过IPARK变换得到输入信号UALFA,UBETA;
(2)利用输入信号UALFA,UBETA计算中间变量B0,B1,B2,确定扇区Sector;
(3)利用输入信号UALFA,UBETA计算中间变量X,Y,Z,再根据不同扇区利用中间变量X,Y,Z计算t1,t2;
(4)利用t1,t2根据不同扇区计算Ta,Tb,Tc;
(5)利用Ta,Tb,Tc计算占空比MfuncD1,MfuncD2,MfuncD3,之后再计算全比较器参数赋值CMPR1,CMPR2,CMPR3.
- 2023-07-23 17:45:02下载
- 积分:1
-
2D矢量引擎库
遵循2D矢量图形库标准OpenVG,支持所有OpenVG官方规定;同时远远比官方实现效能高(大约是官方效能的80倍)
- 2022-05-18 22:03:08下载
- 积分:1
-
邻域搜索
在这个项目中我们的主要任务是执行引入巴恩斯 et al [1] 的 Patchmatch 算法。该算法只是最近的邻域快速计算是我们第二次的任务提供了同时实施重组算法在 Patchmatch 算法的图像。接下来的几节中我们将的概述如何 Patchmatch 和我们重新洗牌算法作品 (第 2 节),执行问题,包括我们的源代码 (第 3 节),我们的实现产生的结果 (第 4 节) 的简要概述,最后结论 (第 5 节),我们讨论的问题实施期间,进一步可以做的可能改进,当然我们这门课的结论。
- 2022-04-10 15:49:53下载
- 积分:1
-
随机亮小灯程序
应用背景
51单片机的必敲程序之一,通过使用灯的亮灭可以学习到如何操作51单片机的IO口,由浅入深地学习51单片机
关键技术通过一个随机程序,弄出一个随机值,然后通过对IO操作,最后输出到LED显示
- 2022-08-03 05:36:47下载
- 积分:1
-
下相当的问题说明:2个可装2个八个玻璃…
倒酒问题描述: 设有两个能装8两的酒杯(称为1号,2号)装满了酒, 和1个能装3两的空酒杯(称为3号), 问怎样用这3个酒杯向4个人 敬酒, 使得每个人都喝4两酒. 要求: 用程序计算出可行方案。 输入: 无 输出: 每一步决策.-down quite Problem description : two can be loaded with two of the eight glasses (known as 1, 2) filled with the wine, and one can hold three two empty glasses (known as the 3rd) and asked how to use it three to four glasses and toast the individual, so that each person maximum servings of both types 4 2 liquor. Request : procedures calculated options. Input : None output : each step of the decision-making.
- 2023-06-15 16:35:03下载
- 积分:1
-
聚类算法对无线网络节点的影响
自己编的,使用kmeans对网络节点进行划分,尽可能使路径最短,从而使无线网络收集点移动的距离最短
- 2022-03-13 22:27:19下载
- 积分:1
-
tj大学研究生课程中有关最优控制的课件和例子
tj大学研究生课程中有关最优控制的课件和例子- optimal control
- 2022-06-30 11:26:22下载
- 积分: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