-
DSP(TMS320F28335) + FPGA(XC3S500E) 控制步进电机例程源代码、原理图
应用背景DSP(TMS320F28335) + FPGA(XC3S500E) 控制步进电机例程源代码、原理图关键技术本程序是在28335的基础上得到的一种控制步进电机的方法,经过本人调试能够得到较好的效果。
- 2022-08-21 13:21:31下载
- 积分:1
-
约瑟夫问题
约瑟夫 argorithsm.这里是人站成一个圈,等待执行。数着圈子中的某一时刻开始和收益绕了一圈在一个固定的方向。在每一步,跳过了一定数量的人和执行下一个人。消除收益绕了一圈 (而变得越来越小越来越小,作为被执行的人),直到最后一个的人也只剩下,谁被授予了自由。
- 2022-06-14 18:12:16下载
- 积分:1
-
用动态规划法求解0-1背包问题
应用背景
1、问题描述: 3
2、最优性原理: 3
3、递推关系: 3
4、 改进前的算法 4
4.1 源代码 4
4.2 算法的时间复杂度 6
5、算法的改进: 6
5.1源代码 8
5.2 算法的时间复杂度 11
6、运行结果 11
7、 结论 12
关键技术
1、问题描述:
给定n种物品和一背包。物品i(1
- 2022-04-16 21:36:35下载
- 积分:1
-
C语言编写的标准IO界面贪吃蛇小游戏
非常适合初学者学习的游戏,没有图形界面。可以帮助初学者深入学习二维数组和游戏算法!
- 2022-03-30 03:49:30下载
- 积分:1
-
蒙特卡洛方法求PI
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Drawing.Drawing2D;
using System.Threading;
namespace WinRandomPI
{
public partial class GetPIValue : Form
- 2022-03-13 01:46:26下载
- 积分:1
-
Camera图像标定
此源码实现的功能: 是对Camera采集的图像进行校正处理。
具体是:通过输入一组的黑白相间的棋盘格的图像,检测黑百格图像的焦点位置来矫正使用
透镜给针孔模型带来的孔型的误差,我们可以使用从不同角度去采集图像,根据不同位置的图像的
角点信息,来近似估计其矫正矩形参数,从而得到较好的图像。其原来是基于张学友的标定算法,
利用OpenCV来实现的,是经过测试的。
- 2022-07-04 21:28:34下载
- 积分:1
-
基于GRID格式DEM的等值线追踪算法(已删除编译目录),可用于多种散点插值生成的格网,只需将格网数据写成GRID格式的文本即可....
基于GRID格式DEM的等值线追踪算法(已删除编译目录),可用于多种散点插值生成的格网,只需将格网数据写成GRID格式的文本即可.-GRID-based format of the contour DEM tracking algorithm (the compiler has been deleted directory), can be used for a variety of scattered point interpolation to generate a grid, simply written GRID Grid data can be formatted text.
- 2023-02-15 02:10:04下载
- 积分:1
-
多元函数的共轭梯度法求多元函数在无约束情况下的最小值
多元函数的共轭梯度法求多元函数在无约束情况下的最小值-Multi-function conjugate gradient method for unconstrained multi-function in the case of the minimum
- 2022-01-26 07:45:56下载
- 积分:1
-
数据结构艾伦韦斯代码
这些都是那些开始学习数据结构和算法的初学者的示例代码。程序提供一个简单的代码和良好的文档。此包还包含针对一些问题的算法。
- 2022-07-20 16:46:12下载
- 积分:1
-
Pilot Contamination Reduction
应用背景This paper considers the problem of interference mitigation in multi-cell multi-antenna time division duplex (TDD) wireless systems for downlink transmission. An efficient way to obtain channel state information (CSI) at the base station is by using uplink pilots and reciprocity of the downlink channel.
At the same time, it has been shown that pilots from different cells contaminate each other, resulting in corruption of precoding matrices used by base stations, and high inter-cell interference. This paper studies the effects of shifting the location of pilots in time frames used in neighboring cells, and its effectiveness in obtaining better channel estimates, and, thereby, inter-cell
interference reduction.关键技术Wireless cellular network designs with multiple antennas have been adopted by several modern wireless systems, which aim for high throughput as well as high
- 2023-07-07 06:45:03下载
- 积分:1