-
这是一个公有继承类的实例,在基类设置了一个成员函数,在其派生类中使用公有继承,详细见源程序...
这是一个公有继承类的实例,在基类设置了一个成员函数,在其派生类中使用公有继承,详细见源程序-This is a public instance of a class inheritance, in the base class set up a member function using derived class in their public inheritance, in detail see the source code
- 2022-01-24 14:05:15下载
- 积分:1
-
编译原理实验指导,词法分析,语法分析及设计,编译原理课要用...
编译原理实验指导,词法分析,语法分析及设计,编译原理课要用-Compiler Construction Principles experimental guidance, lexical analysis, syntax analysis and design, compiler theory class to use
- 2023-02-17 19:40:03下载
- 积分:1
-
为什么这个网站要弄这么麻烦啊??真是搞不明白,有好东西,就拿出来大家看看嘛。...
为什么这个网站要弄这么麻烦啊??真是搞不明白,有好东西,就拿出来大家看看嘛。-why this site to get too much trouble ah? ? Really do not know, there are good things, we look at Take out ".
- 2022-03-21 05:42:47下载
- 积分:1
-
很有趣的程序,C++写的,运行在DOS模式。
very fun program write c++ ,run on dos mode.-very fun program write c, run on dos mode.
- 2022-03-24 13:09:15下载
- 积分:1
-
占空比可调信号发生器的资源分配表,各个存储器的用途与分配。...
占空比可调信号发生器的资源分配表,各个存储器的用途与分配。-Adjustable duty cycle signal generator of the resource allocation table, the use of various storage and distribution.
- 2022-09-16 12:00:03下载
- 积分: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
-
I Yuntai collection lens control system. KEY code from the book to have out of i...
我收藏的云台镜头控制系统. 从书中把代码KEY了出来 有兴趣不妨用着-I Yuntai collection lens control system. KEY code from the book to have out of interest may wish to use a
- 2023-03-08 15:10:03下载
- 积分:1
-
awd bios文件的修改工具,用vc和vb制作
awd bios文件的修改工具,用vc和vb制作-AWD bios document revision tool and vc production and vb
- 2022-03-24 17:32:57下载
- 积分:1
-
flash game series and is a useful Dongdong, hope to be able to help everyone
flash编的游戏是一个和好用的东东,希望能够帮助大家-flash game series and is a useful Dongdong, hope to be able to help everyone
- 2022-05-27 10:41:29下载
- 积分:1
-
The tutotial7 of TLM
OSCI组织最新lease出来的传输级建模指导实验,对初学者快速认识TLM中的一些基本概念很有用,本实验经作者修改并调试通过。-The tutotial7 of TLM-2.0 which is released from OSCI group currently!
- 2023-03-28 06:35:03下载
- 积分:1