-
ht
说明: C#画图,画线,画圆,橡皮擦
C#画图,画线,画圆,橡皮擦(C#画图)
- 2010-04-30 14:46:29下载
- 积分:1
-
Source
卫星轨道书中附带的C++程序,很好地一本书,对于卫星设计很重要(The book comes with a satellite orbit C++ program, a good book, it is important for the satellite design)
- 2014-01-10 10:54:02下载
- 积分: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
-
json_spirit_v4[1][1].00
json解析器,对json格式的进行解析,windows VC编译(json parser for json format parsing, windows VC compiler)
- 2009-09-23 22:53:25下载
- 积分:1
-
c++扫雷游戏
window扫雷游戏,检测周围6个格子所包含地雷的数目,附带延时新功能,visual-studio,C++,香港理工大学电子工程编程课mini-project
- 2022-01-25 21:59:28下载
- 积分:1
-
C基金会
创建循环、函数。使用数组和字符串。单链表。
- 2023-01-01 10:15:04下载
- 积分:1
-
qampsk
QAM PSK 信号的调制星座图代码,实现调制信号的星座图显示和比较(the code of QAM&PSK Signal modulation constellation diagram )
- 2013-12-09 16:39:55下载
- 积分:1
-
基于单片机得PID控制器
本文叙述了现在几种成熟的PID控制算法,对PID控制器的设计进行了研究,包括对控制器的硬件选型和软件设计,对合适的硬件给予详细的介绍,对程序的运行给出详细的程序流程图。
功能PID控制器的核心选用了ATMEL公司的AT89C51单片机,通过合适的外接硬件来完成模拟数据量的采集处理,数据的模数数模转换,液晶显示,按键输入等。(This paper describes several mature PID control algorithms, and studies the design of PID controller, including the hardware selection and software design of the controller, the detailed introduction of the appropriate hardware, and the detailed program flow chart for the operation of the program.
The core of the functional PID controller is ATMEL MCU AT89C51, which completes the collection and processing of analog data, data analog to digital conversion, LCD display and keypad input through the appropriate external hardware.)
- 2018-01-12 12:30:00下载
- 积分:1
-
PJSIP2.7
1:PISIP源码,适合进行windows端SIP软电话开发2:非常适合入门人员开发和学习3:使用MFC进行开发,4:编译环境版本为VS2012
- 2022-11-10 17:35:04下载
- 积分:1
-
遗传算法解H病态方程组实验报告
遗传算法解H病态方程组(Genetic Algorithm for CSM Group H)
- 2004-11-28 01:09:39下载
- 积分:1