-
LDPC
LDPC Decoder for rate=1/2 Min-Sum, Sum-Product, Scaling Min-Sum Layered Decoding for Matlab Code
- 2021-04-12 21:38:57下载
- 积分:1
-
这是不是103规约文本,想用的时候找不到,空闲时多收集是个好办法, 开发规约的朋友用得着的...
这是不是103规约文本,想用的时候找不到,空闲时多收集是个好办法, 开发规约的朋友用得着的-This is not 103 version of the Statute, to use the time could not find spare time to collect more is a good idea, Development of the Statute of friends worthwhile
- 2023-04-26 00:35:04下载
- 积分:1
-
digital-clock
基于12C5A60S2可移植性应用[红外遥控的数字时钟](Based on the application of infrared remote digital clock in the 12C5A60S2 portability])
- 2012-05-14 19:13:17下载
- 积分:1
-
MY-Project
俄罗斯方块游戏的c++简单实现,参考学习很有价值(Tetris game c++ simple realization, learning valuable reference)
- 2013-09-09 09:51:59下载
- 积分:1
-
自动化过程中用到的运动控制器,编程例子,介绍运动控制函数的使用...
自动化过程中用到的运动控制器,编程例子,介绍运动控制函数的使用-Automation of the process used in the motion controller, programming examples, introduce the use of motion control functions
- 2022-06-26 13:05:40下载
- 积分:1
-
都是经典
都是经典-Are classic
- 2022-06-17 09:05:50下载
- 积分:1
-
VSG
并网逆变器的虚拟同步发电机控制技术的一些资料(Grid-connected inverter virtual synchronous generator control technology of some information)
- 2021-03-08 22:49:28下载
- 积分:1
-
(新版本)FlyMcu STM32程序下载软件串口
说明: ch340串口下载软件,打开解压即可使用(Ch340 serial port download software)
- 2019-05-23 23:09:05下载
- 积分:1
-
VC++透明窗口效果的电子标尺源代码
VC++透明窗口效果的电子标尺源代码
屏幕测量类:
CMeasure : public CWnd测量基类
方法:
//创建透明窗口,做公共初始化
CreateMeasure(虚拟)
//以当前鼠标点为基准输出信息
virtual void CMeasure::ExportInfo(CString str, CDC *pDC, CPoint point)
//消息处理函数
afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
afx_msg void OnLButtonUp(UINT nFlags, CPoint point);
afx_msg void OnMouseMove(UINT nFlags, CPoint point);
//按下左键时绘图,空
virtual void DrawLButtonDown(UINT nFlags, CPoint point);
//移动鼠标时绘图,绘制十字定位线
virtual void DrawMouseMove(UINT nFlags, CPoint point);
属性:
CDC m_dcMem;保存临时背景供恢复用
CWnd* m_pWndParent;父窗口指针
int m_nScreenWidth;屏幕参数
int m_nScreenHeight;
CPen m_Pen;用于绘图的笔
COLORREF m_colorFont; 用于记录绘图时的元素颜色
COLORREF m_colorTag;
COLORREF m_colorLine;
CMeasureLine : public CMeasure测量两点直线的类
方法:
CreateMeasure(虚拟)
virtual void DrawLButtonDown(UINT nFlags, CPoint point);
virtual void DrawMouseMove(UINT nFlags, CPoint point);
属性:
BOOL m_bSecond;是否是已点击一次
- 2022-03-01 01:45:04下载
- 积分:1
-
复调制细化方法(ZFFT)和线性调频Z变换方法(Ch irp-Z变换)
说明: 在细化选带频谱分析中,复调制细化方法(ZFFT)和线性调频Z变换方法(Ch irp-Z变换)是常用的两种方法。对于发生严重干涉现象的密集多频率谐波成分,ZFFT通过增大细化倍数后重采样,把干涉的各频率成分分离后进行校正可获得高精度的信号参数。(In the frequency spectrum analysis of refined band selection, ZFFT and Chirp-Z transform are two commonly used methods. For the dense multi frequency harmonic components with serious interference, ZFFT can obtain high-precision signal parameters by increasing the thinning multiple and resampling, separating the frequency components of interference and correcting them.)
- 2020-06-02 11:41:53下载
- 积分:1