CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - C 字符串

搜索资源列表

  1. str

    0下载:
  2. C语言中,把16进制转换成字符串,一般在对中文进行传递中用到-C language to convert a string of 16 hex, the general in the Chinese language used in the transmission of
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:677
    • 提供者:fwei816
  1. EncryptCode

    0下载:
  2. c#开发的小程序,针对字符串进行加密和解密的操作,方便嵌入和单独应用。-EncryptCode
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:36628
    • 提供者:魏东
  1. kmp

    0下载:
  2. KMP String Matching VC++实现的KMP字符串匹配算法-KMP String Matching VC++ implementation of the KMP string-matching algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:515365
    • 提供者:彭石
  1. STRINGS

    0下载:
  2. C语言的字符串处理,包括字符串的合并,取长度,大小写变化-C-string processing, including a string of mergers, take length, case changes. . .
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:7669
    • 提供者:刘振中
  1. My_BM4

    0下载:
  2. BM算法源代码,是用c++写的。适用于字符串的多模式匹配问题。-BM algorithm source code is written in c++. For a string of multi-pattern matching problem.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:188462
    • 提供者:汪浩
  1. string.tar

    0下载:
  2. 数据结构课程设计--实现并对比三种基本的字符串匹配算法-EasyMatch Rabin—Karp KMP
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-24
    • 文件大小:4034986
    • 提供者:playboy
  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
    • 文件大小:812
    • 提供者:金淼
  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
    • 文件大小:1017
    • 提供者:齐海鑫
  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
    • 文件大小:1209
    • 提供者:齐海鑫
  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
    • 文件大小:1049
    • 提供者:齐海鑫
  1. Linux

    0下载:
  2. linux专用的C语言标准函数。如将字符串转换成整型或者浮点型-linux dedicated C language standard function
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:6703
    • 提供者:欧海辰
  1. C-S

    0下载:
  2. 基于 C/S 模式的 Socket 编程 两个程序,一个是客户机程序,一个是服务器程序 Server 端向 Client 端提供两种服务:数学计算服务和反序字符串服务-Based on C/S mode Socket programming two programs, one is the client program, one is the server program Server-side Client-side to provide two services: Mathematics
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-24
    • 文件大小:123787
    • 提供者:王小雨
  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
    • 文件大小:5961
    • 提供者:wangyicai
  1. hgsd

    0下载:
  2. 字符串加密算法 c#程序 String encryption algorithm-String encryption algorithm c# program String encryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:1307
    • 提供者:YBBTMVTK
  1. keyu

    0下载:
  2. 设计哈希表实现电话号码查询系统 利用《数据结构》课程的相关知识完成一个具有一定难度的综合设计题目,利用C/C++语言进行程序设计,并规范地完成课程设计报告。通过课程设计,巩固和加深对线性表、栈、队列、字符串、树、图、查找、排序等理论知识的理解;掌握现实复杂问题的分析建模和解决方法(包括问题描述、系统分析、设计建模、代码实现、结果分析等);提高利用计算机分析解决综合性实际问题的基本能力。
  3. 所属分类:Data structs

    • 发布日期:2016-01-24
    • 文件大小:983121
    • 提供者:wenwen
  1. cryptopp54

    0下载:
  2. md5算法,用于任意长度的字符串加密,用C++语言编写-md5 algorithm, for any length of string encryption, using C++ language
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:950582
    • 提供者:曲震
  1. CsharpformatString

    0下载:
  2. C#格式化字符串说明和demo,非常全面,大家分享-Csharp format string demo
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:9319
    • 提供者:hk
  1. regularexpressions

    0下载:
  2. C#字符串和正则表达式参考手册,全中文版,可以看实例-C# strings and regular expressions reference manual, all-Chinese version, you can see examples of
  3. 所属分类:CSharp

    • 发布日期:2017-05-25
    • 文件大小:8481905
    • 提供者:yifanxuan
  1. KMP

    0下载:
  2. KMP 模式匹配算法实例 C++源码 字符串查找-KMP pattern matching algorithm in C++ source code search string
  3. 所属分类:source in ebook

    • 发布日期:2017-03-29
    • 文件大小:674
    • 提供者:xilo
  1. logical-operation-ASCI

    0下载:
  2. ASCII及进制转换: 2,8,10,16进制数互转,字符转ASCII,ASCII转字符,字符串和16进制数互转。二进制数的与/或运算。-ASCII and hex conversion: 2,8,10,16 Mutual Convert decimal number, character transfer ASCII, ASCII to switch characters, strings, and 16 hexadecimal numbers Mutual Convert. Binary
  3. 所属分类:SCM

    • 发布日期:2017-03-22
    • 文件大小:341893
    • 提供者:杨云
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com