-
fiber-laser
fiber-laser.m为光纤激光器中的功率分布;laser18.m为fiber-laser.m中的调用函数,描述了具体的参数(fiber-laser.m for fiber lasers in the power distribution laser18.m for fiber-laser.m the call function, describes the specific parameters)
- 2008-08-10 20:47:06下载
- 积分:1
-
ieee33
MATLABsimulink IEEE33节点模型(MATLABsimulink IEEE33)
- 2020-10-14 11:47:31下载
- 积分:1
-
二重积分 Guass―L高精度求积计算,精度高,速度快
二重积分 Guass―L高精度求积计算,精度高,速度快-double integral Guass-L for the calculation of high-precision, high accuracy and speed
- 2022-02-06 05:58:55下载
- 积分:1
-
1_262_NCU090818
Nice Program to achieve your goals 1
- 2019-05-11 17:28:40下载
- 积分:1
-
人机对弈,互取火柴。取最后一根者输。每次至少取一根,最多取4跟。如果人先取则人必输。如果机先取,则机器等待人出错。否则人胜。...
人机对弈,互取火柴。取最后一根者输。每次至少取一根,最多取4跟。如果人先取则人必输。如果机先取,则机器等待人出错。否则人胜。-Human-computer game, and take matches. The last one loses. Check at least one of each, with up to 4 check. If the person is who will get lost. If the machine to check, then wait for others to machine error. Otherwise, people win.
- 2022-02-07 14:11:00下载
- 积分:1
-
登陆界面,人员管理,合同管理,项目子系统管理,缴费管理。...
登陆界面,人员管理,合同管理,项目子系统管理,缴费管理。-Landing Interface, personnel management, contract management, project sub-systems management, payment management.
- 2022-03-07 03:08:00下载
- 积分:1
-
DS18B20
温度传感器ds18b20的stm32程序例子 (The temperature sensor ds18b20 stm32 program examples)
- 2011-07-19 14:19:19下载
- 积分:1
-
VSC-MTDC PSCAD
说明: 基于PSCAD的多端直流输电系统的仿真模型(Simulation model of multi-terminal HVDC transmission system based on PSCAD)
- 2019-05-13 18:46:17下载
- 积分:1
-
140NOE77101 For Non Unity Users V6.4
说明: mips 固件,开发源文件,用于逆向开发,逆向二进制符号执行(MIPS firmware, developing source files for reverse development, reverse binary symbol execution)
- 2020-06-20 00:00:02下载
- 积分: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