-
旅行商问题的模拟退火matlab源码程序
旅行商问题的模拟退火matlab源码程序-Traveling salesman problem matlab source of the simulated annealing procedure
- 2022-06-14 01:03:47下载
- 积分:1
-
接口 glcd
图形液晶显示
此项目中使用的图形液晶显示是 128 x 64 像素为单位),它有 64 行和 128 列的地方。电源电压是 5V 匹配的大多数微控制器的电压。JHD12864J 模块使用 8 位数据总线 (DB0 — — DB7)。尽管如此,它是向其他像 T6963C 的液晶显示器系列比较直截了当模块。JHD12864J 是一分为二逻辑控制器 #1 (CS1) 驾驶的显示和控制器 #2 (CS2) 驾驶的右半部分的左半部分。这些两部分映射到的物理显示区域直接。
RS 是等效于针 D/我作为表示在 JHD12864J 数据的工作表。它控制数据或命令行动 (D / 我 = 低 _ 命令 ;D / 我 = 高 _ 数据)。水平像素处理的 Y 地址计数器 (0-63)。命名原则不是我们的公约笛卡尔坐标系 (x y) 在中学学到的一样。Y 地址指示在水平方向上的列位置。为什么只有 64 个像素,但不是 128 像素吗?因为液晶屏逻辑上 spitted 的一半与控制器 #1 (CS1) 驾驶左边一半的显示器和控制器 #2 (CS2) 驾驶的右半部分。我们需要单独处理每个半。
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-05-22 17:39:56下载
- 积分:1
-
massive mimo THP algrorithm
应用背景On the Design of ZF and MMSE Tomlinson-Harashima Precoding in Multiuser MIMO Amplify-and-Forward Relay System,it is main described the mimo system in the multi-user scenario.the main precoding algrithm is combined the zf precoding and the MMSE precoding.关键技术we design a zero-forcing (ZF) Tomlinson-Harashima precoding (THP) and a minimum mean
square error (MMSE) THP for multiuser MIMO relay system with direct link. Based on these precoding structures, we propose the optimal combining weights of the ZF THP and the MMSE THP in half duplex relay system, and the sub-optimal weights of MMSE THP to reduce feedback channel state information(CSI). Through the Monte Carlo simulation, we verify that the optimal weights combining method outperforms the constant weights combining method. In addition, we confirm that the
performance of the sub-optimal weights combining method is&
- 2023-02-25 18:10:03下载
- 积分:1
-
混合高斯背景建模
采用背景差分法,用混合高斯背景建模,检测视频车辆,并显示视频的背景和前景。
- 2023-05-22 16:00:04下载
- 积分:1
-
计算 FPU MASM
你好,
它的代码源计算与 FPU 在 ASM (MASM32)
- 2022-02-06 08:29:27下载
- 积分:1
-
用C# 生成128CODE条形码图片
应用背景扫描枪在扫描货品条码时,虽然可以在电脑上显示出扫描到的数字,但是不能显示条码图片。我们在应用的过程中可能需要将条码一起打印出来显示在一张A4纸上。所以可以利用这个类生成相应的128条形码图片,然后插入到word中,并将相应的条码(包含条码图形)打印出来。这类应用在仓库管理中应用较多,比如要把一个货架上的所有箱码打印显示在A4纸上。然后扫描枪只要扫描这张纸上的条码就可以知道这个货架上有哪些货。关键技术代码的核心是它将128码的码制定义在一张DataTable表中,这个表中记录了每个数字和字母对应的条形码编号,用这些编号来生成条形码。比如你给一串数字,要生成一个条形码时,代码会取出这串数字每个数,然后查询这张表格,记录每个数在表格中对应的位置。这些索引形成一个list,然后根据这个list生成一个bimap,最后保存为图片。
- 2022-12-19 03:25:02下载
- 积分:1
-
Simpleson算法函数,利用子函数设计实现,子函数非常简单,可供参考使用...
Simpleson算法函数,利用子函数设计实现,子函数非常简单,可供参考使用-Simpleson algorithm functions, the use of subroutine design implementation, subroutine is very simple, available for reference use
- 2023-03-31 08:30:04下载
- 积分:1
-
CAD二次开发
caD中相同图形去除,去除重复数据获取不重复数据
- 2022-02-06 18:43:45下载
- 积分:1
-
This is a very practical for integration algorithm, adaptive algorithm is a very...
这是一个很实用的求积分算法,自适应算法是一种很有前途的算法,特为其发展贡献绵薄之力。-This is a very practical for integration algorithm, adaptive algorithm is a very promising algorithm, special small way contribute to its development.
- 2022-07-26 22:31:04下载
- 积分:1
-
直接分解算法
* To factor the n by n matrix A = (A(I,J)) into the product of the* lower triangular matrix L = (L(I,J)) and U = (U(I,J)), that is* A = LU, where the main diagonal of either L or U consists of all ones:** INPUT: dimension n; the entries A(I,J), 1
- 2023-06-21 06:30:04下载
- 积分:1