-
AD9851.h
MSP430之(1)DSP ADC9851针对MSP430的程序(已调试成功)(The MSP430 (1) DSP ADC 9851 for MSP430 programs (debugging has been successful))
- 2016-09-19 13:32:55下载
- 积分: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
-
stm32ruanjian-chuankouv1.0
stm32软件模拟串口,普通io模拟串口使用.软件串口,代码经过验证,在高波特率下非常稳定.(stm32 simulation software serial, common io analog serial software serial, code proven very stable at high baud rate.)
- 2021-01-28 17:18:40下载
- 积分:1
-
lightspeed
matlab stuff very fast
- 2009-11-01 09:12:22下载
- 积分:1
-
Peripheral_Examples
keil demo stm32 discovery
keil demo stm32 discovery
keil demo stm32 discovery
keil demo stm32 discovery
- 2013-12-16 06:48:47下载
- 积分:1
-
串口调试,串口设备模拟 Modbus Tools
串口调试,串口设备模拟,支持32/64位系统。(Serial debugging, serial device simulation)
- 2020-06-20 08:00:01下载
- 积分:1
-
4、液晶显示器
说明: 这是基于开发板LPC1114的源码程序,是用C语言编写,关于液晶显示屏的配置和实现同时它也是一个完整的模板,可以在此基础上添加其他程序用于开发板的学习,是一个完整的模板,可直接使用。(This is based on the development board LPC1114 source code program, is written in C language, on the LCD display configuration and implementation at the same time it is a complete template, you can add other programs on this basis for the development board learning, is a complete template, can be used directly.)
- 2020-06-22 17:40:02下载
- 积分:1
-
matlab-serialization-master
Matlab object serialization functions built with undocumented mex functions
`mxSerialize` and `mxDeserialize`. The function can convert any ordinary matlab
variable into uint8 array. These functions are unsupported and may change at
any time without notice in the future Matlab release.
- 2013-09-28 06:41:22下载
- 积分:1
-
AutoUpdate自动更新、解压缩实例
系统结构服务端自动更新服务:这个是部署到web服务器的,如果有新的版本,只要放到自动更新服务App_DataUpdate目录下,即可【注意:每次更新版本时,需要更新软件的版本号,即解决方案的AssemblyInfo.cs文件,类似如下内容[assembly: AssemblyVersion("1.0.0.1")][assembly: AssemblyFileVersion("1.0.0.1")]更新版本时换这个内容】客户端MyApp:每次启动时需要检测版本【引用“自动更新服务”】,有新版本时进行解压和更新具体的内容参考详细的代码。
- 2021-04-12 13:58:57下载
- 积分:1
-
PC遥控器制作大全
PC遥控器制作大全(PC remote control production Daquan)
- 2004-10-12 11:03:33下载
- 积分:1