-
83390068Phydyas2
说明: PHYDAYS项目组研究成果,包括滤波器的设计,fbmc的系统的快速实现等(PHYDAYS Research results, including filter design, fast implementation of fbmc system, etc.)
- 2019-03-21 10:38:23下载
- 积分:1
-
VC++ 6.0绘制曲线正弦波
VC++ 6.0 绘制曲线正弦波,一种比较有规律的曲线,源代码也是相当简单的好种。
//建立画笔
CPen cpen,pen;
pen.CreatePen(PS_SOLID,4,RGB(0,0,0));
cpen.CreatePen(PS_SOLID,2,RGB(0,0,255));
pDC->SelectObject(&cpen);
//指定原点
pDC->SetViewportOrg(100,245);
pDC->SetTextColor(RGB(255,0,0));
//绘制横坐标
CString sPIText[]={"-1/2π","","1/2π","π","3/2π","2π","5/2π","3π","7/2π","4π","9/2π","5π"};
for(int n=-1,nTmp=0;nTmpLineTo(60*n,0);
pDC->LineTo(60*n,-5);
pDC->MoveTo(60*n,0);
pDC->TextOut(60*n-sPIText[n+1].GetLength()*3,16,sPIText[n+1]);
}
double y,radian;
pDC->SelectObject(&pen);
for(int x=-60;xMoveTo((int)x,(int)y);
pDC->LineTo((int)x,(int)y);
}
- 2022-01-21 22:47:43下载
- 积分:1
-
新建压缩文件
说明: (1)设计一个“简易计算器”,主要实现判断输入的表达式是否合法将中缀表达式转换成二叉表达式树。后序遍历求出表达式的值。能判断输入的表达式是否合法。
(2)用链式存储存储信息,求值时可以采用递归的思想,对表达式进行后序遍历。
(3)将操作结果保存到外部文件。((1) Design a "simple calculator" to judge whether the input expression is legitimate or not and convert infix expression into binary expression tree. The value of the expression is obtained by post-order traversal. Can judge whether the input expression is legitimate. (2) Store information in chain mode. When evaluating the value, we can use the idea of recursion to carry out post-order traversal of the expression. (3) To save the operation results to external files.)
- 2019-06-20 13:12:41下载
- 积分:1
-
Fundamental-of-Power-Electronics
Fundamental of Power Electronics,Robert W. Erickson. 有目录,文字版,图片为扫描的.(Fundamental of Power Electronics,Robert W. Erickson, Second ed)
- 2016-09-27 19:44:21下载
- 积分:1
-
1_BLDC电机控制算法
说明: 详细介绍了BLDC的六步控制算法以及矢量控制算法的实现方式。(The control algorithm of BLDC is introduced)
- 2019-01-07 09:58:48下载
- 积分:1
-
一款非常实用的串口测试软件,可以用于测试设备的串口是否正常...
一款非常实用的串口测试软件,可以用于测试设备的串口是否正常-A very practical test software serial port can be used to test equipment and whether it is normal serial
- 2023-04-26 01:10:02下载
- 积分:1
-
K近邻互信息计算程序
matlab用于计算K近邻互信息量程序,多变量相关性(K nearest neighbor mutual information computing program)
- 2020-11-17 19:29:40下载
- 积分:1
-
ElevatorSimulator
一个电梯模拟程序。
该程序模拟两个电梯的运作情况。(程序会随机生成电梯选择任务以及超重提示)(An elevator simulation program. The program simulated the operation of the two elevators. (Procedures are randomly generated elevator prompted to choose the task, as well as overweight))
- 2021-04-26 20:28:45下载
- 积分:1
-
这是一个词法分析器源码,希望大家共同交流!
这是一个词法分析器的源程序,希望大家共同交流!-This is a lexical analyzer source, we hope that common exchange!
- 2023-04-13 07:10:02下载
- 积分:1
-
Whook 7.587-83
说明: whook, nao posso escrever mais porque nao entendo chines e os campso vao ficar assim mesmo ta bom, entao ta, valeu falou vou fumar, olha ali o superman, no ceu tem pao e morreu.
- 2020-06-23 15:20:01下载
- 积分:1