DL : 0
WAVELET.DSW - 是JPEG2000 API函数体的VC工作区
本代码通过VC6.0正常编译,并有详细的注解方便读者开发和阅读。
BIT.H BIT.C - 是有关比特位操作的代码
MCHANNEL.H MCHANNEL.C - 是关于信道设置、传输的代码
WAVELET.H WAVELET.C - 是小波操作的代码
MAIN.C - 是API函数集成的主函数
上述代码均是有详尽的注释,读者可逐一进行阅读。
其中,重点部分是:WAVELET.H和WAVELET.C,关于信道方面的问题,书中给出了定义
和处理的方法,请阅读相关章节。
该代码没有经过编译。需要注意的事项:
代码编译后生成的是一个.dll文件而非一个可执行文件,必须通过调用才能实现功能,
另外生成的.dll文件会自动拷贝到"wavelet_gui"目录中。如果在编译成功后出现一个
关于指定可执行文件路径的提示,可以忽略它,也可以指向名为JPEG2000的可执行文件
所在地路径。笔者建议大家忽略这个关于文件路径的提示。
Update : 2008-12-08
Size : 32.72kb
Publisher : vctansuo
DL : 0
通过整理的一个控件库,其中包含了VC6.0中大部分控件,对于界面编程非常有效。-by finishing a widget library, which contains the most VC6.0 Controls Programming interface for the very effective.
Update : 2025-02-19
Size : 4.7mb
Publisher : 郭克新
DL : 0
在VC6.0下使用MS Office Spreadsheet 11.0控件。如果系统没有安装excel 2003请注册压缩包内的OWC11.DLL。此控件完成excel表格功能。-in VC6.0 use MS Office Spreadsheet 11.0 Controls. If the system had not been installed excel 2003 registration packet compression within the OWC11.DLL. This control function forms completed excel.
Update : 2025-02-19
Size : 3.18mb
Publisher : xc
DL : 0
在使用VC6.0时,能够自动提示函数参数信息,以及对象的属性、方法等信息,但是不提供常量、宏的信息(不知Microsoft为什么会这样????)。这使得我们在使用常量时,如果记不全,就得查帮助文件。本人想如果能自动提供常量信息的话,就方便许多。于是自己开发了这个Add_In(VCExtendTools)。
此版本把原 VC常量、宏等自动提示器(AutoList.dll)的文件名改成了现在的 VC扩展工具集(VCExtendTools.dll)。 并新增两项功能:头文件与接口文件互换、用文本方式打开资源文件两个功能。
这个Add_In包括三个文件:VCExtendTools.dll、AutoDisplayList.dll、list.txt。其中 list.txt 为在提示框中显示的信息库(即常量、宏、函数等)。如果本库中没有你需的常量,你可以修改此文件,加入你需要的信息(注意:每条信息占一行)。或者,换成你自己的常量库。此文件已经包含了VC6.0中的常量、宏、VBScript对象、VBScript事件、VBScript方法、VBScript属性和部分函数、数据类型。
-err
Update : 2025-02-19
Size : 231kb
Publisher : zzg
DL : 0
dll钩子 钩住程序网络连接-dll hook hook procedures network connection
Update : 2025-02-19
Size : 12kb
Publisher : 林军
DL : 0
VC++ 6.0 MFC UNICODE相关文件,可以不用免得重新安装VC++了,只要拷贝到相应的路径就可以了-VC++ 6.0 MFC UNICODE related documents, you can not avoid re-install VC++, And as long as the copy to the corresponding path can be a
Update : 2025-02-19
Size : 893kb
Publisher : Mr.
DL : 0
说明:
1 例子程序在 vc6.0 +windows xp 编译测试过
2 需要阅读者对程序进程空间,编译,pe结构有一定的理解
3 这里根据自己认识加上对其他资料整理而成,对dll 简单的介绍
-Description: 1 examples of procedures vc6.0+ Windows xp compile tested 2 need to read about the process of the space program, the compiler, pe a certain degree of understanding of the structure of 3 here, according to their own awareness coupled with other data from the simple dll Introduction
Update : 2025-02-19
Size : 320kb
Publisher : 周晓宇
DL : 0
这是本人编写的一个完全用Freetype2.3.5字体引擎打印矢量字体的VC6程序,没有用windows的字体打印API函数,用的是freetype的API,附带了几个DLL可以在任何没有装VC的系统上解压使用,生成的位图直接在对话框的右半部分显示。程序目的是为了演示freetype打印矢量字体的流程,并观看效果,程序支持多行显示,请根据内容多少选择好字号。有需要源码的可以给我发邮件:luhang33@126.com-err
Update : 2025-02-19
Size : 1.44mb
Publisher : luhang
DL : 0
VC6.0使用GDI+功能所需要的库,包括头文件,lib文件以及gdiplus.d-VC6.0 using GDI+ functions required by the Treasury, including the header files, lib files, as well as gdiplus.dll
Update : 2025-02-19
Size : 829kb
Publisher : carekee
DL : 0
解决WIN7与VC6.0的兼容问题,包含打开文件造成系统崩溃,添加文件导致的系统崩溃-To slove the problem of win7 and vc6
Update : 2025-02-19
Size : 16kb
Publisher : 李易
DL : 0
使用MATLAB_Engine与C混合编程的实例,并添加DLL的使用-MATLAB_Engine andC hybrid programming plus dll
Update : 2025-02-19
Size : 15kb
Publisher : 张锋
DL : 0
在 VC6.0 编译后拿到 没有安装VC6.0的机子上无法运行的 话 把 这个几个DLL文件 复制到 程序目录下就可以运行了!-Can not get the machine installed VC6.0 VC6.0 compiled run several DLL files are copied to the program directory, you can run!
Update : 2025-02-19
Size : 809kb
Publisher : 黄建
DL : 0
在对matlab配置后,上代码mcc -W cpplib:libMyAdd -T link:lib MyAdd -C就可以了,记得加上-C
在对VC6.0进行配置的时候只要把 matlabroot\extern\include和matlabroot\extern\lib\win32\microsoft加入到VC6.0中去了,i.e.可以通过Tools->Options->Directories->show directories for 中的Include files和library files添加路径;-Matlab in the right configuration, the code mcc-W cpplib: libMyAdd-T link: lib MyAdd-C can, remember plus-C configuration on VC6.0 time as long as the matlabroot \ extern \ include and matlabroot \ extern \ lib \ win32 \ microsoft added to VC6.0 go up, ie via Tools-> Options-> Directories-> show directories for the Include files and library files to add the path
Update : 2025-02-19
Size : 1kb
Publisher : 悠然清风
DL : 0
基于VC6.0调用DLL的实例,通过实例说明调用的过程和方法-VC6.0 call examples based on DLL, through the example to illustrate the process and the method call
Update : 2025-02-19
Size : 231kb
Publisher :
DL : 0
重装系统后,原来的VC6.0的工程编译后程序不能运行了。
把VC光盘下的msvcp60d.dll,mfcd42d,mfc42d.dll,msvcrtd.dll,mfc042d.dll五个文件复制到C:\windows\system32目录下
解压缩后点“安装.bat”即可自动复制-vc6.0 missing dll
Update : 2025-02-19
Size : 1.02mb
Publisher : 月如钩
DL : 0
看《VC++动态链接库(DLL)编程深入浅出》时,里面提到使用Visual C++的Depends工具可以查看动态链接库中的导出接口。对于VC6.0,VC所带的Depends软件,在VC6安装目录下的tools文件夹里面,可以直接运行。但是VS2010中没有了Depends工具,如何查看DLL文件的导出接口呢?-How to view a DLL export interface in VS2010
Update : 2025-02-19
Size : 7kb
Publisher : 王晓辉
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus All Rights Reserved.