-
指纹识别的源代码
C + + 识别的指纹 IMAGE.IT 包括 BINERIZATION、 细化和前匹配的特征提取。
- 2023-04-27 06:00:03下载
- 积分:1
-
1280_iap
在IAR Embedded Workbench IDE平台使用ATmega1280的USART0口的编译连接通过的自编程程序(In the IAR Embedded Workbench IDE platform USART0 the ATmega1280 compiler I connect through the process of self-programming)
- 2009-04-13 17:08:06下载
- 积分:1
-
C语言 图像边缘算法
说明: 使用C语言编写的几种图像算法,可以用于边缘模糊,抗锯齿等。(graphic using c language)
- 2020-06-16 13:40:02下载
- 积分:1
-
c语言编译器源码.rar c语言编译器源码.rar
c语言编译器源码.rar c语言编译器源码.rar -c compiler source. Rarc source language compiler . Rarc source language compiler . Rarc source language compiler. Rar
- 2022-03-30 05:08:16下载
- 积分:1
-
C#实现商品管理系统
使用C#连接SQL Server实现商品进货管理系统(Using C# connection SQL Server to achieve commodity purchase management system)
- 2020-11-22 15:49:36下载
- 积分:1
-
CAN收发
说明: stm32版本的can通信的接收与发送例程,扩展帧方式(Receiving and sending routines of STM32 version can communication, extended frame mode)
- 2019-03-13 14:51:05下载
- 积分:1
-
MChat
一个可以在局域网进行视频聊天的源代码,语音压缩采用G729,视频压缩采用H.263,网络传输采用RTP。本程序介绍了视频聊天的基本技术,稍加改动就可以直接运用于Internet网络。本人主要进行流媒体传输方面的工作,有兴趣者可以和本人联系。(a LAN can video chat source code, voice compression using G729. H.263 video compression and network transmission using RTP. The procedures of the basic video chat technology, tamper on the Internet can be directly applied to the network. I mainly carried out with regard to the transmission of streaming media work, are interested in and I can link. Email :)
- 2006-12-19 15:18:14下载
- 积分:1
-
lvgl的codeblocks仿真工程
LVGL的codeblocks仿真工程,都配置好的,可以直接打开运行
【核心代码】int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR szCmdLine, int nCmdShow)
{
/*Initialize LittlevGL*/
lv_init();
/*Initialize the HAL for LittlevGL*/
lv_win32_init(hInstance, SW_SHOWNORMAL, 800, 480, NULL);
/*Run the demo*/
lv_demo_widgets();
while(!lv_win32_quit_signal) {
/* Periodically call the lv_task handler.
* It could be done in a timer interrupt or an OS task too.*/
lv_task_handler();
usleep(10000); /*Just to let the system breath*/
}
return 0;
}
- 2021-08-23 00:31:02下载
- 积分:1
-
图的着色
使用图的着色的启发式算法。允许与最优彩色图的着色
- 2022-11-12 13:45:04下载
- 积分:1
-
Forward-intersection-
摄影测量后方交会代码:输入像点坐标即可算出6个外方位元素。(Photogrammetry resection code: input like some coordinates can work out six foreign a elements.
)
- 2012-01-07 21:00:41下载
- 积分:1