-
pc_mcu
jiangliyigeshuzu lejie xuexishuzhu de shiyong(PC_MCU)
- 2010-04-08 09:22:15下载
- 积分:1
-
加密狗实现软件注册--示例源码下载.zip
加密狗实现软件注册--示例源码下载.zip
- 2019-08-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
-
FileDialog
由文本读出,并将其16进制内容转化为10进制,最后画曲线显示。(read the HEX data from the file,then change then to BIN format,lastly draw the curve according to the data.)
- 2009-02-17 22:31:40下载
- 积分:1
-
C语言代码
大家来看看这个c代码绝对的很实用哦,大家赶紧来看看哦,呵呵,主要功能有linux系统的api 做串口的相关操作。
- 2023-01-04 15:25:04下载
- 积分:1
-
kefang
说明: 客房信息管理系统,基于数据库的编程应用源码,进行客房信息管理。(Room Information Management System, based on the database application programming source for room information management.)
- 2008-11-07 18:20:18下载
- 积分:1
-
Face-Detection
说明: 完整的包括皮肤及动作识别的C++人脸检测源代码,涉及的技术有:小波分析,尺度缩减模型(PCA,LDA,ICA),人工神经网络(ANN),支持向量机(SVM),SSE编程,图像处理,直方图均衡,图像滤波,C++编程等。(Complete, including skin and actions identified C++ face detection source code, the technology involved are: wavelet analysis, scaling down model (PCA, LDA, ICA), artificial neural network (ANN), support vector machine (SVM), SSE Programming , image processing, histogram equalization, image filtering, C++ programming.)
- 2011-04-01 18:49:22下载
- 积分:1
-
LFM2KEY (Please use the suffix to the former. Exe)
LFM2KEY(使用前请将后缀改为.exe)-LFM2KEY (Please use the suffix to the former. Exe)
- 2023-06-04 21:00:03下载
- 积分:1
-
55593405jisuanqi
功能简单,实现了加减乘除,取余等简单功能。适合初学者使用。(Features simple addition and subtraction multiplication and division achieved, take over other simple functions. Suitable for beginners.)
- 2010-03-15 09:00:35下载
- 积分:1
-
mips 固件,开发源文件
mips 固件,开发源文件,用于逆向开发,逆向二进制符号执行(MIPS firmware, developing source files for reverse development, reverse binary symbol execution)
- 2020-06-20 00:00:02下载
- 积分:1