搜索资源列表
Csharp-DirectXCap
- 基于DirectX的C#代码,支持从各种视频捕捉设备中采集影像,支持静态采集盒动态采集,支持视频预览,支持视频压缩等功能。
023802-01.rar
- 本压缩包是清华大学C#编程及应用程序开发教程的PPT课件,The compressed packets are Tsinghua University, C# programming and application development tutorial courseware PPT
CSharpCapture.rar
- 视频捕获是指由专用的视频采集卡捕获声频和视频信息,然后将其进行数据化处理,再经过软件的压缩进行处理,这时就可对这些数据进行保存、回放、传输等各种操作。 ,Video capture, is defined as a dedicated video capture card to capture audio and video information, and then processing the data, another to deal with the compression softw
RLE_Arithmetic.rar
- RLE压缩算法C#版,里面有详细的中文注释, 包括压缩和解压算法,因游戏中图片多采用此种算法,故写了个简单的C#版,因很多游戏工具使用C#编写,且在网上找了,虽有代码,却无详细注释。 源码中有测试数据,可供测试。,RLE compression algorithm C# version, which the Chinese have detailed notes, including the compression and decompression algorithms, because
digital
- C#编写的图像处理程序源码 一共有十二个 包括灰度,二值化,锐化,缩放,旋转,压缩-C# source code written in image-processing program, a total of 12, including grayscale, binary, sharpening, scaling, rotation, compression, etc.
C_sharp
- 包括C#处理图像的一些基本功能,如二值化,灰度化,行程编码,压缩编码,区域增长,直方图等-Including C# some basic image processing functions, such as binary, gray, length encoding, compression, region growing, histogram, etc.
LZW
- LZW压缩算法的简单实现,以及介绍论文和伪代码-LZW compression algorithm is a simple realization
DirectShow
- 该系统是在vs2005下开发完成,实现了对摄像头数据的采集,并压缩保存文件-The system was developed under the vs2005 completed, realized the camera data collection, and save the file compression
csharp
- c#数字图像处理算法典型实例源码,内部包括图像分割,边缘检测,颜色变换,图像压缩,灰度处理,滤波,平滑等算法实现,非常实用。源码编译、运行正常。-c# typical examples of digital image processing algorithms source code, internal, including image segmentation, edge detection, color conversion, image compression, gray scale p
csharphotel
- C#酒店管理系统,VS2008+SQL2005开发,完整的毕业设计,压缩包内包括数据库备份文件、源程序代码、设计文档、相关资料图。系统功能:基础设置(客房类型设置、客房信息设置)、业务管理(预定管理、入住管理、消费台帐、收银退房)、房态管理(空房、住房、自用、维修中、将入注将退房)等。-C# hotel management system, VS2008+ SQL2005 development, complete graduation design, compression packages,
jiamiandshuziqianming
- 能够对文件夹进行压缩加密,以后进行解密解压, 对通信双方进行数字签名认证,保证通信的安全性.-Be able to compress a folder encrypted, decrypt after decompression, communications between the two sides of the digital signature authentication to ensure communication security.
udpServer
- UDP c# 控件采集摄像头视频 采用 c#自带的压缩格式Jepg-UDP c# Controls collection camera Videos
up_down_zip
- vs2005 C# 文件上传与下载_在线压缩和解压文件-vs2005 C# _ file upload and download files online compression and decompression
zip
- 对任何文件、数据流进行压缩的源代码。 并切提供Mobile平台支持!-Of any document, data stream compression of the source code. And cut to provide Mobile platform support!
CommonCodes
- C#压缩流源码, C#压缩流源码-CSharp compressed stream source, CSharp compressed stream source
ZIP
- C#开发的压缩与解压缩文件的小程序.大家看看有没有用。谢谢了。-zip files and unzip files
AspxZip10
- zip算法的压缩和解压的ASPNET代码-zip压缩和解压的ASPNET代码
WebPageCraweler4
- 用C#实现的网络爬虫,并支持多线程下载网页,并对网页进行压缩,便于存储-Using C# to achieve the network reptiles, and supports multi-threaded download page, and pages are compressed for storage
PhotoCompress
- 一个数码相机图片压缩的源代码,用C#编写完成-a photo compress source code,writen by C#
ICSharpCode.SharpZipLib
- 我在做项目的时候需要将文件进行压缩和解压缩,于是就从http://www.icsharpcode.net下载了关于压缩和解压缩的源码,但是下载下来后,面对这么多的代码,一时不知如何下手。只好耐下心来,慢慢的研究,总算找到了门路。针对自己的需要改写了文件压缩和解压缩的两个类,分别为ZipClass和UnZipClass。其中碰到了不少困难,就决定写出来压缩和解压的程序后,一定把源码贴出来共享,让首次接触压缩和解压缩的朋友可以少走些弯路。-When I was doing the project w