-
C51Music
51单片机的音乐播放例程,驱动蜂鸣器,包含8首音乐的源码,很难得的啊(51 Singlechip music player routines, buzzer driver, including eight music source, it is difficult to get ah)
- 2008-07-11 10:57:11下载
- 积分:1
-
McBSP_AD
6713DSP 多通道音频串口 AD编程(6713DSP multi-channel audio serial port programming AD)
- 2008-04-28 17:09:14下载
- 积分:1
-
FBPtest1
CT拍摄拍摄一周,步进1度,360张投影图像,使用S-L滤波,滤波反投影FBP算法进行二维断面重建(CT filming for a week, step 1 degrees, 360 projection images, using S-L filter, filter back projection FBP algorithm for two-dimensional section reconstruction)
- 2021-01-03 18:38:56下载
- 积分:1
-
modbus
基于MFC 编写的Modbus类,在实际工作中已经稳定使用
- 2022-06-03 20:20:38下载
- 积分:1
-
mangqu
AFD与AFDPF盲区对应的MATLAB程序.(the NDZ of AFD and AFDPF detection method corresponding MATLAB program.)
- 2021-03-27 10:29:12下载
- 积分: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
-
E RWQ E QRE Q
QE E E E E1233 2D萨达
- 2022-05-31 21:52:43下载
- 积分:1
-
command
用boost::shared_ptr实现command模式,并提供MacroCommand来支持复合的command。(command pattern)
- 2013-08-30 22:59:44下载
- 积分:1
-
zhexuejia
哲学家问题,五个任务,吃饭,只有五支筷子不吃饭的时候思考(Allow phonetic typing EnglishSpanishArabicPhilosopher, five tasks, eating, and only five chopsticksDo not eat when thinkingAllow phonetic typing EnglishSpanishArabicPhilosopher, five tasks, eating, and only five chopsticksDo not eat when thinking)
- 2016-05-08 14:31:56下载
- 积分:1
-
AD12864
ad采集及12864显示额程序 基于atmega128(ad 12864)
- 2012-07-25 23:55:10下载
- 积分:1