搜索资源列表
rasdialx
- DameWare DBtnMap ActiveX component is a 32-bit custom control for use with Visual Basic, Visual C++ and Web pages or any environment that can host ActiveX controls. DBtnMap will allow any picture file (.JPG, .GIF, .BMP, TIFF, etc.) type supported, to
chartroom.rar
- 实现一般的qq聊天的功能。支持文件传输 ,和图片传输的功能 ,The achievement of general qq chat function. Support file transfer, and picture transmission function
onlineuser.rar
- C#编写的在线用户统计、在线编辑器、验证码图片,C# prepared online statistics, online editor, Verification Code picture
C_Programming_arts.rar
- 本书揭示了C++程序员创建世界级软件的奥秘。程序设计大师Herbert Schildt通过将C++语言广泛应用于功能强大的编程任务中,全面展示了C++语言的多功能性,敏捷性,和艺术性。本书内容包括探索C++的功能,创建内存管理的垃圾回收器子系统,开发线程控制面板,建立译码器以扩展C++的功能,开发可断点续传的Internet文件下载工具,创建财务分析库,用基于AI的搜索技术探索人工智能,建立定制的STL容器,以及开发Mini C++解释程序。,This book reveals the C++
screensp
- 屏幕精灵源码。功能为截取屏幕并在机器间传送截取的图像- Screen demon source code. The function for intercepts the screen and in the machinery room transmission interception picture
22324
- 图片移动案例 c sharp 编写,程序简单好用-picture move case
imageexplorer
- 一个c#做的图片浏览器,功能比较简单,外观也一般。-C# to do a picture of the browser
Picture.Translate.Of.Remote.Desktop.Control
- 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF-LZW压缩算法压缩率较好,且我已想
c_BaiduAlbum
- 用C#2008编写的百度相册图片下载器的源代码,程序功能主要是得到指定用户名下的百度相册列表,并浏览获取到的图片,程序当然需要先读取网络,然后利用两个类文件(下有说明)得到相册数据并显示。-Written in C# 2008 with the album picture downloader Baidu' s source code, program the main function is to receive the specified user name Baidu album l
myQQ_c.tar
- 开发语言:c/c++ 简单的聊天软件 功能描述,聊天,传文件,头像,设定自己的皮肤。-Development of language: c/c++ software features a simple descr iption of the chat, chat, transfer files, picture, set your own skin.
send-and-receive
- 基于C++的MFC编程,一个文件传输系统,可以用来传输小图片,小文档等文件。-Based on the MFC C++ programming, a file transfer system that can be used to transfer small picture, small documents and other documents.
socket
- 本程序通过socket实现图片传输,完全用C语言写的,并且在LINUX系统下测试通过。你看到的代码是优化处理过的,没用的完全屏蔽掉。-The program through the realization of socket picture transmission, completely written in C language, and in the LINUX system under test. You see the code optimization is processed, u
RemoteControl
- 远程桌面监控系统 (1)实时监视远程电脑的桌面操作变化 (2):快速准确的查看被监视电脑的实时桌面信息,具有远程桌面录像功能,可查看任意时间段的历史桌面信息。 (3):具有远程桌面控制功能,可以象操作本地计算机一样操作远程计算机。 (4):可以同时操控和查看10以上个电脑。 (5):采用TCP/IP协议,高压缩率差异传图,保证图象快速稳定传输。 (6):系统为C/S结构,客户端进程防删。-Remote Desktop Monitoring System (1) real-
picture-transmission
- 利用C 实现网络视频传输功能 安装此软件后可以实现和任意IP的对方实现视频传输-C implementation of network video transmission function to install this software can be achieved and the other party of any IP video transmission
EnterpriseQQsystem
- 企业QQ系统(C#3.5+MicrosoftSQLServer2000)自制UDP控件的开发过程、在局域网中实现数据的传输、在局域网中实现大图片的分流传输、如何实现多点通信、QQ视频的制作过程-Enterprise QQ system (C# 3.5+ MicrosoftSQLServer2000) homemade UDP controls development process, data transmission in LAN, the big picture of the shunt t
SSwenjuan_V2
- 1.支持以下5种题目模式 A单项选择题目 B多项选择题目 C带文字输入框的单项选择题目 D带文字输入框的多项选择题目 E文字输入问答题 2.支持图片式题目 3.支持题目跳转,回答题目时选中设置了跳转的选项,下一道题目将显示跳转指定的题目 4.支持二种题目显示模式 A 全部题目一次显示,回答 B 每次显示一个题目回答 5.支持为问卷设置密码,输入正确的密码后才能回答问
Qt_TransferPictureData
- 基于Qt4.8.3+VS2010 动态编译 C/S 实现客户端发送图片数据给服务器显示,并保存为txt、jpg格式文件!-Client based on Qt4.8.3+VS2010 dynamically compiled C/S to send the picture data to the server and saved as a txt, jpg format!
NetTran
- (利用GIF_LZW算法实现的)网络图片传输 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现;
PICTURE
- C++BUILDER,代码包括:截屏,并发送到另一IP-failed to translate
imageserver-master
- 改代码在Linux上使用C/C++语言实现了一个基本的图像检索服务器。基本原理是:客户端发送给服务器端一张待检索的图片,服务器端接收到该图片后,计算该图片的特征,然后在其后台的数据库中查找与该图片特征最相似的5张图片,返回给客户端。(Change code in Linux using C/C++ language to achieve a basic image retrieval server. The basic principle is: the client sends to the
