-
嵌入式课程设计报告-基于web的嵌入式远程监控系统
嵌入式课程设计报告-基于web的嵌入式远程监控系统(Embedded curriculum design report - Embedded Remote Monitoring System Based on Web)
- 2020-12-20 18:09:08下载
- 积分:1
-
MSP430f149pwm
180度舵机和360度舵机控制:
0.5ms-2.5ms
1ms-2ms(180 degree steering gear and 360 degree steering gear control:
0.5ms-2.5ms
1ms-2ms)
- 2021-03-08 16:09:28下载
- 积分:1
-
Fscrn
VC MFC全屏显示切换示例,精选学习源码,很好的参考资料。(VC MFC full screen display switching example, select learning source code, a good reference.)
- 2013-12-25 10:26:24下载
- 积分:1
-
算法导论第三版答案(英文)
算法导论第三版部分答案,全英文,觉得好请点赞(Introduction to Algorithms Part 3 of the answer, all in English, feel good, please comment.)
- 2020-06-23 23:40:01下载
- 积分:1
-
STC12C5202AD
STC12C5202AD,STC参考源码,无线遥控收发,中断触发(STC12C5202AD,STC softcore)
- 2010-01-20 12:26:23下载
- 积分:1
-
ippiman
图像处理的IPP库使用手册,包括每个函数的使用说明,以及参数的意义。(IPP library of image processing using the manual, including instructions for each function, as well as the significance of the parameters.)
- 2013-01-10 20:23:06下载
- 积分:1
-
01
说明: matlab教程,希望大家一起来学习,我看多好几遍了,非常不错。(matlab tutorial I hope everyone will work together to learn, I can see how good a few times, and very good.)
- 2009-10-12 09:38:48下载
- 积分:1
-
CorePlotExample
Sample application to show the use of a new open source framework for making graphs called Core Plot
- 2010-08-25 19:21:44下载
- 积分:1
-
x264-snapshot-20091006-2245.tar.bz2
x264-snapshot-20091006-2245.tar.bz2 能在vs2010直接编译成功的代码,我试过(x264-snapshot-20091006-2245.tar.bz2)
- 2017-09-08 16:44:59下载
- 积分:1
-
中点算法 DDA算法 bresenham算法
中点算法
#include "graphics.h"
Void Midpointline (int x1,int y1,int x2,int y2,int color)
{
int a,b,d1,d2,d,x,y;
a= y1-y2;b=x2-x1;d=a+a+b;
d1= a=a;d2= a+a+b+b;
x=x1;y=y1;
putpixel(x,y,color);
while (x
- 2022-08-12 19:19:01下载
- 积分:1