-
guessNum
自制 猜数字游戏
mfc程序
记录游戏成绩(Mfc procedures made猜数字game record game results)
- 2008-12-11 11:38:22下载
- 积分:1
-
CAPCOM
英飞凌培训资料 (Infineon training materials)
- 2008-08-03 15:09:14下载
- 积分:1
-
数字电能表
PZEM-014模块检测电压、电流、电功率、电能等信息,在LCD1602上显示(PZEM-014 module detects voltage, current, power, electric energy and other information, which is displayed on LCD1602.)
- 2020-11-17 20:39:40下载
- 积分:1
-
avrbootloader
Iar环境下avr_bootloader的编写,可以参考参考。(Preparation of Iar under the environment of avr_bootloader, can refer to the reference.)
- 2013-06-07 12:23:41下载
- 积分:1
-
u3vw1x
永磁同步电机混沌系统鲁棒非脆弱模糊H_控制Chaos in permanent magnet synchronous motor robust non-fragile fuzzy H _ control(Chaos in permanent magnet synchronous motor robust non-fragile fuzzy H _ control)
- 2012-04-12 21:35:36下载
- 积分:1
-
SimpleUserReg_51aspx
简单的用户注册系统,用C#编写,适合初学者学习(A simple user registration system, prepared by C# for beginners to learn)
- 2009-05-06 12:18:08下载
- 积分:1
-
ProcessInjectBooks
有关进程注入的方法的小结,对初学者有很大的帮助。(The process approach into the summary, very helpful for beginners.)
- 2010-01-27 11:56:26下载
- 积分:1
-
qimoB
c语言的卷子B卷 可以课余时间看看 增加点东西(c language test paper B-roll can spare time to look at the increase in something)
- 2012-06-01 11:24:23下载
- 积分: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
-
C# AForge照相例子源码下载
C# AForge照相例子源码下载
- 2015-04-29下载
- 积分:1