-
abc
简单易行,很好玩很简单那,我都没费什么功夫(Simple and fun it is very simple)
- 2010-11-24 16:04:20下载
- 积分:1
-
vb_updata
VB 自动升级,让你的程序自动更新。感谢所有支持我的人,谢谢你们,你们辛苦了。(vb updata)
- 2009-10-31 13:10:56下载
- 积分:1
-
多普勒三角测量报告
多普勒三角测量原理,公式等推导,以及原理说明(Doppler triangulation principle, formula and other derivation, and principle explanation)
- 2018-08-29 15:18:32下载
- 积分:1
-
IEEE_14_bus
Model of IEEE_14_bus system using PSCAD software for simulation
- 2021-03-16 12:39:22下载
- 积分:1
-
cheliang
说明: 车辆发动机动力仿真优化,MATLAB的发动机万有特性曲线绘制方法程序(Dynamic simulation optimization of vehicle engine)
- 2019-04-17 17:11:45下载
- 积分: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
-
beam shaping
通过matlab实现对于平面波入射透镜表面进行的物理光学仿真传输过程,最后得到焦面衍射数值计算,并画出图像。(The transmission process of physical optics simulation for plane wave incident lens surface is realized by matlab. Finally, the numerical calculation of focal plane diffraction is obtained and the image is drawn.)
- 2018-11-03 11:24:00下载
- 积分:1
-
There are a variety of icon, cursor, for many people being developed is a good h...
里面有很多种图标,光标,对很多正在进行开发的人无疑是一个好的帮手啊~!-There are a variety of icon, cursor, for many people being developed is a good helper ah ~!
- 2022-01-28 07:02:33下载
- 积分:1
-
SQL速成、 SQL速成、
SQL速成、 SQL速成、 -intensive SQL, SQL intensive, accelerated SQL, SQL inten sive,
- 2022-08-20 10:06:28下载
- 积分:1
-
zendframework20090624141334
zendframework入门指南 中文版(zendframework)
- 2009-06-24 14:16:28下载
- 积分:1