CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux/Unix编程 搜索资源 - cpp functions

搜索资源列表

  1. File-integrity-testing-procedures

    0下载:
  2. 基于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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:21496
    • 提供者:Sunny kim
  1. decorator.cpp.tar

    0下载:
  2. 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.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:1166
    • 提供者:tomcat
  1. source.cpp

    0下载:
  2. source code with improved functions
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:664
    • 提供者:maestro
  1. owner_less

    0下载:
  2. Descr iption: Implementation for in-line functions used in dct.cpp.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1702
    • 提供者:pzranpan
  1. uniset_props

    0下载:
  2. Character property dependent functions moved here uniset.cpp. -Character property dependent functions moved here uniset.cpp.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:10938
    • 提供者:qingmuixw
  1. nptrans

    0下载:
  2. \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.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:7142
    • 提供者:gjmbkan
  1. OpenTypeUtilities

    0下载:
  2. Descr iption: Implementation for in-line functions used in dct.cpp Modified:. -Descr iption: Implementation for in-line functions used in dct.cpp Modified:.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4824
    • 提供者:mnylkue
  1. opt_dead_functions

    0下载:
  2. \file opt_dead_functions.cpp Eliminates unused functions the linked program. -\file opt_dead_functions.cpp Eliminates unused functions the linked program.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1728
    • 提供者:nwtaovk
  1. poll

    0下载:
  2. Character conversion functions moved here unistr.cpp. -Character conversion functions moved here unistr.cpp.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6581
    • 提供者:fiezonda
  1. unistr_props

    0下载:
  2. Character property dependent functions moved here unistr.cpp. -Character property dependent functions moved here unistr.cpp.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-04-13
    • 文件大小:1564
    • 提供者:xuejwqq
  1. xt_length

    0下载:
  2. C wrappers around UnicodeSet functions that are implemented in uniset_props.cpp, split off for modularization.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2593
    • 提供者:mxtvrm
  1. resbund_cnv

    0下载:
  2. Character conversion functions moved here resbund.cpp. -Character conversion functions moved here resbund.cpp.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3851
    • 提供者:klpnbs
  1. myMdiWithClass

    0下载:
  2. 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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-30
    • 文件大小:18561
    • 提供者:undead
  1. myMdi-withNewMenu

    0下载:
  2. 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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-30
    • 文件大小:19749
    • 提供者:undead
  1. h264_env_linux.tar

    0下载:
  2. 示例分为 CMOS 摄像头录像及回放两个功能: 1) 当用户进行录像时,会从 CMOS 摄像头采集视频, 在源代码 main.cpp 中,用 TVideo 类来实现这个部分的工作,在 TVideo 类中,会打开 CMOS 摄像头并采集图像。 2) 在从摄像头采集完图像后,需要在屏幕上进行预览,这部分的工作由 TFrameBuffer 类来完成。(Examples are divided into CMOS camera video and playback two functions: 1
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-21
    • 文件大小:40960
    • 提供者:erniu26
搜珍网 www.dssz.com