搜索资源列表
二进制的存储
- 用VB实现对二进制数据的存取。(如:图片,文本文件,电影......)-VB right binary data access. (Eg : photos, text files, the film ......
图片记录集存储
- 主要是向数据库存储图片,并能读取存储的图片并显示出来-main database to store photos, and the pictures stored in the read and displayed
picr
- oracle+java实现图片存储 用oracle自己的方法-achieve photo storage using oracle their own ways
BMP-Graphics-editor
- 图形编辑器(graphical editor)允许用户改变位图图像,比如大家经常用到的Photoshop。它所采用的改变方法和文本编辑器允许修改文档的方法一样。位图图像由MxN 的像素矩阵来表示,并且每个像素点都有给定的颜色。 我们的任务就是来要编写一个程序来模拟一个简单的交互式图形编辑器,并将生成的图片存储到一个 BMP 格式的文件中。 -Graphics editor (graphical editor) allows the user to change the bitmap i
picture
- 在一个picture控件中显示一张图片,图片大小与控件大小相适应-Control in a picture show a picture, image size and control the size of fit
AddressBook2005
- 通讯簿界面设计的也很漂亮,经过了二次修改,原版是老外的,因此里面用的一些方法比较新颖,比如菜单的构建,菜单边界及颜色构建,因为是国外的,所以对中文支持好像不太好;它还有一个特色就是使用SWF动画文件做为程序背景,打开软件后就播放,有声音有图像,使软件更有生气;另外,通讯录上传的人物图片存储到数据库等技术,也值得研究。这个程序来自MNDSOFTM。-Address Book interface design is also very beautiful, after the second modi
PocoImg
- Poco图片下载程序,提供用户ID,可将该用户的所有图片进行下载存储-Poco picture download to provide the user ID, the user can download all the pictures stored
PictureApp
- vs2005图片上传与处理。通过一个实际的例子掌握在vs2005中如何处理图片以及存储图片。-Deal picture use vs2005
j_12972_2007_to_2008_gbk
- 此升级程序适用于 phpcms 2007 sp6 到 phpcms 2008 的数据库升级,升级后原来的模板将不可用。 1、通过phpcms后台的数据库管理功能或者其他工具备份数据库,通过ftp备份好附件、模板风格和config.inc.php文件。 2、将原07图片存储目录 uploadfile/uploadpics/* 移动到uploadfile/* 目录 3、删除空间上除了各个频道目录、uploadfile和config.inc.php之外的phpcms文件和目录。 主意:当您
TakePicture
- windows mobile 开发实例 存储图片到数据库,并读出显示,实现翻页-windows mobile 5 development
AddressBook2005
- 一个特色就是使用SWF动画文件做为程序背景,打开软件后就播放,有声音有图像,使软件更有生气;另外,通讯录上传的人物图片存储到数据库等技术,也值得研究-A special feature is the use of SWF animation file as background process, open the software after the broadcast, there are voices there are images, more vibrant software In a
DatabaseforpictureBox
- 从数据库中读取图片到PictureBox中,从PictureBox中将图片存储到数据库中-Read from the database to a PictureBox Image from PictureBox picture will be stored to the database
ADOBLOB
- VC++使用ADO技术将图片存储到Access的实例,程序原型是一个vc++简易相册,打开软件后,可以一张张浏览图片,也可以简单添加BMP格式的图像到相册中,本程序意在演示ADO存储BMP的基础知识,并不是让你使用相册,因为作为一个相册来说,本程序的功能实在太简单。-VC++ using ADO technology to images stored in the instance of Access, the program is a prototype of vc++ easy album,
vcInsertBmptoAccess0001
- 该源码是基于数据库ACCESS的,对于图片插入数据库来说,不同于普通的文字,数字 ,字符等,图片存储是以OLOB,大二进制对象的形式存储在数据库中的,对初学者理 解更有用,我也是近期才向这方面努力的-The source is based on the ACCESS database, and the picture is inserted into the database is different from the ordinary text, numbers, char
InsertBmptoAccess0002
- 该源码是基于数据库ACCESS的,对于图片插入数据库来说,不同于普通的文字,数字,字符等,图片存储是以OLOB,大二进制对象的形式存储在数据库中的,可以插入,删除,前一记录,后一记录,-The source is based on the ACCESS database, and the picture is inserted into the database is different from the ordinary text, numbers, characters and so on,
vcShowBmpfromAccess0003
- 该源码是基于数据库ACCESS的,对于图片插入数据库来说,不同于普通的文字,数字,字符等,图片存储是以OLOB,大二进制对象的形式存储在数据库中的,可以插按编号显示数据库中的图片(BMP格式);-The source is based on the ACCESS database, and the picture is inserted into the database is different from the ordinary text, numbers, characters and s
vcBmpAccessminrikeji0004
- 该源码是基于数据库ACCESS的,对于图片插入数据库来说,不同于普通的文字,数字 ,字符等,图片存储是以OLOB,大二进制对象的形式存储在数据库中的,界面有列表 框,可以看到数据库的信息,包括图片显示,是明日科技中的一个源码,拿来分享-The source is based on the ACCESS database, and the picture is inserted into the database is different from the ordinary t
SQL_Picture
- SQL Server图片存储,用于数据库-SQL Server image storage, for a database
C#matlab图片传输
- c#读取图片转换为灰度图,由matlab接收并存储(C# read pictures converted to grayscale, received and stored by the MATLAB)
vb.net 使用Access数据库保存和读取图片文件
- 将picturebox里面的图片上传到Access数据库,并将图片从数据库读出到picturebox中。(Upload the pictures in PictureBox to the access database, and read the pictures from the database to PictureBox.)