-
压缩感知OMP算法
这是关于压缩感知的OMP算法,代码不仅包含OMP算法,还包括测量数M与重构成功概率的关系和稀疏度K与重构成功率的关系。
- 2022-05-09 05:13:40下载
- 积分:1
-
使用解码图像从数组,我们可以做很多想想它的
#include < iostream.h >
#include < stdio.h >
#include < string.h >
结构点头
{
名称 char [10] ;
int 的时间 ;
int 等 ;
} 节点 [10],x;
int n,m ;
双 av,w = 0 ;
void sort)
{
int i、 j ;
为 (我 = 0 ; 我 < n-1 ; + + 我)
为 (j = i + 1; j < n; + + j)
{
如果 (节点 [i] 时间 > node[j].time)
{
x = 节点 [i] ;
节点 [i] = 节点 [j] ;
节点 [j] = x;
}
}
}
void read)
{
int i;
cout n;
为 (我 = 0 ; 我 < n; + + 我)
{
cout 节点 [i].name ;
cout 时间节点 [i] ;
}
}
void print)
{
int i;
cout
- 2023-03-08 09:10:03下载
- 积分:1
-
交通灯控制电路 一、 设计任务与要求 1.设计一个十字路口的交通灯控制电路,要求甲车道和乙车道两条交叉道路上的车辆交替 运行,每次通行时间都设为25秒; 2.要...
交通灯控制电路 一、 设计任务与要求 1.设计一个十字路口的交通灯控制电路,要求甲车道和乙车道两条交叉道路上的车辆交替 运行,每次通行时间都设为25秒; 2.要求黄灯先亮5秒,才能变换运行车道; 3.黄灯亮时,要求每秒钟闪亮一次 。 二、实验预习要求 1.复习数字系统设计基础。 2.复习多路数据选择器、二进制同步计数器的工作原理。 3.根据交通灯控制系统框图,画出完整的电路图。-a control circuit design tasks and requirements 1. Design a crossroads of traffic lights control circuit, and requested a B lane cross-road of two lanes of traffic on the turn of operation, each time prevailing Set 25 seconds; 2. Asked yellow first-five seconds, can transform running lanes; 3. Bright yellow light, flashing a request per second. Two experimental rehearsal requirements 1. Review of digital systems design basis. 2. Review of Multiple Choice of data, binary synchronous counter to the principle. 3. According to the traffic light control system block diagram to depict the integrity of the circuit.
- 2022-04-14 23:27:03下载
- 积分:1
-
开源的hips:hipsWehnTrust
开源的hips:hipsWehnTrust-1.2.zip-Open Source hips: hipsWehnTrust-1.2.zip
- 2022-02-07 11:37:17下载
- 积分:1
-
图书管理系统
基于QT5.01的图书管理系统,单界面加数据库,能实现多功能,本人仅希望感兴趣的人参考,有好的建议可以联系我,我们可以共同进步。
- 2023-04-12 18:30:04下载
- 积分:1
-
一个非常小巧的闹钟,目的是为了实现托盘的各种技巧实现!...
一个非常小巧的闹钟,目的是为了实现托盘的各种技巧实现!-a very small alarm clocks, in order to achieve a tray of different techniques to achieve!
- 2022-08-12 21:31:27下载
- 积分:1
-
comboc: 桌面用户widmaier赛能ex4 debug Win32组合框
C: UsersWidmaier SANONDesktopcomboboxEX4Win32Debug
- 2022-01-25 21:19:46下载
- 积分:1
-
获取鼠标在任意点上的位置
获取鼠标在任意点上的位置-access to any point in the mouse position on the
- 2022-05-20 03:31:17下载
- 积分:1
-
WINDOW API 编程 控件的创建和遍历硬盘目录
API 编程 控件的创建和遍历硬盘目录,对于学习 WINDOWS 编程的同学很有帮助
- 2022-07-25 12:53:24下载
- 积分:1
-
教科书的例子,源码for the examples from Fintan culwin S Textbook是……
Textbook examples, source code for the examples from Fintan Culwin s textbook Java: an Object First Approach, which is also on this CD.
- 2023-07-27 10:10:03下载
- 积分:1