搜索资源列表
blobrw
- 微软的SQL SERVER数据库的Image、text等字段都属于二进制的大对象。这些对象的存取和其他轻型对象略有不同。 微软.NET Framework的System.IO命名空间下给我们提供了一个FileStream文件流类。我们可以使用这个文件流对二进制大对象轻松进行读写。 我实现了一个简单的WinForm程序,这个程序通过点击“Open”按钮选择一个bmp或者jpg文件,并显示在图形控件PictureBox中。通过“Save”按钮存入数据库。点击“View”CheckBo
二进制存取
- 一个很不错的二进制存取程式,可以对文件进行存取.-a very good binary access programs that access to the documents.
二进制的存储
- 用VB实现对二进制数据的存取。(如:图片,文本文件,电影......)-VB right binary data access. (Eg : photos, text files, the film ......
BlobData
- 如何用利OLEDB连接数据库,对大二进制文件进行存取操作-how Lee OLEDB connect to the database, large binary file access operation
DISSECTMFC
- 光盘图标、光标、菜单和对话框都是相互关联的,它们是Windows的全部资源型态。资源即数据,它们被储存在程序的.EXE文件中,但是它们并非驻留在程序的数据区域中。也就是说,资源不能从程序原始码中定义的变量直接存取,Windows提供函数直接或间接地把它们加载内存以备使用。我们已经遇到了两个这样的函数,即LoadIcon和LoadCursor,它们出现在范例程序,定义窗口类别结构的内容设定叙述中。它们从Windows中加载二进制图标和光标映象,并传回该图标或光标的句柄。在本章中,我们先建立自己的图
BinaryFileRandomAccess
- C++中实现二进制文件随机存取的两种方法。-achieve binary random access to the two methods.
Random2
- 二进制文件存取,演示利用链表实现文件随即存取。-binary file access, the use of chain demonstration was to achieve access to documents.
Random1
- 二进制文件的随机存取,可以通过输入的编号对文件中的记录读写
txtfileRandom1
- 使用C++实现二进制文件随机存取的一种常用方法。源二进制文件是TXT格式的~
txtfileRandom2
- 使用C++实现二进制文件随机存取的一种常用方法。源二进制文件是TXT格式的~
35955lkjh
- 使用C++实现二进制文件随机存取的两种常用方法。 [代码性质] VC完整应用程序代码 [代码作者] 韩耀旭 [文件大小] 43K
文件数据库
- 利用二进制操作模拟数据库存取操作,因为文件本质上是对文件进行二制读写操作,但是读写的单位不是字节,而是结构STRUCT。-simulated operational use binary database access operations, because paper is essentially the documents to write two system, but the unit is not read and write byte, but the structure STRUC
FakeCoding1.3
- C#语言编写,随机生成防伪码的windows窗体程序,做好了各种友好提示,直接编译通过运行。提供文本文档和二进制文件存取功能。-C# language, randomly generated security code to the windows window procedure, made all the friendly tips, direct the compiler to run through. Provide text file and binary file access fu
DBMS
- VC编程的简单数据库,可以生成关系,读取关系,以二进制文件存取。-VC programming simple database can generate relations, read in order to binary file access.
blobrw
- 微软的SQL SERVER数据库的Image、text等字段都属于二进制的大对象。这些对象的存取和其他轻型对象略有不同。 微软.NET Framework的System.IO命名空间下给我们提供了一个FileStream文件流类。我们可以使用这个文件流对二进制大对象轻松进行读写。 我实现了一个简单的WinForm程序,这个程序通过点击“Open”按钮选择一个bmp或者jpg文件,并显示在图形控件PictureBox中。通过“Save”按钮存入数据库。点击“View”CheckBo
bfrm
- 二进制文件随机存取的两种方法,在windows VC++下运行,比较简单。-Random access binary files of the two methods, in the windows VC++ under the operation is relatively simple.
exp2_3
- 以随机存取二进制度方式保存下列数据(rbi.dat),并从该二进制文件中读取数据,将其显示在屏幕上 -Degree of random access to binary data stored following (rbi.dat), and binary files from the read data to be displayed on the screen
VB access save picture
- VB ACCESS存取图片 使用Stream对象,可以实现对数据库的图像存取。 数据库中存放图像的字段是二进制类型(Access为OLE类型)。 比如,如果用“CommonDialog”控件来选择你硬盘上的图像文件; 用“Picture”控件来显示图像。-VB ACCESS access to images using the Stream object can be achieved on a database image access. Images stor
mysql_binary
- c代码,连接mysql数据库,操作二进制文件,对二进制流与数据库之间完成数据的存取-c code , connect mysql , manipulating binary files , to be completed between the binary stream data access and
mysin
- 本程序代码包含读入dat文件,以及存储数据为dat文件的函数,便于读者理解dat文件的读取(This program code contains read into the dat file, as well as storage data for the dat file function)