-
parallel studio xe 2018许可文件
【实例简介】parallel studio xe 2018许可文件
- 2021-08-08 00:30:57下载
- 积分:1
-
CERas
help for C# connection
- 2010-03-09 19:41:30下载
- 积分:1
-
用STC驱动频谱点阵
用单片机驱动68X32点阵屏,采用傅里叶变换来显示音频的高低,同时可以显示时间和日期。
- 2023-04-02 09:35:04下载
- 积分:1
-
C#经典案例与解析附书源码,本人费了好大功夫才找到的,好东西一起分享...
C#经典案例与解析附书源码,本人费了好大功夫才找到的,好东西一起分享-C# classic cases and analytic A source book, I spent a lot of effort to find and share good things
- 2022-03-18 03:27:25下载
- 积分:1
-
buscard
公交刷卡系统项目源代码压缩文件夹,有需要的可以去看看(Bus card system project source code archive folder, there is need to go and see)
- 2013-09-02 23:26:58下载
- 积分:1
-
采集软件源码
采集软件源码
- 2013-12-08下载
- 积分:1
-
设置文件的访问权限,您可以随意设置文件的删除修改功能
设置文件的访问权限,您可以随意设置文件的删除修改功能-document access permissions, you can randomly delete the configuration file change the functional
- 2022-02-12 08:41:53下载
- 积分:1
-
开源的FreeOSEK
符合Autosar标准的OSEK源码,适配s12x,win,arm7,arm9,posix,带makefile,examples,代码完整,是学习的好材料。
- 2022-12-05 18:00:08下载
- 积分:1
-
MFC下实现图形学之立方体平移、比例、旋转、投影变换算法 代码
/绘制坐标系以及初始立方体
//*********************************
void CTransGraphicsView::OnDraw(CDC* pDC)
{
CTransGraphicsDoc* pDoc = GetDocument();
ASSERT_VALID(pDoc);
HBRUSH hbrush;
CPen pen;
HPEN hPen;
// TODO: add draw code for native data here
pen.CreatePen(PS_SOLID,3,RGB(255,0,0));
hPen=(HPEN)pDC->SelectObject(pen);
pDC->SetViewportOrg(cxClient/2,cyClient/2);
pDC->MoveTo(-cxClient/2,0);
pDC->LineTo(cxClient/2,0);
pDC->MoveTo(0,-cyClient/2);
pDC->LineTo(0,cyClient/2);
pen.DeleteObject();
pDC->SelectObject(hPen);
this->ShadowTrans(-45);
for(int i=0;i
- 2022-01-26 02:03:54下载
- 积分:1
-
Qt编写的104客户端程序
This software implements an IEC 60870-5-104 protocol tester.
IEC 60870-5-104 is a commonly used protocol for data acquisition and control of power substations.
- 2022-01-27 19:20:14下载
- 积分:1