-
拉格朗日插值法
说明: 利用拉格朗日插值法进行数值分析,这是一种新型的方法(Numerical analysis using Lagrange interpolation method)
- 2021-04-08 10:16:01下载
- 积分:1
-
HW1
说明: nakagami-m fading over the channel
- 2020-01-09 13:01:30下载
- 积分: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
-
digital-clock
基于12C5A60S2可移植性应用[红外遥控的数字时钟](Based on the application of infrared remote digital clock in the 12C5A60S2 portability])
- 2012-05-14 19:13:17下载
- 积分:1
-
Experiment_C#
读写器的C#开发程序, 主要开发读写器的读写功能和各个频段下的操作(Reader C# development process, the main development of read-write function and the operation of each frequency band)
- 2017-07-27 20:38:50下载
- 积分:1
-
单色状态-空闲使用模式
点阵屏显示“”空闲“”状态,按下按键显示“”使用“。”点阵屏显示空闲状态(Dot matrix display "idle" state, press button to display "use". Display idle state on a dot matrix screen)
- 2018-04-03 00:51:37下载
- 积分:1
-
ARM
一款ARM-JTAG.rar PCB文件-ARM-PCB document JTAG.rar
- 2023-02-08 17:55:04下载
- 积分:1
-
ASP
asp-net项目开发实例-asp-net project development Example
- 2022-05-15 16:42:40下载
- 积分:1
-
Conversor DB
Converter mdb/fdb acess/firebird.
- 2018-06-07 06:26:35下载
- 积分:1
-
数值方法求解常微分方程
说明: 数值方法求解常微分方程的实验例题,由matlab语言实现(Numerical method to solve experimental examples of ordinary differential equations, realized by matlab language)
- 2020-11-07 18:38:07下载
- 积分:1