-
VCUModel
纯电动汽车整车控制策略的程序,状态切换,形式控制(basic programm of EV vehicle control strategy.)
- 2018-05-13 17:39:41下载
- 积分:1
-
AT91SAM7S256开发板基础demo,已验证
AT91SAM7S256开发板基础demo,已验证-AT91SAM7S256 development board based on demo, verified
- 2022-08-15 22:38:14下载
- 积分:1
-
function viewer function Viewer
函数查看器 -function viewer function Viewer
- 2023-03-17 08:25:04下载
- 积分:1
-
网络视频电话系统
一个简单的网络视频电话系统,仅供学习交流(A simple network video telephone system for learning communication)
- 2018-01-18 10:02:07下载
- 积分:1
-
that is an example for pluse width modulati on and that programe is written by c
这是一个脉冲宽度调制的例子,程序是用c语言编写的
- 2023-01-14 16:05:03下载
- 积分:1
-
VB实现的AE基础功能(地图浏览、放大、缩小、漫游等基本功能)...
VB实现的AE基础功能(地图浏览、放大、缩小、漫游等基本功能)-VB implementation of the basic functions of AE (map browsing, zooming and narrow, roaming and other basic functions)
- 2022-03-18 06:10:16下载
- 积分: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
-
hai_myphamvn
说明: website php for b2b, you can see everything goods
- 2019-03-21 21:01:30下载
- 积分:1
-
采用vc对pro/engineer 进行二次开发时,vc环境的设置示例.
采用vc对pro/engineer 进行二次开发时,vc环境的设置示例.-Using vc on pro/engineer to carry out when the second development, vc sample the environment settings.
- 2022-10-28 21:15:03下载
- 积分:1
-
智能温控器
说明: 利用温度变送器模拟量输入,控制电动阀的开度,从而调节水泵流量。(Using the analog input of temperature transmitter, the opening of the electric valve is controlled to regulate the flow rate of the pump)
- 2020-06-23 16:00:02下载
- 积分:1