- photo 在ACESS 2000中存储显示图片 // 实例化 oleDbCommand1对象 da = new OleDbDataAdapter() da.SelectCommand = oleDbCommand1 //实例化 OleDbCommandBuilder 对象 否则无法进行数据刷新 cb = new OleDbCommandBuilder(da) // 找到数据集dataSet1 就是找到了一个可以接水的容器 da.Fill(dataSet1
- drawLine 一个画图程序
- svmclass1 支持向量机分类程序
- compute 实现一个计算的功能
- My-Caul 自己写的MFC的计算器
- par 维肯VK3266芯片并转串驱动开发
文件名称:7zipDll2
介绍说明--下载内容来自于网络,使用问题请自行百度
内存中进行压缩和解压的两个方法:
压缩
int RamEncode(Byte *inBuffer, //输入内存缓冲区指针BYTE*类型
size_t inSize, //输入内存缓冲区的大小
Byte *outBuffer, //输出缓冲区指针BYTE*类型
size_t &outSize, //计算出的输出缓冲区大小
Int32 dictionary //字典的大小
)
解压
int RamDecode(Byte *inBuffer, //输入内存缓冲区指针BYTE*类型
size_t inSize, //输入内存缓冲区的大小
Byte *outBuffer, //输出缓冲区指针BYTE*类型
size_t &outSize, //计算出的输出缓冲区大小
Int32 dictionary //字典的大小
)
对文件进行压缩和解压的两个方法:
压缩:
int FileEncode(LPCTSTR inFile, //输入文件路径
LPCTSTR outFile, //输出文件路径
Int32 dictionary //字典大小
)
解压:
int FileDecode(LPCTSTR inFile, //输入文件路径
LPCTSTR outFile, //输出文件路径
Int32 dictionary //字典大小
)-memory compression and decompression of two methods : RamEncode compression int (* Byte inBuffer. / / input buffer memory pointer BYTE * types size_t inSize, / / input buffer memory size Byte * outBuffer, / / output buffer pointer BYTE * types size_t
压缩
int RamEncode(Byte *inBuffer, //输入内存缓冲区指针BYTE*类型
size_t inSize, //输入内存缓冲区的大小
Byte *outBuffer, //输出缓冲区指针BYTE*类型
size_t &outSize, //计算出的输出缓冲区大小
Int32 dictionary //字典的大小
)
解压
int RamDecode(Byte *inBuffer, //输入内存缓冲区指针BYTE*类型
size_t inSize, //输入内存缓冲区的大小
Byte *outBuffer, //输出缓冲区指针BYTE*类型
size_t &outSize, //计算出的输出缓冲区大小
Int32 dictionary //字典的大小
)
对文件进行压缩和解压的两个方法:
压缩:
int FileEncode(LPCTSTR inFile, //输入文件路径
LPCTSTR outFile, //输出文件路径
Int32 dictionary //字典大小
)
解压:
int FileDecode(LPCTSTR inFile, //输入文件路径
LPCTSTR outFile, //输出文件路径
Int32 dictionary //字典大小
)-memory compression and decompression of two methods : RamEncode compression int (* Byte inBuffer. / / input buffer memory pointer BYTE * types size_t inSize, / / input buffer memory size Byte * outBuffer, / / output buffer pointer BYTE * types size_t
(系统自动生成,下载前可以参看下载内容)
下载文件列表
使用方法/lzma.dll
使用方法/lzma.lib
使用方法/lzmadllfunc.TXT
使用方法
www.dssz.com.txt
使用方法/lzma.lib
使用方法/lzmadllfunc.TXT
使用方法
www.dssz.com.txt
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.