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

搜索资源列表

  1. 串口连接程序c语言

    0下载:
  2. 在linux下把串口映射成TCP/IP端口- Maps under linux the string mouth the TCP/IP port
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:96.41kb
    • 提供者:刘宝文
  1. c语言深入学习必备参考例子

    0下载:
  2. 文件名:c语言深入学习必备参考例子 很多经典的c例子:高级的宏定义,深奥的c内存操作,灵活的字符串操作,还有流操作,-File Name : c-depth language learning essential source of many examples of classic example c : Acer High definition esoteric c memory operation, flexible string manipulation, and flow opera
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:152.13kb
    • 提供者:张维成
  1. AhoCorasick-string-matching-algorithm

    0下载:
  2. Aho–Corasick string matching algorithm Aho Corasick Implementation in c , UNIX.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:228.56kb
    • 提供者:shahar
  1. sha1

    1下载:
  2. SHA-1算法的C语言实现,求字符串的HASH-SHA-1 algorithm in C language implementation, find the string HASH
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-04-03
    • 文件大小:5.76kb
    • 提供者:SHA1(C)
  1. sha256

    0下载:
  2. SHA-256源代码,三个对外的函数:void SHA256Init (SHA256Context *sc) void SHA256Update (SHA256Context *sc, const void *data, uint32_t len) void SHA256Final (SHA256Context *sc, uint8_t hash[SHA256_HASH_SIZE]) 第一个函数初始化,第二个函数输入要hash的字符串,第三个函数输出结果-SHA-256 sou
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:4.81kb
    • 提供者:zoulijun
  1. MD5加密的C++类例程

    0下载:
  2. 一个完整的MD5的加密器,可实现输出一个字符串,不错的-a complete MD5 encryption device that can achieve an output string of good
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-22
    • 文件大小:81.33kb
    • 提供者:
  1. encrypt

    0下载:
  2. c# 字符串加密实例,类已经构建好,包含加密和解密两个方法-c# string encryption example, class has been constructed, and includes two ways to encrypt and decrypt
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:13.27kb
    • 提供者:胡亮
  1. VMProtect

    0下载:
  2. VMProtect 简介 VMProtect 是新一代的软件保护系统,不像其它常见的保护系统,VMProtect 可以修改应用程序的源代码。VMProtect 将原文件的部分代码转换为在虚拟机中运行的字节码。您可以将虚拟机想像成带有不同于 Intel 8086 处理器指令系统的虚拟处理器;例如,虚拟机没有比较两个操作数的指令,也没有条件跳转和无条件跳转等。 支持的编译器: Delphi Borland C Builder Visual C/C++ Visua
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:16.18kb
    • 提供者:cxzhack
  1. Delphi

    0下载:
  2. VMProtect 简介 VMProtect 是新一代的软件保护系统,不像其它常见的保护系统,VMProtect 可以修改应用程序的源代码。VMProtect 将原文件的部分代码转换为在虚拟机中运行的字节码。您可以将虚拟机想像成带有不同于 Intel 8086 处理器指令系统的虚拟处理器;例如,虚拟机没有比较两个操作数的指令,也没有条件跳转和无条件跳转等。 支持的编译器: Delphi Borland C Builder Visual C/C++ Visua
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:3.51kb
    • 提供者:cxzhack
  1. vvvvvvv

    0下载:
  2. 使用C语言实现古典密码体制中的Vigenere密码,并加/解密一个字符串或文件-Using the C language implementation of the Vigenere classical cryptosystem password and encrypt/decrypt a string or a file
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:196.79kb
    • 提供者:艾萌
  1. string

    0下载:
  2. 用c++实现的string类的例子,欢迎大家下载,相信下载后你会对string有很好的认识-Using c++ implementation of the string class example of welcome to download, I believe you download will have a good understanding of string
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-08
    • 文件大小:1.67mb
    • 提供者:jack
  1. who

    0下载:
  2. 系统调用 将字符串参数name的内容拷贝到内核中保存下来 将内核中由iam()保存的名字拷贝到name指向的用户地址空间中,同时确保不会对name越界访存-System call will copy the contents of the string parameter name into the kernel by the kernel to survive iam () to save a copy to the name point to the name of the user add
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:812byte
    • 提供者:金淼
  1. receive.c

    0下载:
  2. 这里主要是运用串口的终端来实现接受串口发送的字符串的功能。实现通过串口通信-Here is mainly used to achieve the acceptance of serial terminal serial port to send the string functions. Achieved through the serial communication
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:1017byte
    • 提供者:齐海鑫
  1. receive1.c

    0下载:
  2. 这个主要是linux下用来接受串口中接受通过串口传来的字符串,并将其保存到一个指定的文件中。-This is mainly used to receive serial port under linux, accepted the string coming through the serial port, and save it to a specified file.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:1.18kb
    • 提供者:齐海鑫
  1. send.c

    1下载:
  2. 这个程序是在linux下利用串口发送数据,把字符串通过标准的语句进行发送。-This procedure is to make use linux serial port to send data to a string for transmission through a standard statement.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:1.02kb
    • 提供者:齐海鑫
  1. c-md5code

    0下载:
  2. 带密钥的md5算法库md5lib.h共有下列函数: char* MDString (char *) /*输入任意一个字符串,经过md5算法处理后,返回结果:一个定长(32个字符) 字符串 */ char* MDFile (char *) /*输入任意一个文件名,文件内容经过md5算法处理后,返回结果:一个定长 (32个字符)字符串 */ char* hmac_md5(char* text, char* key) /*输入任意一个字符串text,和一个用
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:5.82kb
    • 提供者:wangyicai
  1. string.tar

    0下载:
  2. String libraries implementations in C
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1.37kb
    • 提供者:kasas
  1. test

    0下载:
  2. 自己实现的c中字符串处理函数,unix linux 测试通过,希望给Unix编程初学者带来启示-Their implementation c, string manipulation functions, unix linux test and hope to bring enlightenment to the Unix programming for beginners
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:152.29kb
    • 提供者:wanglei
  1. string

    0下载:
  2. The C++ standard says that <stdlib.h> declares both ::foo and std::foo But this isn t done in QNX version 6.3.2 200709062316.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6.73kb
    • 提供者:beimkxue
  1. c++字符串简单加密

    0下载:
  2. 这是一个c++字符串简单加密Demo,可以参考学习。(This is a c + + string simple encryption Demo, you can refer to the study.)
  3. 所属分类:加密解密

    • 发布日期:2017-12-23
    • 文件大小:2kb
    • 提供者:lining100
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com