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

搜索资源列表

  1. CDes_standard

    0下载:
  2. 该程序实现单层的DES加密算法,其中CDes.cpp为源程序,其中调用的文件功能如下:dataofText.txt文件是输入的明文,以换行分割各个数据;dataofKey.txt文件时输入的密钥,以换行分割;dataofDES.txt文件是输出的加密数据,其中包括各轮子密钥以及各轮加密输出,以及最后得到的密文,在文件中都有说明。-the realization of the single DES encryption algorithm, which CDes.cpp to source fil
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:10730
    • 提供者:李文
  1. troja

    0下载:
  2. 木马源程序 /*实现了以下功能: 1.IP变换后自动发送Email通知 2.nt/window2000下绑定cmd,98下绑定command 3.sniffer整个无交换网络的telnet pop3密码功能 */ // troja3.cpp : Defines the entry point for the application. //written by Justin 小鱼巫师 2002年5月-Trojan source / * achieve the following functions
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:3953
    • 提供者:鱼巫师
  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. PTMateMain_Src

    0下载:
  2. Dev C++ 4.9.9.2 File Tree: | +---PTMateMain.dev(Work Space) +---dllmain.cpp(Main Working File) +---dll.h(Main Header File) +---*.rc(Resource Files) +---other header files | +-Functions | +----Funcs.cpp (Main Hacking Functions)
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-26
    • 文件大小:72386
    • 提供者:fwefwef
  1. Md5Code

    0下载:
  2. C编写,实现字符串摘要、文件摘要两个功能。 里面主要包含3个文件: Md5.cpp、Md5.h、Main.cpp。其中Md5.cpp是算法的代码,里的代码大多是从 rfc-1321 里copy过来的;Main.cpp是主程序。 -C to prepare, to achieve string summary document containing a summary of the two functions. 3 inside the main document contains: M
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-28
    • 文件大小:87919
    • 提供者:Alabama
  1. Md5Code

    0下载:
  2. C++编写的MD5加密算法校验并计算的一个实例,DOS提示窗模式,主要功能实现了字符串摘要、文件摘要功能。   Md5.cpp是算法的核心代码,来自rfc-1321 ;Main.cpp是主窗口程序。在命令提示符窗口中输入你要进行MD5运算的字符串,程序会计算出对应的MD5加密字串。-C++ to prepare the MD5 checksum encryption algorithm and an example of the calculation, DOS prompt window
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:87991
    • 提供者:Leviathan
  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. RSA

    0下载:
  2. RSA加密解密算法,实现RSA的基本功能,一般的算法RSA.C-RSA encryption and decryption algorithms, to achieve the basic functions of RSA, the general algorithm RSA.CPP
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:4012
    • 提供者:sdtcool
  1. Exp9_2

    0下载:
  2. 将上题以多文件方式组织,在area.h中声明各个area函数原型,在area.cpp中定义函数, 然后在Exp9_2.cpp中包含area.h,定义main函数并执行-Many documents will be on the title to be organized in each area area.h declare the function prototype is defined in the area.cpp function, and then included in the
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:2395
    • 提供者:sch
  1. DES---CPP

    0下载:
  2. c++ des加密解密 实现des加密解密的功能-c++ des des encryption decryption encryption and decryption functions to achieve
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:18769
    • 提供者:kangletian
  1. Md5132

    0下载:
  2. C编写,实现字符串摘要、文件摘要两个功能。 里面主要包含3个文件: Md5.cpp、Md5.h、Main.cpp。其中Md5.cpp是算法的代码,里的代码大多是从 rfc-1321 里copy过来的;Main.cpp是主程序。 -Written in C for string Summary, Summary of the two functions. Which mainly contains three files: Md5.cpp, Md5.h, Main.cpp. One Md
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:88055
    • 提供者:zaoge
  1. source.cpp

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

    • 发布日期:2017-04-10
    • 文件大小:664
    • 提供者:maestro
  1. unimodem.dll-adapted-for-windows-ce-3.0-systems.r

    0下载:
  2. BSTR2, Bubble Sort2, Character to integer, CString s into char s. I am posting , Letter count with linked list, MasterString - over 3,000 lines of hardcore string manipluation (classes, structs, functions ) etc, string functions using both user
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:21665
    • 提供者:Ahmad
  1. CPP-Builder-API-functions

    0下载:
  2. API 函数大全用于 C + + Builder-C++ API functions
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:22454
    • 提供者:MarinaQin
  1. class

    0下载:
  2. C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序.-Classical syntax and application of C++, class preparation and application of the constructor and destructor, function overloading, class inheritance, function coverage, the base clas
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-15
    • 文件大小:135350
    • 提供者:永远
  1. yufa.cpp

    0下载:
  2. 编译原理_词法分析,实现了基本的词法功能,二元式输出- Compiler theory lexical analysis, to achieve the basic lexical functions, binary type output
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:3098
    • 提供者:jay
  1. Small-CPP-trading-system

    0下载:
  2. 股票交易系统是一个小型的管理程序,在这个系统里,可以管理至多5只股票的交易。首先用户要注册,注册完后方可登陆。在登陆的界面中,管理员登陆后可以删减股票,挂起股票,解挂股票等等,通过这些功能来管理股票。同时,用户还可以查看股票情况,帮助自己进行股票的有效交易。股票的市场情况可根据用户的使用情况而随之变化。-Stock trading system is a small management procedures, in this system, you can manage up to five
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:32671
    • 提供者:戴先生
  1. lesson-2

    0下载:
  2. C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针的变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的原文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC Appwizard生成的工程奠定了良好基础。-Inheri
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-08
    • 文件大小:1955876
    • 提供者:唐永康
  1. md5

    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摘要,然后与书中的结果进行比较,验证所编程序的正确性。 编译:命令行模式下,切换到代码所在目录,输入m
  3. 所属分类:Driver develop

    • 发布日期:2017-04-24
    • 文件大小:20575
    • 提供者:xuting
  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
« 12 »
搜珍网 www.dssz.com