搜索资源列表
File-integrity-testing-procedures
- 基于MD5的文件完整性检测程序,共包含4个文件:md5.h、md5.cpp、test.cpp、nankai.txt。其中md5.h与md5.cpp文件实现了md5类。test.cpp文件包含了整个程序的main函数,根据不同的命令完成不同的功能,如显示摘要信息,生成MD5摘要等。nankai.txt是本书提供的用于验证文件完整性测试文件。读者可以自己编写程序来生成nankai.txt的md5摘要,然后与书中的结果进行比较,验证所编程序的正确性。-MD5 File Integrity based
decorator.cpp.tar
- Decorator模式: * 动态地给一个对象添加一些额外的职责。就增加功能来说, Decorator模式相比生成子类 * 更为灵活。-Decorator pattern:* dynamically to an object to add some additional functions. On increasing the functionality is, Decorator pattern compared with subclassing* more flexible.
source.cpp
- source code with improved functions
owner_less
- Descr iption: Implementation for in-line functions used in dct.cpp.
uniset_props
- Character property dependent functions moved here uniset.cpp. -Character property dependent functions moved here uniset.cpp.
nptrans
- \file opt_function_inlining.cpp Replaces calls to functions with the body of the function. -\file opt_function_inlining.cpp Replaces calls to functions with the body of the function.
OpenTypeUtilities
- Descr iption: Implementation for in-line functions used in dct.cpp Modified:. -Descr iption: Implementation for in-line functions used in dct.cpp Modified:.
opt_dead_functions
- \file opt_dead_functions.cpp Eliminates unused functions the linked program. -\file opt_dead_functions.cpp Eliminates unused functions the linked program.
poll
- Character conversion functions moved here unistr.cpp. -Character conversion functions moved here unistr.cpp.
unistr_props
- Character property dependent functions moved here unistr.cpp. -Character property dependent functions moved here unistr.cpp.
xt_length
- C wrappers around UnicodeSet functions that are implemented in uniset_props.cpp, split off for modularization.
resbund_cnv
- Character conversion functions moved here resbund.cpp. -Character conversion functions moved here resbund.cpp.
myMdiWithClass
- QC基于C++开发的单窗体程序例程,很简单,适合初学和.设计了菜单栏和工具栏,添加了MdiChild类,实现了其中的新建,打开,保存,另存为,关闭等操作的函数; 在mainwindow.cpp文件添加了新建文件菜单的功能测试函数。-QC based on C++ development, one-form routine is very simple, suitable for beginners and design of the menu bar and toolbars, add Md
myMdi-withNewMenu
- QC基于C++开发的单窗体程序例程,很简单,适合初学和.设计了菜单栏和工具栏,添加了MdiChild类,实现了其中的新建,打开,保存,另存为,关闭等操作的函数;添加了动态创建的菜单 在mainwindow.cpp文件添加了新建文件菜单的功能测试函数。-QC based on C++ development, one-form routine is very simple, suitable for beginners and design of the menu bar and toolba
h264_env_linux.tar
- 示例分为 CMOS 摄像头录像及回放两个功能: 1) 当用户进行录像时,会从 CMOS 摄像头采集视频, 在源代码 main.cpp 中,用 TVideo 类来实现这个部分的工作,在 TVideo 类中,会打开 CMOS 摄像头并采集图像。 2) 在从摄像头采集完图像后,需要在屏幕上进行预览,这部分的工作由 TFrameBuffer 类来完成。(Examples are divided into CMOS camera video and playback two functions: 1