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

搜索资源列表

  1. 很强的C算法集锦1

    0下载:
  2. 很强的C算法集锦,你需要的算法都在这里了-strong C Algorithm Collection, you need algorithms are here
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:228.22kb
    • 提供者:杨飞
  1. c++

    0下载:
  2. 详细列举了各种c++算法,对于初学者很有帮助
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:74.21kb
    • 提供者:王坚
  1. C++排序算法优化大全

    0下载:
  2. 两篇编程指导文档汇总。 专门讲述排序算法和优化。
  3. 所属分类:系统编程

    • 发布日期:2009-09-22
    • 文件大小:4.14kb
    • 提供者:jj410@163.com
  1. c的base64

    2下载:
  2. c的base64算法
  3. 所属分类:加密解密

    • 发布日期:2008-11-06
    • 文件大小:2.12kb
    • 提供者:temp001
  1. 常见C#算法,示例程序

    0下载:
  2. 常见C#算法,示例程序,泄及界面的各方面示例代码!
  3. 所属分类:系统编程

    • 发布日期:2008-12-10
    • 文件大小:6.8mb
    • 提供者:vitaminer
  1. RSA C++实现

    3下载:
  2. RSA算法C++实现,在VC6.0下编译通过
  3. 所属分类:加密解密

  1. RsaTool.自己写的RSA算法工具

    1下载:
  2. 自己写的RSA算法工具。支持RSA密钥产生(包括CRT)、RSA运算、强素数生成、大数运算等功能。用了的都说好。,Writing their own tools of the RSA algorithm. Support for RSA Key Generation [including CRT], RSA computation, strong prime number generation, large numbers computing functions. Use of that goo
  3. 所属分类:加密解密

    • 发布日期:2017-03-22
    • 文件大小:119.13kb
    • 提供者:1234
  1. C++ecc.rar

    1下载:
  2. C++实现的椭圆曲线算法。已经写成一个库文件只要调用就行了,C++ Realized elliptic curve algorithm. Has been written in a library file as long as the call on the list
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:100.04kb
    • 提供者:Decell Hoo
  1. RSA(C++code).rar

    4下载:
  2. C++ 源代码实现 非对称算法(RSA),C++ Source code to achieve asymmetric algorithms (RSA)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-08-02
    • 文件大小:26.11kb
    • 提供者:crazyme
  1. AES-C

    0下载:
  2. aes(rijndael 算法)的C语言实现,完整的程序源码,仅供参考-aes (rijndael algorithm) of the C language, complete source code, for reference only
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:2.35kb
    • 提供者:Bruce Lee
  1. c-hash

    0下载:
  2. C语言实现的哈希表算法,比链表的查询更快,在大量节点管理时很实用。-C-implemented hash table algorithm, faster than the query list, in the management of a large number of nodes is very useful.
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-01-25
    • 文件大小:15kb
    • 提供者:黄健
  1. MAC DES的C与C++算法

    1下载:
  2. 银联MAC_DES的C与C++算法,是实际应用的,代码易懂好用-CUP MAC_DES the C and C++ algorithm, is the actual application, the code easy to understand easy to use
  3. 所属分类:加密解密

    • 发布日期:2012-11-14
    • 文件大小:10.21kb
    • 提供者:andy
  1. MD5算法

    0下载:
  2. MD5算法的例子--Example of MD5 algorithm
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-11-11
    • 文件大小:6.15kb
    • 提供者:站长
  1. IDEA加密算法源码

    0下载:
  2. IDEA加密算法-IDEA encryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-12-28
    • 文件大小:8kb
    • 提供者:小脚丫
  1. cryptography-source-code-in-c

    0下载:
  2. 密码学各种加密程序算法,包括DES,AES,RSA等主要的加密算法-cryptography sourse code in C
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:958.35kb
    • 提供者: 孙磊
  1. DES-C

    0下载:
  2. c语言实现的加密算法,已经实现,非本人实现,-C language implementation of cryptographic algorithms has been achieved, non-I implementation, thank you
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-22
    • 文件大小:217.87kb
    • 提供者:弯月
  1. c语言编译器源码

    1下载:
  2. ucc是一款遵从ANSI C89标准的编译器,大约15,000行C代码。目前支持x86平台上的 Linux和Windows系统,能正确编译自身并成功运行。它有下面一些特点: 1. 代码结构清晰直观,有比较详细的中文文档讲述它的实现 2. 使用三地址码作为中间码,构建了由基本块组成的控制流图,适合很多优化算法 3. 编译速度快。词法分析,语法分析和目标代码生成器都是手写的(其中的代码 生成器本想用burg这样的工具自动生成,但这样可能会给代码的理解带来难度, 最后手写了
  3. 所属分类:Linux/Unix编程

    • 发布日期:2014-10-21
    • 文件大小:371.14kb
    • 提供者:yangkui_happy
  1. 3.c

    0下载:
  2. 实现一种最基本的加密解密,是基于C语言的一种,并没有使用什么模式(To achieve one of the most basic encryption and decryption)
  3. 所属分类:加密解密

    • 发布日期:2017-12-19
    • 文件大小:4kb
    • 提供者:wsxggg
  1. RSA算法

    0下载:
  2. RSA算法,用的C++语言实现,可以给那些初次接触这个,需要学习的同学使用(RSA algorithm, using C++ language, you can give those who first contact this, need to learn the use of students)
  3. 所属分类:加密解密

    • 发布日期:2017-12-24
    • 文件大小:2.29mb
    • 提供者:roppe
  1. C++_编程思想

    0下载:
  2. 主要讲述计C++语言的的编程思想,编写流程,STL源码的过程(It mainly focuses on the programming thought of c ++ language, the process of writing process and STL source code)
  3. 所属分类:Linux/Unix编程

« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com