-
FFT实例
说明: 本人收集了网络上有关的Matlab中傅里叶转换,经过实测能用(I collected the network about Matlab Fourier transform, after the test can be used)
- 2020-06-19 15:00:01下载
- 积分:1
-
VC++ 6.0简单屏幕画笔源代码
VC++ 6.0简单屏幕画笔源代码 ,可以让用户直接在屏幕的任意地方写字,仿画图的功能,不过这个不是在指定的画图窗口中才能画出图形,而是打开后,在屏幕的任意地方都可以。而且还可以设置画笔的颜色,有四种颜色可选,还可设置画笔粗细等功能。以下请看画笔的设置部分代码:
void CMyWnd::OnRed()//选中绿色
{
ColorX=255;
ColorY=0;
ColorZ=0;
}
void CMyWnd::OnYellow()//选中黄色
{
ColorX=255;
ColorY=255;
ColorZ=0;
}
void CMyWnd::OnGreen() //选中绿色
{
ColorX=0;
ColorY=255;
ColorZ=0;
}
void CMyWnd::OnBlue() //选中蓝色
{
ColorX=0;
ColorY=0;
ColorZ=255;
}
void CMyWnd::OnAdd() //增加画笔大小
{
ADxy+=1;
}
void CMyWnd::OnDec() //增加画笔大小
{
if (ADxy!=1)
ADxy-=1;
}
void CMyWnd::OnAbout() //增加画笔大小
{
//AfxMessageBox("你好");
//显示关于对话框
CLjxDlg dlg;
int xxx=dlg.DoModal();
}
- 2022-11-18 14:20:03下载
- 积分:1
-
mcgs
昆仑通泰的开发平台软件,mcgs的详细说明和步骤(mcgs program platwork)
- 2015-01-22 09:46:08下载
- 积分:1
-
Alarm clock with PIC microcontroller
Alarm clock with PIC microcontroller
- 2022-03-17 23:11:45下载
- 积分:1
-
killing games FOSS break others, I hope you have more points used. It is hoped t...
杀人游戏源码 破别人的,希望多大家还有点用。目的是希望能开发出更好的杀人游戏软件,且能免费。-killing games FOSS break others, I hope you have more points used. It is hoped that has developed better homicide game software, but also free.
- 2023-02-21 07:35:04下载
- 积分:1
-
用四阶龙格-库塔法解求解微分方程初值问题
典型的数值分析程序,用四阶龙格-库塔法求解微分方程初值问题(typical numerical analysis procedures, with four bands Runge- Kutta method to solve initial value problems)
- 2005-08-04 18:16:41下载
- 积分:1
-
3D with rotation
说明: 三维下料问题的应用。。。。。。。。。。。。。。。(Three-dimensional packing)
- 2020-06-16 00:00:07下载
- 积分:1
-
界面漂亮的JSP聊天室程序
界面漂亮的JSP聊天室程序,使用了基于jQuery实现的AJAX技术,运行前需要配置好JSP服务器,功能并不多,只实现了无刷新发送消息功能,帮助JSP新手更好的理解AJAX的使用。
- 2022-01-22 12:34:25下载
- 积分:1
-
这是一个测量频率得程序文档,测量精度高,可测范围宽
这是一个测量频率得程序文档,测量精度高,可测范围宽-This is a measurement of the frequency of a program documentation, measurement and high precision, enable the detection range
- 2022-01-25 23:29:48下载
- 积分:1
-
AutoCAD画的三维文件,很不错哦,可以下载后自己参照
AutoCAD画的三维文件,很不错哦,可以下载后自己参照-Three-dimensional AutoCAD drawing files, oh well, you can download their own reference
- 2023-03-05 06:20:03下载
- 积分:1