-
SVGigE SDK Reference
说明: SVS相机二次开发接口说明文档,有利于开发SVS相机,获取图像(SVS Camera Development Interface)
- 2018-12-29 08:52:53下载
- 积分:1
-
摄像头直立V1.4
摄像头两轮原理图pcb完整版大小结构都十分精确适合飞思卡尔竞赛(The size and structure of the complete PCB version of the two rounds of the camera schematic are very precise and suitable for Freescale competition)
- 2020-06-19 04:40:01下载
- 积分:1
-
触摸屏
void gui_fill_circle(u16 x0,u16 y0,u16 r,u16 color)
{
u32 i;
u32 imax = ((u32)r*707)/1000+1;
u32 sqmax = (u32)r*(u32)r+(u32)r/2;
u32 x=r;
gui_draw_hline(x0-r,y0,2*r,color);
for (i=1;isqmax)// draw lines from outside
{
if (x>imax)
{
gui_draw_hline (x0-i+1,y0+x,2*(i-1),color);
gui_draw_hline (x0-i+1,y0-x,2*(i-1),color);
}
x--;
}
// draw lines from inside (center)
gui_draw_hline(x0-x,y0+i,2*x,color);
gui_draw_hline(x0-x,y0-i,2*x,color);
}
}
//两个数之差的绝对值
//x1,x2:需取差值的两个数
//返回值:|x1-x2|
u16 my_abs(u16 x1,u16 x2)
{
if(x1>x2)return x1-x2;
else return x2-x1;
}
//画一条粗线
//(x1,y1),(x2,y2):线条的起始坐标
//size:线条的粗细程度
//color:线条的颜色
void lcd_draw
- 2022-08-08 02:20:29下载
- 积分:1
-
This is a three
这是一个关于信息三层提示的程序这是一个关于客户关系管理的应用程序-This is a three-tier information on the procedures suggest it is on a customer relationship management application
- 2022-08-09 19:53:19下载
- 积分:1
-
串口实现双机互联
一个简单的串口实现双机互联,,比较实用,有兴趣可以(a simple dual-serial connectivity, and more practical, interested can s)
- 2005-05-19 16:57:35下载
- 积分:1
-
at24c02-eeprom-iic
单片机对eerom的使用驱动 含注释(The microcontroller use on eerom, drive containing annotations)
- 2012-06-09 16:12:35下载
- 积分:1
-
book
图书管理系统 满足小型图书管理借阅 增加读者删除读者(Library management)
- 2014-01-03 17:00:44下载
- 积分:1
-
logtest
一个简单的mfc密码登陆程序,适合刚刚接触mfc的初学者(An easy login programe of mfc. The freshman of mfc will like it.)
- 2012-02-28 19:37:41下载
- 积分:1
-
UART_GUI
RS232通訊用GUI,可偵測PC上的所有Port供使用者選擇,並提供9600、115200兩個baud rate供使用者選擇(如需其他baud rate可自行於code內添加),提供RX、TX接收傳送功能,下方接收欄可接收第一個0x0A指令之前所有資料,右方接收欄則接收剩餘所有資料。(RS232 communication with the GUI, can be detected on all Port PC for users to choose and provide 9600,115200 two user selectable baud rate (for other baud rate can add their own in the code), to provide RX, TX reception transmission function, the receiver can receive all the information bar below before the first 0x0A command bar on the right to receive all the information you receive surplus.)
- 2014-12-22 17:51:39下载
- 积分:1
-
PIC18F4550-to-MRF24J40MA
PIC18F4550 to MRF24J40MA
- 2012-06-01 05:19:47下载
- 积分:1