搜索资源列表
RDVL
- 简单的远程桌面实现例子,包含3个部分: 1、一个COM对象,极快的完成Huffman编码和RLE压缩,基本上以汇编语言编写,运行稳定。 2、RemoteDesktopService 远程桌面服务 3、RemoteDesktop 远程桌面客户端 没有使用MirrorDriver技术,简单抓屏,异或对比,RLE压缩传递。
EdgeImage
- asm中有两个文件,其中c文件中用c语言实现了图片载入、边缘检测功能。asm文件用汇编语言实现了边缘检测功能-Edge Detection
Bayer-ASM
- Raw数据的Bayer算法,通过汇编语言实现,可以直接在C++中调用-Bayer algorithm Raw data through assembly language, you can call directly in C++
Edge_detec_C_ASM
- 用Prewitt边缘算子检测图像边缘,该程序用C语言和汇编语言混合实现。-Prewitt edge detection operator used to detect the image edge, hybrid implementation of the program in C and assembly language.