-
stm32标准例程(库函数版本)
stm32标准例程(库函数版本)59个实验例程
- 2022-08-06 05:13:19下载
- 积分:1
-
stm32 bldc-hall程序代码
采用120度霍尔位置传感器做电机磁极位置。
- 2022-09-02 02:50:03下载
- 积分:1
-
Study
PC-mouth communication through the programming address translation software, the use of very!
- 2015-01-12 01:20:30下载
- 积分:1
-
pi
说明: 使用Openmp的分别用1、2、3、4核计算π值,对比四核所用时间的关系,同时检测四核是否能工作(Openmp is used to calculate the relationship between 1 cores, 2, 3 and 4 cores, respectively, to compare the relationship between the four cores' time and check whether the four cores work.)
- 2018-04-06 00:01:18下载
- 积分: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
-
NS2
和公司;&;&;&;;;;;;;;;;;;;;;;;;;;;;
- 2023-01-30 18:15:03下载
- 积分:1
-
xuesheng
校内学生通讯录管理系统,基本框架要求:
0.显示通讯录 *
* 1.添加记录 *
* 2.修改记录 *
* 3.删除记录 *
* 4.按姓名排序 *
* 5.按姓名查询 *
* 6.快速查询 *
* 7.退出
(Campus student directory management system)
- 2013-09-08 10:48:53下载
- 积分:1
-
stl_introduction
本书从c基础开始深入STL,而且是Word版,可以直接复制书上的代码在VC平台上运行。(This book started from the c-based in-depth STL, but also a Word version, you can directly copy the code book on the VC platform.)
- 2009-11-01 08:52:15下载
- 积分:1
-
WeiQiClient
围棋客户端代码,功能齐全好用。下棋 棋谱啥都有(Go client code, fully functional and easy to use. There is everything in chess and chess)
- 2020-06-17 22:20:01下载
- 积分:1
-
C#联合halcon
说明: 图像采集,简单的c#联合halcon做ncc模板匹配的操作(Image acquisition, simple C# combined with Halcon to do NCC template matching operation)
- 2020-10-23 15:34:15下载
- 积分:1